.well-known/ discovery of tenant domain?

Is there an api or .well-known/ path for discovering the auth0 tenant domain from a custom domain?

The Pomerium software currently needs to be configured both the custom domain (login.example.com) for “user visible” domains and the auth0 domain (example.auth0.com) for API interactions. Is there a way to discover one from the other through an API or .well-known/ address?

Hi @askbjoernhansen ,

Welcome to the Auth0 Community!

I’m afraid, it’s not possible to find the default Auth0 domain from the .well-known endpoint. You will have to use a different configuration to store the default Auth0 domain.

Hope this clarifies your question!