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

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

[SSOダッシュボード拡張機能を追加](/docs/ja-JP/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`

      <table class="table">
        <thead>
          <tr>
            <th><b>リージョン</b></th>
            <th><b>リージョンのドメイン</b></th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td>US-1</td>
            <td>us.webtask.io</td>
          </tr>

          <tr>
            <td>US-3</td>
            <td>us.webtask.run</td>
          </tr>

          <tr>
            <td>US-4</td>
            <td>us.webtask.run</td>
          </tr>

          <tr>
            <td>EU</td>
            <td>eu.webtask.io</td>
          </tr>

          <tr>
            <td>EU-2</td>
            <td>eu.webtask.run</td>
          </tr>

          <tr>
            <td>AU</td>
            <td>au.webtask.io</td>
          </tr>

          <tr>
            <td>JP-1</td>
            <td>jp.webtask.run</td>
          </tr>

          <tr>
            <td>UK-1</td>
            <td>uk.webtask.run</td>
          </tr>

          <tr>
            <td>CA-1</td>
            <td>ca.webtask.run</td>
          </tr>
        </tbody>
      </table>
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（接続）］** タブに移動します。

<div id="install-sso-dashboard-extension">
  ## SSOダッシュボード拡張機能をインストールする
</div>

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

<div id="learn-more">
  ## もっと詳しく
</div>

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