<div dir="ltr">Hi guys,<br><br>So looking to help solve this issue possibly or at least get it on the radar, I&#39;ve reported it here: <a href="https://issues.jboss.org/browse/KEYCLOAK-497">https://issues.jboss.org/browse/KEYCLOAK-497</a><br>
<br>To breifly recap the issue, when logging in via reverse proxy it keeps forwarding the browser from https back to regular http.<br><br>Eg. Apache virtualhost configured as:<br><br>&lt;VirtualHost *:443&gt;<br>ServerName <a href="http://auth.domain.com">auth.domain.com</a><br>
SSLEngine On<br><br>&lt;Proxy *&gt;<br>        Order deny,allow<br>        Allow from all<br>&lt;/Proxy&gt;<br><br>ProxyVia                Off<br>ProxyPreserveHost       On<br>ProxyRequests           Off<br><br>ProxyPass               /       <a href="http://keycloak.core.docker:8080/">http://keycloak.core.docker:8080/</a><br>
ProxyPassReverse        /       <a href="http://keycloak.core.docker:8080/">http://keycloak.core.docker:8080/</a><br><br><br>&lt;/VirtualHost&gt;<br><div><br></div><div>If I were to start looking into the code base, where would I start?  Trying to find for example during the login process how the forward url is formed?</div>
<div><br></div><div>Thanks,</div><div><br></div><div>Josh</div></div>