我们在哪里可以找到在我们的开发环境/站点中使用的 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
所示的名称