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
See SAML 2.0 for important overview information.
Create an application to get an
appID. See Application Operations. Run Read All Applications to find an existing application.
| Property | Type | Required? |
|---|---|---|
RelayState | String | Required |
Request Body
[{"name"=>"RelayState", "value"=>"{applicationId={{appID}}}", "datatype"=>"string"}]