I found I can put proxy-address-forwarding in the keycloak security proxy
proxy.json here :
"applications":[
{
"proxy-address-forwarding":true,
...}
now the redirect_uri is correct ! but when I login I have the following
error:
Jun 11, 2018 9:57:04 AM org.keycloak.adapters.OAuthRequestAuthenticator
resolveCode
ERROR: failed to turn code into token
java.net.UnknownHostException: keycloakaddress
2018-06-11 11:01 GMT+02:00 Pierre Nowak <pnowak.pierre(a)gmail.com>:
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,