API7 Docs

SAML Logout (redirect to IdP and call back to Dashboard)

GET /api/saml/{login_option_id}/logout

GET /api/saml/{login_option_id}/logout

Interactive request editor loads with JavaScript.

Authorization

X-API-KEY<token>

In: header

Path Parameters

login_option_id*string

Login option ID.

Query Parameters

redirect_uri?string

Path to be redirected after callback.

Match^/
Length1 <= length

Response Body

curl -X GET "$API_BASE_URL/api/saml/string/logout"

Redirect to IdP.

Complete operation details and schema variants

GET /api/saml/{login_option_id}/logout

SAML Logout (redirect to IdP and call back to Dashboard)

Start SAML 2.0 logout by redirecting through the identity provider for the selected login option.

Parameters

  • login_option_id (path, string, required): Login option ID.
  • redirect_uri (query, string, optional): Path to be redirected after callback.

Responses

  • 302: Redirect to IdP.

cURL

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