> ## Documentation Index
> Fetch the complete documentation index at: https://auth0.com/llms.txt
> Use this file to discover all available pages before exploring further.

> Describes how to create an application to use with the SSO Dashboard Extension to enable SSO login for your applications.

# Create Single Sign-on (SSO) Dashboard Application

Use the <Tooltip tip="Single Sign-On (SSO): Service that, after a user logs into one applicaton, automatically logs that user in to other applications." cta="View Glossary" href="/docs/glossary?term=Single+Sign-On">Single Sign-On</Tooltip> (SSO) Dashboard extension to manage SSO login for your users on multiple enterprise applications. To learn more, [view this extension on GitHub](https://github.com/auth0-extensions/auth0-sso-dashboard-extension).

## Create Auth0 application

Before you [add the SSO Dashboard extension](/docs/customize/extensions/single-sign-on-dashboard-extension/install-sso-dashboard-extension), you need to create an application in Auth0:

1. Go to [Auth0 Dashboard > Applications > Applications](https://manage.auth0.com/#/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_DOMAIN/auth0-sso-dashboard/admins/login`
   2. 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 |
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](/docs/customize/extensions/single-sign-on-dashboard-extension/install-sso-dashboard-extension) and [add applications](/docs/customize/extensions/single-sign-on-dashboard-extension/add-applications-to-the-sso-dashboard) to the dashboard.

## Learn more

* [Install Single Sign-On Dashboard Extension](/docs/customize/extensions/single-sign-on-dashboard-extension/install-sso-dashboard-extension)
* [Add Applications to Single Sign-On Dashboard](/docs/customize/extensions/single-sign-on-dashboard-extension/add-applications-to-the-sso-dashboard)
* [Single Sign-On](/docs/authenticate/single-sign-on)
* [Sessions](/docs/manage-users/sessions)
* [Logout](/docs/authenticate/login/logout)
