Re: Issue with synchronizing group membership from Syncope to LDAP

2023-04-07 Thread Francesco Chicchiriccò
Hi, resurrecting this old thread to communicate that the requested feature is planned for Syncope 3.0.3: https://issues.apache.org/jira/browse/SYNCOPE-1748 Regards. On 20/01/22 12:54, Francesco Chicchiriccò wrote: Ah, here is why:

Re: Issue with synchronizing group membership from Syncope to LDAP

2022-01-20 Thread Francesco Chicchiriccò
Ah, here is why: https://github.com/apache/syncope/blob/2_1_X/ext/scimv2/scim-rest-cxf/src/main/java/org/apache/syncope/ext/scimv2/cxf/service/GroupServiceImpl.java#L95 It seems the PATCH method was left intentionally not implemented. As always, PRs welcome :-) Regards. On 20/01/22 12:49,

Re: Issue with synchronizing group membership from Syncope to LDAP

2022-01-20 Thread fabien
I'm afraid no, can't see anything in other logs (regarding PATCH) On 2022-01-20 11:37, Francesco Chicchiriccò wrote: On 20/01/22 12:36, fab...@fabln.ovh wrote: hi Francesco, It looks that the PATCH is not generating any logs (/var/log/apache-syncope/core.log don't show anything when I am

Re: Issue with synchronizing group membership from Syncope to LDAP

2022-01-20 Thread fabien
hi Francesco, It looks that the PATCH is not generating any logs (/var/log/apache-syncope/core.log don't show anything when I am using PATCH (via Curl or AAD)). Is this not supported somehow ? Or it there any parameter to modify ? On 2022-01-20 06:56, Francesco Chicchiriccò wrote: On

Re: Issue with synchronizing group membership from Syncope to LDAP

2022-01-19 Thread Francesco Chicchiriccò
On 19/01/22 16:07, fab...@fabln.ovh wrote: Hi Francesco, Yes, doing those 2 steps separately works. Which also works is to run a USER Reconciliation, after this, any change to the group memberships (in the Syncope Interface) is populated to LDAP. I have a last question: I am now testing the

Re: Issue with synchronizing group membership from Syncope to LDAP

2022-01-19 Thread fabien
Hi Francesco, Yes, doing those 2 steps separately works. Which also works is to run a USER Reconciliation, after this, any change to the group memberships (in the Syncope Interface) is populated to LDAP. I have a last question: I am now testing the SCIM from Azure AD (ultimately I need to

Re: Issue with synchronizing group membership from Syncope to LDAP

2022-01-18 Thread Francesco Chicchiriccò
On 14/01/22 13:54, fab...@fabln.ovh wrote: Thanks Francesco. Please find more  explanations: Let me recap the flow: 1. users are created in Syncope  (how? via SCIM?), with the LDAP resource assigned  I created the users here manually in Syncope (REALMs / Users) For example: local_user1

Re: Issue with synchronizing group membership from Syncope to LDAP

2022-01-14 Thread fabien
Thanks Francesco. Please find more explanations: Let me recap the flow: 1. users are created in Syncope (how? via SCIM?), with the LDAP resource assigned I created the users here manually in Syncope (REALMs / Users) For example: local_user1 Auxiliary Classes: BaseGroup Groups: none at

Re: Issue with synchronizing group membership from Syncope to LDAP

2022-01-13 Thread Francesco Chicchiriccò
On 14/01/22 00:35, fab...@fabln.ovh wrote: Hi, I am running Syncope version 2.1.10. I am trying to synchronize groups membership via SCIM to SYNCOPE and then from SYNCOPE to LDAP (openldap). The problem I have is that when I create users and then groups with members in Syncope, the users and