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

# SAML または OpenID を使用してIDプロバイダーのインバウンド SCIM を設定する

> SAML または OpenID Connect で認証する Auth0 エンタープライズ接続にインバウンド SCIM を設定すると、同じアイデンティティプロバイダーから Auth0 にもユーザーをプロビジョニングできるようになります。

<div id="saml-identity-providers">
  ## SAML IDプロバイダー
</div>

[SAML Connection type](/docs/ja-jp/authenticate/identity-providers/enterprise-identity-providers/saml) を使用する <Tooltip tip="Security Assertion Markup Language (SAML): Standardized protocol allowing two parties to exchange authentication information without a password." cta="View Glossary" href="/docs/ja-jp/glossary?term=SAML">SAML</Tooltip> <Tooltip tip="Security Assertion Markup Language (SAML): Standardized protocol allowing two parties to exchange authentication information without a password." cta="View Glossary" href="/docs/ja-jp/glossary?term=identity+provider">アイデンティティプロバイダー</Tooltip> は、SCIM 2.0 クライアントを使用した送信ユーザープロビジョニングに対応しているか、送信ユーザープロビジョニングを提供する外部プロビジョニングサービスと連携して使用される必要があります。既知の SCIM 2.0 クライアント実装の一覧については、[公式の SCIM ドキュメント](https://scim.cloud/#Implementations2) をご確認ください。

特定の SAML アイデンティティプロバイダー向けの SCIM 設定手順については、[Inbound SCIM for Okta Workforce SAML Connections](/docs/ja-jp/authenticate/protocols/scim/inbound-scim-for-okta-workforce-saml-connections) および [Inbound SCIM for Azure AD SAML Connections](/docs/ja-jp/authenticate/protocols/scim/inbound-scim-for-azure-ad-saml-connections) をご覧ください

<div id="openid-connect-identity-providers">
  ## OpenID Connect IDプロバイダー
</div>

[OpenID Connect 接続](/docs/ja-jp/authenticate/identity-providers/enterprise-identity-providers/oidc)を使用する<Tooltip tip="OpenID: アプリケーションがログイン情報を収集・保存することなく、ユーザーの本人確認を行えるようにする認証のためのオープンスタンダードです。" cta="用語集を表示" href="/docs/ja-jp/glossary?term=OpenID">OpenID</Tooltip> Connectアイデンティティプロバイダーは、SCIM 2.0クライアントを使用した送信ユーザープロビジョニングをサポートしているか、または送信ユーザープロビジョニングを提供する外部プロビジョニングサービスと連携して利用できる必要があります。既知のSCIM 2.0クライアント実装の一覧については、[SCIMの公式ドキュメント](https://scim.cloud/#Implementations2)を参照してください。

完全なユーザーライフサイクル管理を有効にするには、OpenID Connectアイデンティティプロバイダーで、[ID token](https://openid.net/specs/openid-connect-core-1_0.html#IDToken)の`sub`属性とSCIMの`externalId`属性の両方に同じ値が送信されるよう設定する必要があります。これらの値は通常、そのユーザーに対するアイデンティティプロバイダーの一意のシステム識別子であり、Auth0はログイン時のユーザー識別にこれを使用します。

特定のOpenID Connectアイデンティティプロバイダー向けにSCIMを設定する方法については、[Inbound SCIM for Okta Workforce Connections](/docs/ja-jp/authenticate/protocols/scim/inbound-scim-for-okta-workforce-connections)、[Inbound SCIM for New Azure AD Connections](/docs/ja-jp/authenticate/protocols/scim/inbound-scim-for-new-azure-ad-connections)、および[Inbound SCIM for Older Azure AD Connections](/docs/ja-jp/authenticate/protocols/scim/inbound-scim-for-older-azure-ad-connections)を参照してください。
