Handle SSO Callback Shared

This endpoint is used as a shared callback URL for all SSO providers when redirectURI is configured. The provider is identified via the OAuth state parameter.

Authentication

AuthorizationBearer
Bearer token authentication

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