How to add multiple LDAP groups in Jazz Authorization Server?
Hello! I have JAS configured with 2 CLM(6.0.2) instances. But I have 2 different LDAP groups and admins. How do I configure JAS to support different LDAP groups and admins? I have approached with merging the LDAP admins and groups in the appConfig.xml but that didn't work. Could anyone please guide me on how to achieve this scenario? Or is it not possible for JAS to support multiple LDAPs?
Accepted answer
Hi Sanjeet
Comments
Hello Shubjit. Thanks for writing in. Since I am quite new on JAS and its limits. Please make me understand better.
Hi Sanjeet
Hello Shubjit. My LDAP servers are different. One server is in EU and the other LDAP server is in US. Both have different group names and admins are also different. I have configured proper groups in the respective CLM instances. But my JAS doesn't authenticate to 1 instance. From what I conclude the reason could be that I have not configured the other LDAP in the ldapuserregistryxml. Is my assumption correct?
Hi Sanjeet
Please notice, that with multiple ldaps you cannot use ldap sync task to synchronise users is ELM. For synchronising users you can only set one ldap server there.
Comments
Spoidy jan
Dec 04 '24, 5:37 a.m.You can try using an LDAP proxy to combine both LDAP groups into a single virtual directory. This way, JAS will treat it as one LDAP source, simplifying the configuration. Directly supporting multiple LDAPs isn’t possible in JAS, so merging or proxying is the best approach.