Skip to main content

Module oidc

Module oidc 

Source
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§

GenericOidcAuthenticator
OIDC Authenticator that validates JWTs using JWKS.
GenericOidcAuthenticatorInner
OidcClaims
Claims extracted from a validated JWT.
ValidatedClaims

Enums§

OidcError
Errors that can occur during OIDC authentication.