Expand description
OIDC / SSO API DTOs.
Structs§
- Callback
Params - Query params on the callback URL — the provider appends
?code=...&state=...on success, or?error=...&error_description=...on user denial. - Oidc
Callback Response - 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).