Skip to main content
POST
/
v1
/
sso
/
saml
/
{tenant}
/
{alias}
/
acs
Saml Acs
curl --request POST \
  --url https://api.example.com/v1/sso/saml/{tenant}/{alias}/acs \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tenant
string
required
alias
string
required

Response

Successful Response