How to determine what tenant an application belongs to with the login page

Problem statement

We had a team member leave who set up a few Auth0 tenants. The rest of the team was having trouble finding which tenant had each of their applications. They had access to one tenant, but could not find some of the expected applications and connections in it. We had a few login page URLs, but didn’t know the name of the tenants that those applications were registered with.

Solution

The tenant name can be seen in the domain of the login page. For example “https://{TENANT_NAME}.us.auth0.com/u/login…"” You can then log into that tenant’s Dashboard to make changes to the application.

Note that this will only work if an app is not using a Custom Domain.