Jan Wieremjewicz: Enhancing PostgreSQL OIDC with pg_oidc_validator (opens in new tab)
With PostgreSQL 18 introducing built-in OAuth 2.0 and OpenID Connect (OIDC) authentication, tools like pg_oidc_validator have become an essential part of the ecosystem by enabling server-side verification of OIDC tokens directly inside PostgreSQL. If you’re new to the topic, make sure to read our earlier posts explaining the underlying concepts and the need for external validators: Why PostgreSQL needs external token validators Security aspects of OIDC validation in PostgreSQL Deploying pg_o...
Read the original article