> ## 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 でサポートされているエンタープライズIDプロバイダーについて説明します。

# エンタープライズIDプロバイダー

Auth0 は、Web アプリケーションとネイティブアプリケーションの両方でエンタープライズログインをサポートしています。エンタープライズログインは、Google Workspace や Microsoft Azure Active Directory (Entra ID) などのエンタープライズIDプロバイダーにある既存の認証情報を使用して、ユーザーがアプリケーションにログインできる認証方法です。これは、外部プロバイダーのアプリケーションを接続して認可し、ユーザーに代わって外部 API にアクセスできるようにするものとは別です。詳細については、[User authentication vs Connected Accounts](/ja/docs/secure/tokens/token-vault/connected-accounts-for-token-vault#user-authentication-vs-connected-accounts) を参照してください。

Auth0 は、次のエンタープライズIDプロバイダーを標準でサポートしています。

* [Active Directory/LDAP](/ja/docs/authenticate/identity-providers/enterprise-identity-providers/active-directory-ldap)
* [ADFS](/ja/docs/authenticate/identity-providers/enterprise-identity-providers/adfs)
* [Azure Active Directory Native](/ja/docs/authenticate/identity-providers/enterprise-identity-providers/azure-active-directory-native)
* [Google Workspace](/ja/docs/authenticate/identity-providers/enterprise-identity-providers/google-apps)
* [OpenID Connect](/ja/docs/authenticate/identity-providers/enterprise-identity-providers/oidc)
* [Okta](/ja/docs/authenticate/identity-providers/enterprise-identity-providers/okta)
* [PingFederate](/ja/docs/authenticate/identity-providers/enterprise-identity-providers/ping-federate)
* [SAML](/ja/docs/authenticate/identity-providers/enterprise-identity-providers/saml)
* [Azure Active Directory](/ja/docs/authenticate/identity-providers/enterprise-identity-providers/azure-active-directory/v2)

<Callout icon="file-lines" color="#0EA5E9" iconType="regular">
  Auth0 の B2B プランおよび Enterprise プランでは、[Okta Enterprise Connections](/ja/docs/authenticate/identity-providers/enterprise-identity-providers/okta) を無制限に利用できます。詳細については、[Auth0's Pricing Page](https://auth0.com/pricing) を参照してください。
</Callout>

[Auth0 Marketplace](https://marketplace.auth0.com/features/enterprise-connections) では、パートナーがサポートするエンタープライズ接続を確認することもできます。

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

<Tooltip tip="OpenID: アプリケーションがログイン情報を収集・保存することなく、ユーザーの本人確認を行えるようにする認証のためのオープン標準です。" cta="用語集を表示" href="/ja/docs/glossary?term=OpenID">OpenID</Tooltip> Connect または Okta Workforce を <Tooltip tip="OpenID: アプリケーションがログイン情報を収集・保存することなく、ユーザーの本人確認を行えるようにする認証のためのオープン標準です。" cta="用語集を表示" href="/ja/docs/glossary?term=identity+provider">IDプロバイダー</Tooltip> として使用するエンタープライズ接続では、次の機能をサポートしています。

* Proof Key for Code Exchange (PKCE)

  * PKCE の詳細については、[Protecting Apps with PKCE](https://www.oauth.com/oauth2-servers/pkce/) を参照してください。
* 属性クレームと<Tooltip tip="Access Token: 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) を参照してください。
