"Unknown Host" message when trying to access jwks endpoint

Hello
I’m getting an "Unknown host: {mytenantname}.auth0.com when requesting:
https://{domain}/.well-known/openid-configuration and https://{domain}/.well-known/jwks.json

Any idea on how I can solve this?

PD: I already checked if the domain was spelled correctly several times

Hi @2p2pa,

Welcome to the Auth0 Community!

The JSON Web Key Set (JWKS) endpoint has the format:
https://YOUR_DOMAIN.REGION.auth0.com/.well-known/jwks.json

And the OpenID Configuration endpoint has the following format:
https://YOUR_DOMAIN.REGION.auth0.com/.well-known/openid-configuration

An excellent place to find the list of these endpoints is to go to your Auth0 Dashboard > Applications > Applications > Any Application > Advanced Settings > Endpoints.

Let me know if you have any further questions.

Thanks,
Rueben

1 Like

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