Variable | Description |
---|---|
EXTENSION_CLIENT_ID | Client ID of the application with which you plan to use this extension. |
TITLE | Custom title that will appear at the top of the Delegated Administration Dashboard page. |
CUSTOM_CSS | (Optional) Link to a custom CSS you can use to style the look of your Delegated Administration Dashboard page. |
FAVICON_PATH | (Optional) Path to custom favicon. |
AUTH0_CUSTOM_DOMAIN | (Optional) If you have a custom domain name configured, enter it here (e.g., login.example.com ). This will change the authorization endpoint to https://login.example.com/login . |
FEDERATED_LOGOUT | (Optional) Indicates whether to sign out from the connection when users log out. |
AUTH0_CUSTOM_DOMAIN
variable does not affect the extension URL; it only changes the authorization endpoint. When a custom domain is used, users that are logging into the extension will be navigated to https://AUTH0_CUSTOM_DOMAIN/login
instead of the default https://tenant-name.us.auth0.com/login
.
If you navigate to Auth0 Dashboard > Applications > Applications, you will see that the extension created an additional application. This application is authorized to access the Management API, so you shouldn’t modify it.
Location | Name | Allowed Callback URL for Node.js 12 |
---|---|---|
USA | US-1 | https://{yourTenant}.us12.webtask.io/auth0-delegated-admin/login |
USA | US-3 | https://{yourTenant}.us.webtask.run/auth0-delegated-admin/login |
Australia | AU | https://{yourTenant}.au12.webtask.io/auth0-delegated-admin/login |
Europe | EU | https://{yourTenant}.eu12.webtask.io/auth0-delegated-admin/login |
Japan | JP-1 | https://{yourTenant}.jp.webtask.run/auth0-delegated-admin/login |
Location | Name | Allowed Callback URL for Node.js 8 |
---|---|---|
USA | US-1 | https://YOUR_TENANT.us8.webtask.io/auth0-delegated-admin/login |
Europe | EU | https://YOUR_TENANT.eu8.webtask.io/auth0-delegated-admin/login |
Australia | AU | https://YOUR_TENANT.au8.webtask.io/auth0-delegated-admin/login |