Hello
I can’t to connect to Auth0.Owin.OpenIdConnectSigningKeyResolver , i use the follow link
https://auth0.com/docs/quickstart/backend/webapi-owin
with c# Auth0.Owin.OpenIdConnectSigningKeyResolver
I have un Message:
System.InvalidOperationException: 'IDX20803: Unable to obtain configuration from: 'https://mon-domain.auth0.com/.well-known/openid-configuration’.’
SocketException: Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu 22.25.236.130:443
var keyResolver = new Auth0.Owin.OpenIdConnectSigningKeyResolver( ‘https://mon-domain.auth0.com’);
var keyResolver = new Auth0.Owin.OpenIdConnectSigningKeyResolver( ‘https://mon-domain.auth0.com/’);