Create Single Sign-on (SSO) Dashboard Application
Use the Single Sign-On (SSO) Dashboard extension to manage SSO login for your users on multiple enterprise applications. To learn more, view this extension on GitHub.
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 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
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.
By default, all the connection types are enabled for users to be able to log into the SSO Dashboard. If you would like to change this, navigate to the Connections tab for the Application.
Install SSO Dashboard extension
Next, you will need to install the SSO Dashboard Extension and add applications to the dashboard.