When I hit,
https://<tenant>.auth0.com/.well-known/jwks.json,
I get 404 response back.
How do I add jwks.json in this url?
Tenant has been exported and imported using Install and Configure the Deploy CLI Tool
When I hit,
https://<tenant>.auth0.com/.well-known/jwks.json,
I get 404 response back.
How do I add jwks.json in this url?
Tenant has been exported and imported using Install and Configure the Deploy CLI Tool
Hi @ksundararajan,
Welcome to the Community!
Can you DM me your tenant name so I can take a look?
Thanks,
Dan
Hello @dan.woda, thanks for your reply.
I got the solution to my issue. I was missing .us in the URL.
It should be, https://<tenant>.us.auth0.com/.well-known/jwks.json
In case if anyone else facing the same issue, please double check the domain in the Tenant dashboard page.
Great! Thanks for providing the solution.