Autional Autional
API Reference GitHub autional.com →

POST /auth/sso/callback

Receive callback information from the enterprise identity provider, verify the state, and exchange for a local access token.

Authentication `bearerAuth` application/json

Request Body

Schema: dto.SSOCallbackRequest

FieldTypeRequiredExampleConstraintsDescription
code string Yes saml-response-base64 Code
provider string Yes saml Provider
state string Yes random-state State

Responses

StatusDescriptionSchema
200Returns local access tokendto.SSOCallbackResponse

Referenced Schemas

dto.SSOCallbackResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data object No
message string No