From d016ea41169980812f04e2213db5005741187a80 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Wed, 25 May 2016 08:55:29 +0200 Subject: [PATCH] KEYCLOAK-3029 --- .../reference/en/en-US/modules/server-installation.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docbook/auth-server-docs/reference/en/en-US/modules/server-installation.xml b/docbook/auth-server-docs/reference/en/en-US/modules/server-installation.xml index 4b0e19ff3c..56f4631b69 100755 --- a/docbook/auth-server-docs/reference/en/en-US/modules/server-installation.xml +++ b/docbook/auth-server-docs/reference/en/en-US/modules/server-installation.xml @@ -841,6 +841,10 @@ $ keytool -import -alias yourdomain -keystore keycloak.jks -file your-certificat
Configure reverse proxy for address forwarding + + Keycloak needs to know the original request URL as this is needed for example to set the correct issuer in tokens as well as redirects, links, etc. + This requires the reverse proxy to pass the original Host header. + Keycloak has some functionalities (for example Events or Brute Force protector) that relies on the fact, that remote address of the HTTP connection is the real IP address of the client machine. This may be a bit tricky when you have setup