Keycloak in docker behind reverse proxy

I finally got this to work,
I didn’t need nginx rules.
I just needed to set PROXY_ADDRESS_FORWARDING = true

It is also very important to add the base address to the definition of the frontend url of each realm.
http://keycloak.discourse.group/t/not-able-to-deploy-keycloak-into-kubernetes/5299/4?u=gfpa88

1 Like