<div dir="ltr">I&#39;m not sure how you even get to that point as Keycloak needs to be aware of the real request URL for several reasons (token validation, links in emails, etc, etc.). For this end if you have a proxy in front of Keycloak there&#39;s a few steps you need to take to make sure it works properly. Take a look at <a href="http://keycloak.github.io/docs/userguide/keycloak-server/html/server-installation.html#d4e409">http://keycloak.github.io/docs/userguide/keycloak-server/html/server-installation.html#d4e409</a> and <a href="http://keycloak.github.io/docs/userguide/keycloak-server/html/server-installation.html#proxy-address-forwarding">http://keycloak.github.io/docs/userguide/keycloak-server/html/server-installation.html#proxy-address-forwarding</a></div><div class="gmail_extra"><br><div class="gmail_quote">On 2 June 2016 at 13:24, Pål Oliver Kristiansen <span dir="ltr">&lt;<a href="mailto:paal.oliver@gmail.com" target="_blank">paal.oliver@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi!<div><br></div><div>We are trying to install Keycloak on a server behind a BigIP SSL terminator. Keycloak is running within a Docker container on a different server.</div><div><br></div><div>But trying to open the Administration Console fails because all the links within the markup are absolute links which is resolved to  </div><div><a href="http://localhost:9555/auth/" target="_blank">http://localhost:9555/auth/</a>...</div><div><br></div><div>So both the scheme and the hostname is wrong.</div><div><br></div><div>Questions:</div><div><br></div><div>Why are these links absolute? Is there a way to configure this to be relative links?</div><div>Or, if they must be absolute, is there a way to configure the links to become correct?</div><div><br></div><div>From what I can gather, this is the line where the absolute link is resolved:</div><div><a href="https://github.com/keycloak/keycloak/blob/5c98b8c6ae7052b2d906156d8fc212ccd9dfd57d/services/src/main/java/org/keycloak/services/resources/admin/AdminConsole.java#L292" target="_blank">https://github.com/keycloak/keycloak/blob/5c98b8c6ae7052b2d906156d8fc212ccd9dfd57d/services/src/main/java/org/keycloak/services/resources/admin/AdminConsole.java#L292</a><br></div><div><br></div><div>Thanks!</div></div>
<br>_______________________________________________<br>
keycloak-user mailing list<br>
<a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/keycloak-user" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a><br></blockquote></div><br></div>