Expand description
OIDC Authentication for pgwire connections.
This module provides JWT-based authentication using OpenID Connect (OIDC). JWTs are validated locally using JWKS fetched from the configured provider.
Structs§
- Generic
Oidc Authenticator - OIDC Authenticator that validates JWTs using JWKS.
- Generic
Oidc Authenticator Inner - Oidc
Claims - Claims extracted from a validated JWT.
- Validated
Claims
Enums§
- Oidc
Error - Errors that can occur during OIDC authentication.