Captain-P-Goldfish / scim-for-keycloak

a third party module that extends keycloak by SCIM functionality
BSD 3-Clause "New" or "Revised" License
182 stars 46 forks source link

Group Member Sync Failure #118

Closed saravanad closed 3 weeks ago

saravanad commented 3 weeks ago

Hi @Captain-P-Goldfish ,

We are using the Synchronization mechainsm of syncing group/User. Both of them are working fine. However when we try to sync members of the group using the Below UI

image

we get the following exception in the keycloak.

image

We tried to verify whethe the external ID are set for all the users and groups. They seem to be set for all.

Any ideas/pointers of how to debug this further would be really helpful.

Thanks, Saravana

Captain-P-Goldfish commented 3 weeks ago

please try again with version kc-23-2.2.0-free-SNAPSHOT. If the error does still occur I will have a closer look

saravanad commented 3 weeks ago

Tried with the latest version. It is working. Thanks @Captain-P-Goldfish