Skip to content

Process SAML assertion

POST
/api/v1/auth/sso/saml/callback

Process a SAML Response from the IdP and extract user information.

Authorizations

Request Body required

Request body for processing a SAML assertion callback.

Attributes: tenant_id: The tenant the assertion belongs to. saml_response: Base64-encoded SAML Response from the IdP.

object
saml_response
required

Base64-encoded SAML Response from the IdP

string
tenant_id
required

The tenant the assertion belongs to

string

Responses

200

Successful Response

Response containing user info extracted from an SSO assertion.

Attributes: email: The user’s email address. name: The user’s display name. groups: SSO group memberships. provider_user_id: Unique user ID from the identity provider.

object
email
required
string
groups
Array<string>
name
string
""
provider_user_id
string
""

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string