Hi @asheremetyev,
Firstly, if you would like to see the OAuth endpoints, you can find them on your Dashboard > Applications > Your App and scroll to the bottom and click on Advanced Settings. On there, there is an Endpoints tab, click on it, and there should be a list of endpoints for your OpenID Configuration and JSON Web Key Set.
They should look something like the following:
- https://{yourDomain}.us.auth0.com/.well-known/jwks.json
- https://{yourDomain}.us.com/.well-known/openid-configuration
I would also encourage you to check out our Validate JSON Web Tokens documentation that outlines the steps to validate your JWT token.
Please let me know how this goes for you.
Thanks,
Rueben