On 30/05/18 18:40, Vinay wrote:
Does keycloak provide LDAP failover i.e. provide two LDAP URLs while
creating an LDAP provider so that users can be search on both primary and
secondary LDAP server ? This is required for high availability ?
What we do: have a local haproxy configured with your ldap servers, and
haproxy will do the ldap failover. And then we make keycloak talk to the
haproxy on localhost.
Works for us.
MJ