SAML ACS Endpoint for Identity Provider Initiated Inbound SSO

POST {{authPath}}/{{envID}}/saml20/sp/acs

The POST /{{envID}}/saml20/sp/acs request supports an identity provider (IdP) initiated inbound single sign-on workflow. The post parameter in the request body includes a RelayState parameter containing the URL encoded application ID.

The RelayState parameter needs to be in the URL-encoded format of applicationId=<your-appID>. For example: RelayState=applicationId=280686bb-cfca-4825-88a1-67dc1c89c73c.

Prerequisites

PropertyTypeRequired?
RelayStateStringRequired

Request Body

[{"name"=>"RelayState", "value"=>"{applicationId={{appID}}}", "datatype"=>"string"}]