> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-fix-docs-5528-php-updates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# IDプロバイダー開始のシングルサインオン

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

IDプロバイダーによって開始されるシングルサインオン(<Tooltip data-tooltip-id="react-containers-DefinitionTooltip-0" href="/docs/ja-jp/glossary?term=single-sign-on" tip="シングルサインオン（SSO）: ユーザーが1つのアプリケーションにログインした後、そのユーザーを他のアプリケーションに自動的にログインさせるサービス。" cta="用語集の表示">SSO</Tooltip>)の場合、サードパーティのIDプロバイダー（<Tooltip data-tooltip-id="react-containers-DefinitionTooltip-2" href="/docs/ja-jp/glossary?term=idp" tip="IDプロバイダー（IdP）: デジタルIDを保存および管理するサービス。" cta="用語集の表示">IdP</Tooltip>）が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統合](/docs/ja-jp/customize/integrations/sso-integrations)を提供します。全リストは、「[Auth0 Marketplace：SSO統合](https://marketplace.auth0.com/features/sso-integrations)」でご覧いただけます。

## 独自の実装を構築する

## SAML

* [SAML IDプロバイダーの構成設定](/docs/ja-jp/authenticate/protocols/saml/saml-identity-provider-configuration-settings)

## OIDC

* [OIDC Discoveryを使ってアプリケーションを構成する](/docs/ja-jp/get-started/applications/configure-applications-with-oidc-discovery)
