Skip to main content

Module oidc

Module oidc 

Source
Expand description

OIDC / SSO API DTOs.

Structs§

CallbackParams
Query params on the callback URL — the provider appends ?code=...&state=... on success, or ?error=...&error_description=... on user denial.
OidcCallbackResponse
Callback response body (returned as JSON unless the operator prefers a redirect; initial integration keeps JSON so the Manager UI can show a welcome screen post-exchange).