POST
/
v2
/
sso
/
saml
/
{company_id}
/
acs
SAML Assertion Consumer Service
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/v2/sso/saml/{company_id}/acs \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'SAMLResponse=<string>'
{}

Path Parameters

company_id
string
required

Company UUID

Body

application/x-www-form-urlencoded
SAMLResponse
string
required

Base64-encoded SAML response

Response

OK

The response is of type object.