Before you start

  1. Create an SSO Dashboard application in Auth0.
  2. Copy the Client ID value of your SSO Dashboard application.
Use the (SSO) Dashboard Extension to manage SSO login for your users on multiple enterprise applications. To learn more, view this extension on GitHub.

Install extension

You can install the SSO Dashboard extension through the :
  1. Go to Auth0 Dashboard > Extensions, and select SSO Dashboard from the list of provided extensions. The Install Extension window will open:
    Dashboard - Extensions - SSO Dashboard - Install Extension
  2. Set the following configuration variables:
    VariableRequiredDescription
    EXTENSION_CLIENT_IDRequiredClient ID of the Auth0 application you created for the extension.
    TITLEOptionalCustom title that will appear at the top of the SSO Dashboard page.
    CUSTOM_CSSOptionalPath to a custom CSS file to style the look of your SSO Dashboard page.
    FAVICON_PATHOptionalPath to a custom favicon.
    AUTH0_CUSTOM_DOMAINOptionalCustom domain configured with Auth0.
    Setting the 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.
  3. Select Install.
If you navigate to Auth0 Dashboard > Applications > Applications, you’ll notice that an application named auth0-sso-dashboard was created automatically. This application is used by the extension to authorize access to the , and you must not modify it.

Use extension

  1. Go to Auth0 Dashboard > Extensions, and select the Installed Extensions view.
  2. Select SSO Dashboard. When you first select your installed extension, you will be asked to grant it the required permissions. Once you agree, you will be directed to your custom SSO Dashboard, which will display the Title you provided at the top of the page. If you provided a custom CSS file, that styling will also be applied.
  3. To log in to the SSO Dashboard:
    1. For Admins, use: https://{yourTenant}.YOUR_REGION_KEY.webtask.io/auth0-sso-dashboard/admins/login
    2. For Users, use: https://{yourTenant}.YOUR_REGION_KEY.webtask.io/auth0-sso-dashboard/login
      RegionRegion Domain
      US-1us.webtask.io
      US-3us.webtask.run
      US-4us.webtask.run
      US-5us.webtask.run
      EUeu.webtask.io
      EU-2eu.webtask.run
      AUau.webtask.io
      JP-1jp.webtask.run
      UK-1uk.webtask.run
      CA-1ca.webtask.run

Learn more