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