Hello,
There is PROXY_ADDRESS_FORWARDING=true to configure http keycloak behind an
https proxy, it works all good.
I can't find a way to make keycloak proxy work the same way. Configured as
http behind a https traefik proxy.
The proxy headers seem to be forwarded.
I access
https://keycloakproxy, it gets redirected to
https://keycloak
{....}redirect_uri=*http*://keycloakproxy
I found that :
http://lists.jboss.org/pipermail/keycloak-user/2017-November/012407.html
saying that it is a misconfiguration of the client (here keycloak proxy)
Has someone any clue on how to do that ?
Thanks,