Search code examples
intuit-partner-platformquickbooks-online

Intuit - No OpenID endpoint found


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


Solution

  • Can you please try the following url

    https://openid.intuit.com/openid/xrds

    Thanks Manas