today i add the Ldap configuration to the Activiti Engine ,it work fine but when i tried to get list of group using REST API "/identity/groups" i get this massage "This query is not supported by the LDAPGroupManager"
is there is any way to get LDAP group LIST Regards,
No, you will need to add this yourself, in an extended class of the LDAPGroupManager. The reason for this is that we don't want Activiti to become a front for all ldap queries, there are better tools for that.
then how to user candidate Group i try to use same group name in active directory in the candidate Group field but the task doesn't go to the users of this specific group which i but it in candidate Group field , is this right or i there is another solution to use candidate Group with Ldap in Activiti
also the candidateGroup is not appear in JSON body using REST "/runtime/tasks"