Error IDX20803 in c#

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/’);

From the error message we have that the attempt is performed against IP address 22.25.236.130 which does not seem to be associated to any of the Auth0 public cloud regions (US, EU and AU).

You should confirm that the machine from where that call is being performed is either not behind a proxy or if behind a proxy that the proxy works correctly when invoked from .NET.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.