API7 Docs

SAML ACS/SLO callback (from IdP to Dashboard)

GET /api/saml/{login_option_id}/slo

GET /api/saml/{login_option_id}/slo

Interactive request editor loads with JavaScript.

Authorization

X-API-KEY<token>

In: header

Path Parameters

login_option_id*string

Login option ID.

Query Parameters

SAMLResponse*string

Base64 encoded SAML response.

RelayState?string

State information to be relayed with the response.

Response Body

curl -X GET "$API_BASE_URL/api/saml/string/slo?SAMLResponse=string"

Redirect to IdP.

Complete operation details and schema variants

GET /api/saml/{login_option_id}/slo

SAML ACS/SLO callback (from IdP to Dashboard)

Handle SAML ACS/SLO callback query parameters from the identity provider and finalize SAML sign-in or sign-out.

Parameters

  • login_option_id (path, string, required): Login option ID.
  • SAMLResponse (query, string, required): Base64 encoded SAML response.
  • RelayState (query, string, optional): State information to be relayed with the response.

Responses

  • 302: Redirect to IdP.

cURL

curl -X GET '$API_BASE_URL/api/saml/{login_option_id}/slo'