login

OIDC Auth callback

This entrypoint is the OAuth2 callback. It exchanges the code for an access token and stores it in the state

get/api/oidc/callback

Query parameters

codestring required
statestring required

Changes