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

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

> SAML シングルサインオン経由でユーザーを認証するため、IdP起点の SAMLResponse を受け付けます。

<div id="endpoint">
  ## エンドポイント
</div>

`POST /login/callback`

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

<div id="learn-more">
  ### 詳細
</div>

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

<div id="body-parameters">
  ## Body パラメーター
</div>

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

<ParamField body="SAMLResponse" type="string" required>
  IdP起点のサインオンのSAMLレスポンス。
</ParamField>
