Trouble with Xamarin Forms Auth0

Followed the quickstart to the letter.

_auth0Client = new Auth0Client(new Auth0ClientOptions
{
Domain = “{domain}”,
ClientId = “{clientID}”,
Scope = “openid profile”
});
*i took the actual values out be they are correct.

var loginResult = await _auth0Client.LoginAsync(); This statement bombs everytime.

Unhandled Exception:

System.InvalidOperationException: Error loading discovery document: Error connecting to https://{removed}/.well-known/jwks.json: Value cannot be null.
Parameter name: method occurred

1 Like

Hey @bdavis!

As it has been more than a few months since this topic was opened and there has been no reply or further information provided from the community as to the existence of the issue we would like to check if you are still facing the described challenge?

We are more than happy to assist in any way! If the issue is still out there please let us know so we can create a new thread for better visibility, otherwise we’ll close this one in week’s time.

Thank you!

This topic was automatically closed after 5 days. New replies are no longer allowed.