Expand description
OpenID Connect discovery surface.
When oidc_discovery.enabled, the proxy serves the OpenID Provider metadata
document at /.well-known/openid-configuration and a JWKS document at the
advertised jwks_uri path (built from the configured signing key, or an
empty set when none is set). This lets the proxy front an identity provider
so relying parties can discover endpoints and keys.
Structs§
- Oidc
- Precomputed OIDC discovery responses.