OIDC in PostgreSQL: With Keycloak (opens in new tab)
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 PostgreSQL with a popular open source identity provider, Keycloak, and our pg_oidc_validator plugin? We’ll not only look at the PostgreSQL configuration part, but also discuss the environment requirements and setting up Keycloak. Docker containers If you are only interested in trying out a working demo installation, we have a ready-to...
Read the original article