> ## 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）ダッシュボードにアプリケーションを追加する

> Auth0のシングルサインオン（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ログインを管理しましょう。

<div id="prerequisites">
  ## 前提条件
</div>

* [SSOダッシュボードアプリケーションを作成します](/docs/ja-JP/ja-jp/dashboard/guides/extensions/sso-dashboard-create-app)。
* [SSOダッシュボード拡張機能をインストールします](/docs/ja-JP/ja-jp/dashboard/guides/extensions/sso-dashboard-install-extension)。

<div id="add-applications">
  ## アプリケーションを追加する
</div>

1. [［Auth0 Dashboard］>［Extensions（拡張機能）］](https://manage.auth0.com/#/extensions)に移動して、新しく追加するSSOダッシュボード拡張機能を選択します。管理者である場合、`https://{yourTenant}.<REGION>8.webtask.io/auth0-sso-dashboard/admins/login`を使用して、SSOダッシュボードにログインすることもできます。
2. 画面右上で、テナント名の下にあるドロップダウンメニューから **［Settings（設定）］** を選択します。
3. 新たなアプリケーションを追加するには、 **［Create App（アプリの作成）］** をクリックします。

**［New Application（新規アプリケーション）］** フォームが表示されます。
4\. 新たなアプリケーションについて、以下のフィールドに入力します：

<table class="table">
  <thead>
    <tr>
      <th>フィールド</th>
      <th>説明</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td><b>Type（種類）</b></td>
      <td>アプリケーションの種類に応じて、ドロップダウンからSAML、OpenID-ConnectまたはWS-Federation（WSフェデレーション）を選択します。</td>
    </tr>

    <tr>
      <td><b>Application（アプリケーション）</b></td>
      <td>ドロップダウンを使って、追加したいアプリケーションを選択します。</td>
    </tr>

    <tr>
      <td><b>Name（名前）</b></td>
      <td>選択したアプリケーションを基に、名前が自動的に入力されます。名前は変更するか、デフォルトのままで使用できます。</td>
    </tr>

    <tr>
      <td><b>Logo（ロゴ）</b></td>
      <td>アプリケーションのアイコンに使用したいロゴのURLです。</td>
    </tr>

    <tr>
      <td><b>Callback（コールバック）</b></td>
      <td> **Allowed Callback URLs（許可されているコールバックURL）** の1つです。<a href="https://manage.auth0.com/#/applications">［Application Settings（アプリケーションの設定）］</a>にあります。</td>
    </tr>

    <tr>
      <td><b>Connection（接続）</b></td>
      <td>（<em>任意</em>）接続の種類です。使用可能な接続の種類を追加や編集するには、<a href="https://manage.auth0.com/#/connections/database">Auth0 Management Dashboardの［Connections（接続）］セクション</a>を使用します。接続が未設定で、ユーザーがログインしていない場合には、ユーザーにAuth0のログインページが表示されます。</td>
    </tr>

    <tr>
      <td><b>Custom URL（カスタムURL）</b></td>
      <td>（<em>任意</em>）Auth0のURLではなく、カスタムのURLを使用する場合に選択します。選択すると、カスタムURLの入力フィールドが表示されます。</td>
    </tr>

    <tr>
      <td><b>Enabled（有効にする）</b></td>
      <td>このアプリケーションをユーザーに表示（公開）する場合に選択します。</td>
    </tr>
  </tbody>
</table>

5. **［Create（作成）］** を選択します。SSO ダッシュボードの **［Applications（アプリケーション）］** ページに新たなプリケーションが作成済みの他のアプリケーションと共に表示されます。
6. アプリケーションをクリックして接続をテストします。

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

* [SSOダッシュボードでアプリケーションを更新する](/docs/ja-JP/ja-jp/customize/extensions/single-sign-on-dashboard-extension/update-applications-on-the-sso-dashboard)
* [シングルサインオン（SSO）ダッシュボードアプリケーションを作成する](/docs/ja-JP/ja-jp/customize/extensions/single-sign-on-dashboard-extension/create-sso-dashboard-application)
* [拡張機能のトラブルシューティング](/docs/ja-JP/ja-jp/troubleshoot/integration-extensibility-issues/troubleshoot-extensions)
* [セッションライフタイムの設定を構成する](/docs/ja-JP/ja-jp/manage-users/sessions/configure-session-lifetime-settings)
* [ログアウト](/docs/ja-JP/ja-jp/authenticate/login/logout)
