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

> SSO Dashboard 拡張機能で使用するアプリケーションを作成し、お使いのアプリケーションで SSO ログインを有効にする方法を説明します。

# シングルサインオン（SSO）Dashboard アプリケーションを作成

<Tooltip tip="シングルサインオン（SSO）: ユーザーが1つのアプリケーションにログインすると、他のアプリケーションにも自動的にログインできる仕組みです。" cta="用語集を見る" href="/docs/ja-jp/glossary?term=Single+Sign-On">シングルサインオン</Tooltip> (SSO) Dashboard 拡張機能を使用すると、複数のエンタープライズ アプリケーションに対するユーザーの SSO ログインを管理できます。詳しくは、[GitHub のこの拡張機能をご覧ください](https://github.com/auth0-extensions/auth0-sso-dashboard-extension)。

<div id="create-auth0-application">
  ## Auth0 アプリケーションを作成
</div>

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

1. [Auth0 Dashboard > アプリケーション > アプリケーション](https://manage.auth0.com/#/applications) に移動し、**+Create Application** を選択します。
2. アプリケーションにわかりやすい名前 (たとえば SSO Dashboard) を入力し、**Application Type** で **Single-Page Web Application** を選択してから、**Create** を選択します。
3. **設定** タブで、テナントのリージョンに応じて **Allowed Callback URLs** を設定します。

   1. **Admins** の場合: `https://{yourTenant}.YOUR_REGION_DOMAIN/auth0-sso-dashboard/admins/login`
   2. **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. **Client ID** の値をコピーします。
5. ページの一番下までスクロールし、**Advanced Settings** を選択します。
6. **OAuth** タブを選択し、**Allowed APPs / APIs** フィールドに **Client ID** の値を貼り付けます。
7. **JsonWebToken Signature Algorithm** を **RS256** に設定します。
8. **変更を保存** を選択します。

デフォルトでは、ユーザーが SSO Dashboard にログインできるよう、すべての接続タイプが有効になっています。これを変更する場合は、そのアプリケーションの **Connections** タブに移動してください。

<div id="install-sso-dashboard-extension">
  ## SSO Dashboard 拡張機能のインストール
</div>

次に、[SSO Dashboard 拡張機能をインストール](/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)する必要があります。

<div id="learn-more">
  ## 詳しく見る
</div>

* [シングルサインオン Dashboard Extension をインストールする](/docs/ja-jp/customize/extensions/single-sign-on-dashboard-extension/install-sso-dashboard-extension)
* [シングルサインオン Dashboard にアプリケーションを追加する](/docs/ja-jp/customize/extensions/single-sign-on-dashboard-extension/add-applications-to-the-sso-dashboard)
* [シングルサインオン](/docs/ja-jp/authenticate/single-sign-on)
* [セッション](/docs/ja-jp/manage-users/sessions)
* [ログアウト](/docs/ja-jp/authenticate/login/logout)
