OIDC Callback
GET
/auth/oidc/callback
Handles the OIDC callback after user authentication. Redirects to the app with a session token or error.
Parameters
Query Parameters
code*
Authorization code from OIDC provider
Type
Requiredstring
state*
State parameter for CSRF protection
Type
Requiredstring
Responses
Redirects to app with token or error
application/json
JSON
"string"
