我们在哪里找到要在我们的开发环境/站点中使用的OpenID端点。此代码无效:
//OpenId Relying Party
OpenIdRelyingParty openid = new OpenIdRelyingParty();
var openIdIdentifier = "https://openid.intuit.com/Indentity-AppName";
IAuthenticationRequest request = openid.CreateRequest(openIdIdentifier);
我得到了No OpenID endpoint found
。在上面的代码段中,我将AppName
替换为显示的DevMaster App Name
的名称