Skip to content

OIDC Authentication Callback

GET
/oidc/callback

Handles the callback from OIDC providers after user authentication. Processes the authorization code and creates a user session.

Parameters

Query Parameters

code*

Authorization code from OIDC provider

Typestring
Required
state*

State parameter for CSRF protection

Typestring
Required

Responses

Redirect to application with token or error
application/json

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License