SAML応答(ACS)エンドポイント

認証プロバイダから発行されたSAMLアサーション(SAMLResponse, RelayState)と、自身が発行したSAMLレスポンストラッカートークンを検証します。 検証に成功した場合は、SAMLセッションを発行し、SAML認証コールバックエンドポイントへリダイレクトします。 検証に失敗した場合は、認証エラーとなります。

Request Interface

https://ControlURL/api/login/saml/acs

COOKIE PARAMETERS

saml_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx : string

Example:

saml_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

SAMLレスポンストラッカートークン (必須)

REQUEST BODY SCHEMA : application/x-www-form-urlencoded

SAMLResponse : string

SAMLResponse (必須)

RelayState : string

RelayState (必須)

Response Interface

302 認証待機画面へ移動します

RESPONSE HEADERS

Location : string

リダイレクトURL(認証待機画面URL)

Set-Cookie : any

Example:

token=xxxxxxxxxxxxxxxxxxxxxxxxxxxx

SAMLセッショントークン(SAMLアサーションの検証成功時のみ返却されます)