Variable | Required | Description |
---|---|---|
EXTENSION_CLIENT_ID | Required | Client ID of the Auth0 application you created for the extension. |
TITLE | Optional | Custom title that will appear at the top of the SSO Dashboard page. |
CUSTOM_CSS | Optional | Path to a custom CSS file to style the look of your SSO Dashboard page. |
FAVICON_PATH | Optional | Path to a custom favicon. |
AUTH0_CUSTOM_DOMAIN | Optional | Custom domain configured with Auth0. |
AUTH0_CUSTOM_DOMAIN
variable does not affect the extension URL, it only changes the URL of the Authorization Endpoint used by the extension. When a custom domain is used, users that log in to the extension will be redirected to https://{yourAuth0CustomDomain}/login
instead of the default https://{yourTenant}.{yourRegion}.auth0.com/login
.auth0-sso-dashboard
was created automatically. This application is used by the extension to authorize access to the , and you must not modify it.
https://{yourTenant}.YOUR_REGION_KEY.webtask.io/auth0-sso-dashboard/admins/login
https://{yourTenant}.YOUR_REGION_KEY.webtask.io/auth0-sso-dashboard/login
Region | Region Domain |
---|---|
US-1 | us.webtask.io |
US-3 | us.webtask.run |
US-4 | us.webtask.run |
US-5 | us.webtask.run |
EU | eu.webtask.io |
EU-2 | eu.webtask.run |
AU | au.webtask.io |
JP-1 | jp.webtask.run |
UK-1 | uk.webtask.run |
CA-1 | ca.webtask.run |