Powered by Percona Server for PostgreSQL and pgvector
Last time, in OIDC in PostgreSQL: With Keycloak, we created a working demo setup that was able to successfully authenticate a user using OIDC....
April 30 #PostgreSQL #Opensource #pg_zsolt #OIDC
PostgreSQL 18 introduced native OAuth 2.0 authentication support, marking an important step towards modern, centralized identity-based access control. However, ...
March 4 #PostgreSQL #OIDC #Security #PingIdentity
We spent a long time, two blog posts to be specific, talking about OAuth/OIDC in theory. Now we’ll take a more practical look at the topic: how can we configure...
January 19 #PostgreSQL #Opensource #pg_zsolt #OIDC
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 ec...
December 17, 2025 #PostgreSQL #Opensource #pg_jan #pg_oidc_validator
In the previous blog post about the topic, OAuth, OIDC and validators, we discussed basic terminologies to understand the differences between the protocols and ...
November 17, 2025 #PostgreSQL #Opensource #pg_zsolt #OIDC
Somebody might tell you, “let’s configure PostgreSQL 18 with OIDC, it should be simple, only takes a few minutes!” And that might be the case if you already hav...
November 7, 2025 #PostgreSQL #Opensource #pg_zsolt #OIDC
If you’ve ever wondered how to set up OpenID Connect (OIDC) authentication in PostgreSQL, the wait is almost over....
October 22, 2025 #PostgreSQL #Opensource #pg_jan #OIDC