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

# シングルサインオン（SSO）ダッシュボードアプリケーションを作成する

> アプリケーションでSSOログインを有効にするためにSSOダッシュボード拡張機能と共に使用するアプリケーションの作成方法を説明します。

シングルサインオン（<Tooltip data-tooltip-id="react-containers-DefinitionTooltip-0" href="/docs/ja-jp/glossary?term=single-sign-on" tip="シングルサインオン（SSO）: ユーザーが1つのアプリケーションにログインした後、そのユーザーを他のアプリケーションに自動的にログインさせるサービス。" cta="用語集の表示">SSO</Tooltip>）ダッシュボード拡張機能を使用して、複数のエンタープライズアプリケーションでユーザーのSSOログインを管理しましょう。詳細については、[GitHubでこの拡張機能を参照](https://github.com/auth0-extensions/auth0-sso-dashboard-extension)してください。

## Auth0アプリケーションを作成する

[SSOダッシュボード拡張機能を追加](/docs/ja-jp/customize/extensions/single-sign-on-dashboard-extension/install-sso-dashboard-extension)する前に、Auth0でアプリケーションを作成する必要があります。

1. [［Auth0 Dashboard］>［Applications（アプリケーション）］>［Applications（アプリケーション）］](https://manage.auth0.com/#/applications)に移動して、 **［+Create Application（アプリケーションの作成）］** を選択します。
2. アプリケーションに説明的な名前を入力し（例：SSO Dashboard）、 **［Application Type（アプリケーションタイプ）］** に **［Single-Page Web Application（シングルページWebアプリケーション）］** を選択してから、 **［Create（作成）］** を選びます。
3. **［Settings（設定）］** タブから、テナントのリージョンに基づいて **［Allowed Callback URLs（許可されているコールバックURL）］** を設定します。

   1. **管理者用** ：`https://{yourTenant}.YOUR_REGION_DOMAIN/auth0-sso-dashboard/admins/login`
   2. **ユーザー用** ：`https://{yourTenant}.YOUR_REGION_DOMAIN/auth0-sso-dashboard/login`

      \| リージョン | リージョンのドメイン |
      \| --- | --- |
      \| 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 |
4. **［Client ID（クライアントID）］** 値を選択してコピーします。
5. ページの下に移動して、 **［Advanced Settings（高度な設定）］** を選択します。
6. **［OAuth］** タブを選択し、 **［Client ID（クライアントID）］** 値を **［Allowed APPs / APIs（許可されているAPP/API）］** にペーストします。
7. **［JsonWebToken Signature Algorithm（JsonWebToken署名アルゴリズム）］** を **［RS256］** に設定します。
8. **［Save Changes（変更の保存）］** を選択します。

デフォルトで、すべての接続タイプが有効になっており、ユーザーはSSOダッシュボードにログインできるようになっています。これを変更したい場合は、アプリケーションの **［Connections（接続）］** タブに移動します。

## SSOダッシュボード拡張機能をインストールする

次に、[SSOダッシュボード拡張機能をインストール](/docs/ja-jp/customize/extensions/single-sign-on-dashboard-extension/install-sso-dashboard-extension)し、ダッシュボードに[アプリケーションを追加](/docs/ja-jp/customize/extensions/single-sign-on-dashboard-extension/add-applications-to-the-sso-dashboard)します。

## もっと詳しく

* [シングルサインオンダッシュボード拡張機能をインストールする](/docs/ja-jp/customize/extensions/single-sign-on-dashboard-extension/install-sso-dashboard-extension)
* [シングルサインオン（SSO）ダッシュボードにアプリケーションを追加する](/docs/ja-jp/customize/extensions/single-sign-on-dashboard-extension/add-applications-to-the-sso-dashboard)
* [拡張機能のトラブルシューティング](/docs/ja-jp/troubleshoot/integration-extensibility-issues/troubleshoot-extensions)
* [シングルサインオン](/docs/ja-jp/authenticate/single-sign-on)
* [セッション](/docs/ja-jp/manage-users/sessions)
* [ログアウト](/docs/ja-jp/authenticate/login/logout)
