Skip to content

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
string
Required
state*

State parameter for CSRF protection

Type
string
Required

Responses

Redirects to app with token or error

application/json
JSON
"string"

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License