> ## 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 の Enterprise 接続

> 外部の IDプロバイダーでユーザーを認証するための Enterprise 接続の作成、管理、利用状況の監視方法について説明します。

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

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

<div id="create-an-enterprise-connection">
  ## Enterprise 接続を作成する
</div>

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

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

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

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

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

* UserInfo 統合

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

<div id="view-enterprise-connections">
  ## Enterprise 接続を表示
</div>

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

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

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

    Enterprise 接続タイプの `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">
  ## アクティブな Enterprise 接続とは何ですか？
</div>

Enterprise 接続は、当月中に次の両方の条件を満たしている場合、アクティブと見なされます。

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

Enterprise 接続がどのアプリケーションでも一度も有効になっていない場合、または有効になっていても当月中にユーザーアクティビティがなかった場合は、アクティブとは見なされません。

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