Keycloak Docker behind loadbalancer with https fails

前端 未结 2 1535
清歌不尽
清歌不尽 2021-01-05 06:04

I am trying to use clustered keycloak docker behind the A10 load balancer. I am trying access all the request by https from the client application. My issue is that the same

2条回答
  •  情歌与酒
    2021-01-05 06:35

    I don't know A10, but you have to ensure that it sets the request headers X-Forwarded-For and X-Forwarded-Proto. Then you have to configure Keycloak (Wildfly, Undertow) to work together with the SSL terminating reverse proxy (aka load balancer). See http://www.keycloak.org/docs/latest/server_installation/index.html#_setting-up-a-load-balancer-or-proxy for a detailed description.

提交回复
热议问题