How to Run Keycloak Behind a Reverse Proxy?

reverse proxy

Lately, I’ve been asked to assist with setting up Keycloak behind a reverse proxy. While it may seem straightforward to redirect calls to the new backend, in this case, Keycloak, the reality is more complex. In this blog post, we will delve into the parameters essential for successfully configuring Keycloak behind a reverse proxy. I’ll … Read more

How to Test Keycloak and PostgreSQL Upgrades Using Docker

Are you considering upgrading your Keycloak or PostgreSQL versions but worried about potential compatibility issues? This step-by-step guide will walk you through how to use Docker-compose to test different Keycloak versions against various PostgreSQL versions, ensuring a smooth and safe upgrade process. Why Compatibility Testing is Crucial Before diving into the technical process, it’s essential … Read more