Where do we find the OpenID endpoint to use in our dev environement/site. This code is not working:
//OpenId Relying Party
OpenIdRelyingParty openid = new OpenIdRelyingParty();
var openIdIdentifier = "https://openid.intuit.com/Indentity-AppName";
IAuthenticationRequest request = openid.CreateRequest(openIdIdentifier);
I am getting No OpenID endpoint found
. In the code snippet above I am replacing AppName
with the name of the DevMaster App Name
shown