auth response models
Generated file — do not edit by hand. Regenerate from the repo root with
CGO_ENABLED=0 go run scripts/gen-response-models-md.go.
Part of the API response model reference, which explains the Response model and Origin columns. Route inventory: routes.md. Named payload structs: payload-shapes.md.
| Method | Path | Response model | Origin |
|---|---|---|---|
GET | /api/auth/ca | global-root CA certificate PEM (text body) | annotation |
GET | /api/auth/forward-auth | ForwardAuthDecision | handler |
GET | /api/auth/oidc/discovery | OIDCRealmResponse | handler |
GET | /api/auth/oidc/realm | OIDCRealmResponse | handler |
GET | /api/auth/oidc/realm-for-host | OIDCRealmResponse | handler |
POST | /api/auth/service-client | ServiceClientResponse | handler |
shc@docs:~$