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

providerIdstringRequired

Query parameters

codestring or nullOptional
statestring or nullOptional
errorstring or nullOptional
error_descriptionstring or nullOptional

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error