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

# Identity Provider 開始のシングルサインオン

> Identity Provider（IdP）によって開始されるシングルサインオン（SSO）の概要。

Identity-Provider-Initiated <Tooltip tip="シングルサインオン（SSO）: ユーザーが1つのアプリケーションにログインすると、他のアプリケーションにも自動的にログインできるようにする仕組み。" cta="用語集を見る" href="/docs/ja-jp/glossary?term=Single+Sign-On">シングルサインオン</Tooltip> (SSO) では、外部の <Tooltip tip="シングルサインオン（SSO）: ユーザーが1つのアプリケーションにログインすると、他のアプリケーションにも自動的にログインできるようにする仕組み。" cta="用語集を見る" href="/docs/ja-jp/glossary?term=Identity+Provider">Identity Provider</Tooltip> (IdP) がSSOプロバイダーとなります。ユーザーがアプリケーションにログインすると、次の流れで処理されます。

1. アプリケーションがユーザーをIdentity Providerにリダイレクトします。
2. 外部のIdentity Providerが認証と認可を行います。
3. 認証に成功すると、ユーザーはアプリケーションに戻ります。

Auth0 は、[Dropbox](https://marketplace.auth0.com/integrations/dropbox-sso)、[Slack](https://marketplace.auth0.com/integrations/slack-sso)、[Zoom](https://marketplace.auth0.com/integrations/zoom-sso) など、さまざまなサービス向けに IdP 開始の [SSO Integrations](/docs/ja-jp/customize/integrations/sso-integrations) を提供しています。完全な一覧は、[Auth0 Marketplace: SSO Integrations](https://marketplace.auth0.com/features/sso-integrations) をご覧ください。

また、SAML または OIDC を使用して独自に実装することもできます。

* [SAML Identity Provider Configuration Settings](/docs/ja-jp/authenticate/protocols/saml/saml-identity-provider-configuration-settings)
* [OIDC Discovery を使用してアプリケーションを設定する](/docs/ja-jp/get-started/applications/configure-applications-with-oidc-discovery)
