0

I have connected Wso2 ti an external LDAP. Through the admin panel i can see the users and roles that are fetched from LDAP.

However when requesting groups using Scim Api like

https://10.4.0.17:9443/wso2/scim/Groups

only groups that belong to the internal PRIMARY UserStore are fetched.The problem is that i use the external LDAP UserStore as my main UserStore.So i should not get any groups from that UserStore.

How do i configure Scim to fetch from the external LDAP instead of the internal PRIMARY ?

Community
  • 1
  • 1
nickGR
  • 110
  • 4
  • 11

1 Answers1

-1

I had a similar question. At the moment at least for Readonly LDAP, groups are not added to the internal DB. You can add it manually to the DB.This is of course not a solution and I filled an issue on github. If you are still interested in a fix, you can upvote the issue.

Maciej Treder
  • 11,866
  • 5
  • 51
  • 74
csbrogi
  • 424
  • 3
  • 14