Skip to main content
POST
Consume the SAML assertion (ACS)

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

orgSlug
string
required

URL-safe organization slug that selects the SAML configuration.

Body

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

Base64-encoded, signed SAML Response XML from the IdP.

RelayState
string

Opaque value echoed from the login request; carries the signed post-authentication redirect target.

Response

Assertion accepted; redirect (via the Location header) to the dashboard sign-in endpoint with a one-time Clerk ticket that is swapped for a session cookie.