v50

latestSwagger 2.0MITraw.githubusercontent.com2026-07-15422691.7 KB
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