Is there any solution or suggestion for selecting organization as assignee or candicates groups in the camunda to integrate with third party application?

Camunda engine provided the user,group and tenant management service that is great!

  • GroupQuery
  • Group
  • Tenant
  • TenantQuery
  • User
  • UserQuery

Howerver, our third party integration system also need to integrate the organization(for example, besides user/group[role]/tenant, we also need to select HR department or IT support team(as organization unit) to help us approve/Reject the workflow task)!

According to my understanding, the concept or usage of Group in the camunda is much similar as role rather than organization!

Is there any solution or suggestion for selecting organization as assignee or candicates groups in the camunda to integrate with third party application? Thank you in advanced.

Hi @henry007
You can integrate camunda with keycloak Identity provider framework. In keycloak you can define organization departments, roles, groups , …
The following link my be useful :

Thank you. The Camunda Keycloak Identity Provider Plugin is the example of integration with third party application. It can’t directly map the org unit/role/group into the camunda unit/role/group since camunda only had the group concept.