Initiate SP SSO
Initiates the SP-initiated SSO flow. Generates an AuthnRequest and redirects the user to the external IDP. For redirect binding returns HTTP 302. For post binding returns the AuthnRequest data as JSON.
Authentication
Api-Keystring
API key of the organization. Always sent together with the Secret-Access header.
Path parameters
centralized_organization_slug
Headers
Secret-Access
Query parameters
idp_entity_id
Entity ID of the target IDP
relay_state
URL to redirect to after authentication
binding
SAML binding type (redirect or post)
Response
Successful Response
message
Message of the response
datetime
Datetime of the API in ISO Format
data
Errors
400
Bad Request Error
404
Not Found Error
422
Unprocessable Entity Error
