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
noncestring required
String value used to associate a Client session with an ID Token, and to mitigate replay attacks
Response
OIDC callback successful