- Vaya a Auth0 Dashboard > Applications > Applications y seleccione Create Application.
- Ingrese un nombre descriptivo para su aplicación (por ejemplo, Users Dashboard), seleccione el tipo de aplicación Single-Page Web Application y haga clic en Create.
- En la vista Settings, configure Allowed Callback URLs y Allowed Logout URLs según su ubicación, y haga clic en Save Changes.
Reemplace
{yourTenant} por el nombre de su inquilino. Por ejemplo, si el nombre de su inquilino es tenant_name_example, la URL de callback correspondiente para un inquilino que se ejecuta en un entorno US-3 es: https://tenant_name_example.us.webtask.run/auth0-delegated-admin/login| Ubicación | Región | Enlace de inicio de sesión |
|---|---|---|
| Australia | AU | https://{yourTenant}.au.webtask.io/auth0-delegated-admin/login |
| Europa | EU | https://{yourTenant}.eu.webtask.io/auth0-delegated-admin/login |
| Europa | EU-2 | https://{yourTenant}.eu.webtask.run/auth0-delegated-admin/login |
| Japón | JP-1 | https://{yourTenant}.jp.webtask.run/auth0-delegated-admin/login |
| Reino Unido | UK | https://{yourTenant}.uk.webtask.run/auth0-delegated-admin/login |
| EE. UU. | US-1 | https://{yourTenant}.us.webtask.io/auth0-delegated-admin/login |
| EE. UU. | US-3 | https://{yourTenant}.us.webtask.run/auth0-delegated-admin/login |