> ## Documentation Index
> Fetch the complete documentation index at: https://auth0.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IdP主導のシングルサインオン（SSO）フロー

> このエンドポイントは、SAML ID プロバイダーから IdP 主導の SAMLResponse を受け入れます。ID プロバイダーに対応するコネクションはクエリ文字列で指定されます。ユーザーは SAML プロバイダーの IdP 主導のサインオンセクションで指定されたアプリケーションにリダイレクトされます。

`POST /login/callback`

このエンドポイントは、SAML ID プロバイダーから IdP 主導のサインオン SAMLResponse を受け入れます。ID プロバイダーに対応するコネクションはクエリ文字列で指定されます。ユーザーは SAML プロバイダーの IdP 主導のサインオンセクションで指定されたアプリケーションにリダイレクトされます。

### 詳しく学ぶ

* [SAML](https://auth0.com/docs/ja-jp/authenticate/protocols/saml/saml-configuration)

## Parameters

<ParamField body="connection" type="string" required>
  アプリケーションに設定された ID プロバイダーの名前です。
</ParamField>

<ParamField body="SAMLResponse" type="string" required>
  IdP 主導のサインオン SAML レスポンスです。
</ParamField>

## Response

| Status | Description |
| ------ | ----------- |
| 200    | SSO フローの成功  |
