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:

  1. Go to Auth0 Dashboard > Applications > Applications, and select +Create Application.

  2. Enter a descriptive name for your Application (for example, SSO Dashboard), select Single-Page Web Application for the Application Type, and then select Create.

  3. On the Settings tab, set the Allowed Callback URLs based on your tenant's region:

    1. For Admins: https://{yourTenant}.YOUR_REGION_KEY.webtask.io/auth0-sso-dashboard/admins/login

    2. For Users: https://{yourTenant}.YOUR_REGION_KEY.webtask.io/auth0-sso-dashboard/login

      Region Region Key
      US-1 us12
      US-3 us
      EU eu12
      AU au12
      JP-1 jp

  4. Select and copy the Client ID value.

  5. Navigate to the bottom of the page, and then select Advanced Settings.

  6. Select the OAuth tab, and then paste the Client ID value into the Allowed APPs / APIs field.

  7. Set JsonWebToken Signature Algorithm to RS256.

  8. 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.

Learn more