Create Auth0 application
Before you add the SSO Dashboard extension, you need to create an application in Auth0:- Go to Auth0 Dashboard > Applications > Applications, and select +Create Application.
- Enter a descriptive name for your Application (for example, SSO Dashboard), select Single-Page Web Application for the Application Type, and then select Create.
-
On the Settings tab, set the Allowed Callback URLs based on your tenant’s region:
-
For Admins:
https://{yourTenant}.YOUR_REGION_DOMAIN/auth0-sso-dashboard/admins/login -
For Users:
https://{yourTenant}.YOUR_REGION_DOMAIN/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 |
-
For Admins:
- Select and copy the Client ID value.
- Navigate to the bottom of the page, and then select Advanced Settings.
- Select the OAuth tab, and then paste the Client ID value into the Allowed APPs / APIs field.
- Set JsonWebToken Signature Algorithm to RS256.
- Select Save Changes.