Overview
This article explains how to determine if an Auth0 tenant is a public cloud tenant or a private instance.
Applies To
- Auth0 Tenants
Solution
There are a few ways to determine if a tenant is in a public cloud or private cloud:
- Check the tenant’s domain. This can be found by going to Applications > Applications in the dashboard and clicking on any app. If the domain is of the format TENANT_NAME.REGION.auth0.com, it is in the public cloud. Example: mytenant.us.auth0.com
- When the tenant is selected in the Auth0 dashboard if the dashboard’s domain is https://manage.auth0.com, it is a public cloud tenant.
If none of the above is true and the domains are different, it would be a private cloud tenant. Please contact Auth0 Support with any questions.