Using multiple AD ldap server in one app

Hi,

is there an easy way to configure at least 2 AD ldap server?
We have the situation, that there are 2 at the same time
and one user can have different AD groups split on both ldap server.
So we need to get all groups from both server to check the security.

Any idea?

Kind Regards
Roland

1 Like

As far as I understand LDAP authentication providers from Spring framework that we use in the add-on don’t allow to do it. They support multiple URLs but only for failover purposes.
It seems that you’ll have to write your own authentication provider that will interact with multiple servers and collect required information from them.