I am getting a 404 for my dev app for: https://{AUTH0_DOMAIN}/.well-known/openid-configuration

Hi,
I followed the python/flask tutorial step by step to implement auth0 login for my app.
But I am unable to get past the 404 err at this step for the server_metadata_url:

oauth.register(
“auth0”,
client_id=AUTH0_CLIENT_ID,
client_secret=AUTH0_CLIENT_SECRET,
client_kwargs={
“scope”: “openid profile email”,
},
server_metadata_url=f’https://{AUTH0_DOMAIN}/.well-known/openid-configuration’,"
)

AUTH0_DOMAIN is my dev domain

I also see Unknown host: AUTH0_DOMAIN in dev tool of the browser (but I get a successful ping AUTH0_DOMAIN)

What I am doing wrong…
thanks

Hi @jean.drouin,

Welcome to the Auth0 Community!

Can you provide the following information:

  • The tutorial you followed
  • Value of AUTH0_DOMAIN
  • Screenshot of Unknown host console error

Thanks,

Mary Beth

Hello Mary Beth,
thank you for your reply!
I followed the tutorial in the quickstart section (applications), for python.
Actually, I started all over and it works now… could have been a misstep or a typo.

Regards,
Jean

Hi @jean.drouin,

I gotcha! I’m happy to hear all is well now :slight_smile:

Have a great week!

Best,

Mary Beth