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
Requiredstate*
State parameter for CSRF protection
Typestring
RequiredResponses
Redirect to application with token or error
application/json