Handle SSO Callback
This endpoint is used as the callback URL for SSO providers. It handles the authorization code and exchanges it for an access token
Authentication
AuthorizationBearer
Bearer token authentication
Path parameters
providerId
Query parameters
code
state
error
error_description
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error