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
| Field | Type | Required | Example | Constraints | Description |
code |
string |
Yes |
saml-response-base64 |
|
Code |
provider |
string |
Yes |
saml |
|
Provider |
state |
string |
Yes |
random-state |
|
State |
Referenced Schemas
dto.SSOCallbackResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
object |
No |
|
|
|
message |
string |
No |
|
|
|