Callback for OIDC authentication using code or id_token to confirm login

get/api/v1/token/callback

Query parameters

codestring required

authorization code for code response_type flow

statestring required

state given by the authorization flow to the OIDC provider. Must be set to validate man in the middle attacks

id_tokenstring

id token for id_token response_type flow

Response

OK

emailstring
extobject required
groupsstring[] required
namestring required
uidstring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.