I’m new to Camunda and currently working on migrating our workflow system from jBPM to Camunda 7, using a Spring-based project.
In our setup, we use our organization’s directory (e.g., LDAP Directory) for managing user entitlements. I would like to sync users from our organization directory into Camunda, but at the same time, I want to manage groups locally within Camunda — meaning that the groups I create in Camunda should not be synced or overridden by the organization directory.
Is this kind of setup possible in Camunda 7? If so, could you please guide me on how to configure this properly in a Spring application?
Hi Camunda Team,
I’m currently trying out the solution mentioned above. Looking ahead, if we plan to migrate to Camunda 8 in the near future, could you please confirm whether this feature is also available there?