authentication

OIDC callback

get/callback

Query parameters

codestring required

For handling the authorization code received from the OIDC provider

statestring required

State parameter for CSRF protection

Cookies

saved-statestring required

The state saved at login

Response

OIDC callback successful

access_tokenstring

access token of session

id_tokenstring

id token of session

emailstring

email of logged-in user

namestring

name of logged-in user

Changes