oidc
Handle the OIDC provider callback (browser).
Exchanges the authorization code for tokens, resolves the user, creates a gotify client, sets a session cookie, and redirects to the UI.
get/auth/oidc/callback
Query parameters
codestring required
the authorization code from the OIDC provider
statestring required
the state parameter for CSRF protection
Response
ok