> ## 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.

# Auth0 エンタープライズ接続

> 外部のアイデンティティプロバイダーでユーザーを認証するためのエンタープライズ接続を作成、管理し、その使用状況を監視する方法を学びます。

Auth0 では、Azure AD、Google Workspace、PingFederate などの外部フェデレーション型 <Tooltip tip="アイデンティティプロバイダー（IdP）: デジタルアイデンティティを保存および管理するサービス。" cta="用語集を見る" href="/docs/ja-jp/glossary?term=identity+provider">アイデンティティプロバイダー</Tooltip> (IdP) でユーザーを認証するためのエンタープライズ接続を提供しています。

<Card title="利用可否は Auth0 のプランによって異なります">
  この機能を利用できるかどうかは、Auth0 のプランまたは個別契約によって異なります。詳しくは、[Auth0 の料金ページ](https://auth0.com/pricing)をご覧ください。
</Card>

<div id="create-an-enterprise-connection">
  ## エンタープライズ接続を作成する
</div>

Auth0 は多くのアイデンティティプロバイダーを標準でサポートしています。詳しくは、[エンタープライズIDプロバイダー](/docs/ja-jp/authenticate/identity-providers/enterprise-identity-providers)を参照してください。

<div id="openid-connect-oidc-protocol">
  ### OpenID Connect (OIDC) プロトコル
</div>

<Tooltip tip="OpenID: アプリケーションがログイン情報を収集・保存しなくても、ユーザーのアイデンティティを検証できるようにする認証のオープン標準です。" cta="用語集を見る" href="/docs/ja-jp/glossary?term=OpenID">OpenID</Tooltip> Connect または Okta Workforce をアイデンティティプロバイダーとして使用するエンタープライズ接続では、次の機能をサポートできます。

* [Proof Key for Code Exchange (PKCE)](https://www.oauth.com/oauth2-servers/pkce/)

* 属性クレームと <Tooltip tip="Access Token: API へのアクセスに使用される認可クレデンシャルで、不透明な文字列または JWT の形式を取ります。" cta="用語集を見る" href="/docs/ja-jp/glossary?term=access+token">access token</Tooltip> のマッピング

* UserInfo 連携

これらの機能は、[OpenID Connect](/docs/ja-jp/authenticate/identity-providers/enterprise-identity-providers/oidc) または [Okta Workforce](/docs/ja-jp/authenticate/identity-providers/enterprise-identity-providers/okta) の接続に実装できます。詳しくは、[Configure PKCE and Claim Mapping for OIDC Connections](/docs/ja-jp/authenticate/identity-providers/enterprise-identity-providers/configure-pkce-claim-mapping-for-oidc) をご覧ください。

<div id="view-enterprise-connections">
  ## エンタープライズ接続を表示する
</div>

<Tabs>
  <Tab title="Auth0 Dashboard">
    利用可能なすべてのエンタープライズ接続タイプを確認するには、[**Auth0 Dashboard > Authentication > Enterprise**](https://manage.auth0.com/#/connections/enterprise) に移動します。接続タイプ (たとえば SAML) を選択すると、そのタイプで設定済みの接続があるかどうかを確認できます。

    また、設定済みの接続を選択し、**アプリケーション** タブで、その接続がいずれかのアプリケーションに対して有効になっているかどうかを確認することもできます。
  </Tab>

  <Tab title="Management API">
    接続に関する情報を取得するには、Auth0 Management API の [Get all Connections endpoint](https://auth0.com/docs/api/management/v2#!/Connections/get_connections) を呼び出します。接続タイプで絞り込むには、`strategy` パラメータを指定します。

    エンタープライズ接続タイプの `strategy` 値は次のとおりです。

    * `ad` (Active Directory/LDAP)
    * `adfs` (ADFS)
    * `auth0-adldap`
    * `google-apps` (Google Workspace)
    * `ip`
    * `office365`
    * `oidc` (OpenID Connect)
    * `pingfederate` (PingFederate)
    * `samlp` (SAML)
    * `sharepoint`
    * `waad` (Microsoft Azure AD)
  </Tab>
</Tabs>

<div id="what-is-an-active-enterprise-connection">
  ## アクティブなエンタープライズ接続とは何ですか？
</div>

エンタープライズ接続は、 (当月に) 次の両方を満たしている場合にアクティブと見なされます。

* アプリケーションに対して有効になっていること。
* ユーザーによるアクティビティ (たとえば、ログイン、サインアップ、トークン交換など) があること。

エンタープライズ接続がどのアプリケーションに対しても一度も有効になっていない場合、または有効になっていても当月にユーザーによるアクティビティがなかった場合、その接続はアクティブとは見なされません。

<Callout icon="file-lines" color="#0EA5E9" iconType="regular">
  Okta Workforce Enterprise 接続は、アクティブなエンタープライズ接続数の上限にはカウントされません。
</Callout>
