SSO via HTTP-POST binding
SSO via HTTP-POST binding
Receives a SAML2 AuthnRequest via HTTP-POST binding (base64 encoded in form data). Validates the request, authenticates the user and returns an HTML form that auto-submits the signed SAMLResponse to the SP’s Assertion Consumer Service URL.
Authentication
Api-Keystring
API key of the organization. Always sent together with the Secret-Access header.
Path parameters
centralized_organization_slug
Headers
Secret-Access
Request
This endpoint expects an object.
SAMLRequest
Base64 encoded AuthnRequest
RelayState
Opaque relay state from the SP
Response
HTML auto-submit form with SAMLResponse
Errors
400
Bad Request Error
422
Unprocessable Entity Error
