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

> Learn how to add applications to the Auth0 Single Sign-On (SSO) Dashboard Extension to enable SSO login for your applications.

# Add Applications to Single Sign-On Dashboard

Use the Single Sign-On (<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=SSO">SSO</Tooltip>) Dashboard Extension to manage SSO login for your users on multiple enterprise applications.

## Prerequisites

* [Create the SSO Dashboard application](/docs/customize/extensions/single-sign-on-dashboard-extension/create-sso-dashboard-application).
* [Install the SSO Dashboard Extension](/docs/customize/extensions/single-sign-on-dashboard-extension/install-sso-dashboard-extension).

## Add applications

1. Go to [Auth0 Dashboard > Extensions](https://manage.auth0.com/#/extensions), and select your new SSO Dashboard extension.
   If you are an administrator, you can also log in to the SSO Dashboard using `https://{yourTenant}.<REGION>8.webtask.io/auth0-sso-dashboard/admins/login`.
2. In the upper right corner, select **Settings** from the dropdown below your tenant name.
3. Click **Create App** to add a new application.

   The **New Application** form appears.
4. Complete the following fields for the new application:

   | Field           | Description                                                                                                                                                                                                                                                                                           |
   | --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
   | **Type**        | A dropdown where you select SAML, OpenID-Connect, or WS-Federation depending on the type of application.                                                                                                                                                                                              |
   | **Application** | A dropdown where you select the application that you wish to add.                                                                                                                                                                                                                                     |
   | **Name**        | The name is automatically populated based on the application you selected. You can change the name or use the default.                                                                                                                                                                                |
   | **Logo**        | The url of the logo you wish to user as an icon for the application.                                                                                                                                                                                                                                  |
   | **Callback**    | One of the **Allowed Callback URLs** under your [Application Settings](https://manage.auth0.com/#/applications) for the application.                                                                                                                                                                  |
   | **Connection**  | (*Optional*) The connection type. You can add or edit your available connection types in the [Connections section of the Auth0 Management dashboard](https://manage.auth0.com/#/connections/database). If a connection is not set and the user is not logged, the user will see the Auth0 Login page. |
   | **Custom URL**  | (*Optional*) Checkbox to use a custom URL rather than the Auth0 URL. If you check the box, a field appears where you can enter your custom URL.                                                                                                                                                       |
   | **Enabled**     | Checkbox for this application to be visible (published) to your users.                                                                                                                                                                                                                                |
5. Select **Create**. Your new application will then appear on the **Applications** page of the SSO dashboard with any other applications that have been created.
6. Click on an application to test the connection.

## Learn more

* [Update Applications in the SSO Dashboard](/docs/customize/extensions/single-sign-on-dashboard-extension/update-applications-on-the-sso-dashboard)
* [Create Single Sign-on (SSO) Dashboard Application](/docs/customize/extensions/single-sign-on-dashboard-extension/create-sso-dashboard-application)
* [Configure Session Lifetime Settings](/docs/manage-users/sessions/configure-session-lifetime-settings)
* [Logout](/docs/authenticate/login/logout)
