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

# IDプロバイダー起点のシングルサインオン

> IDプロバイダー（IdP）によって開始されるシングルサインオン（SSO）の概要。

IDプロバイダー起点の<Tooltip tip="シングルサインオン（SSO）: ユーザーが1つのアプリケーションにログインすると、そのユーザーは他のアプリケーションにも自動的にログインされるサービス。" cta="用語集を表示" href="/ja/docs/glossary?term=Single+Sign-On">シングルサインオン</Tooltip> (SSO) では、サードパーティの<Tooltip tip="シングルサインオン（SSO）: ユーザーが1つのアプリケーションにログインすると、そのユーザーは他のアプリケーションにも自動的にログインされるサービス。" cta="用語集を表示" href="/ja/docs/glossary?term=Identity+Provider">IDプロバイダー</Tooltip> (IdP) がSSOプロバイダーです。ユーザーがアプリケーションにログインすると、次のように処理されます。

1. アプリケーションはユーザーをIDプロバイダーにリダイレクトします。
2. サードパーティのIDプロバイダーが認証と認可を実行します。
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](/ja/docs/customize/integrations/sso-integrations) を提供しています。完全な一覧については、[Auth0 Marketplace: SSO Integrations](https://marketplace.auth0.com/features/sso-integrations) を参照してください。

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

* [SAML IDプロバイダーの構成設定](/ja/docs/authenticate/protocols/saml/saml-identity-provider-configuration-settings)
* [OIDC Discovery を使用したアプリケーションの設定](/ja/docs/get-started/applications/configure-applications-with-oidc-discovery)
