Oauth Callback

Handle OAuth provider redirect after user authorization.

The provider redirects here with an authorization code and the state parameter we generated earlier. We exchange the code for tokens, persist them, and redirect the user to the frontend success page.

get/api/oauth/callback

Query parameters

codestring required
statestring required
realmIdstring
errorstring
error_descriptionstring

Response

Successful Response

{"stackTrail":"paths:/api/oauth/callback:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes