The Celum User and Group Sync project synchronizes the configured Celum users and groups hourly by running its simple workflow.
To be configured in {CAMUNDA_HOME}/config/CelumUserAndGroupSync.properties
type: string, required: yes, default: -
The security token configured for the Celum User Service.
type: string, required: yes, default: -
The URL for the Celum User Service, e.g. http://localhost:8881/celumUserService
type: comma-separated list of Celum group ids, required: no, default: - (all groups)
Only synchronize the specified Celum groups.
type: boolean, required: no, default: false
Also synchronize sub-groups of the specified groups.
type: comma-separated list of Celum group ids, required: no, default: -
Groups to exclude. This property is somewhat problematic and it is recommended not to use it. If a sub-group of a group is excluded then the collection of users in sub-groups is stopping there.
type: comma-separated list of Celum user ids, required: no, default: -
Users to exclude.
type: string, required: no, default: CelumUser
The prefix to use for the Celum users in Camunda.
type: string, required: no, default: CelumGroup
The prefix to use for the Celum groups in Camunda.
type: string, required: no, default: {name}
The group name format for groups in Camunda.
type: string, required: no, default: CELUM
The group type format for groups in Camunda.
type: string, required: no, default: {firstName}
The first name format for users in Camunda.
type: string, required: no, default: {lastName}
The last name format for users in Camunda.
type: string, required: no, default: {email}
The email format for users in Camunda.
The following strings will be replaced automatically by the value coming from Celum:
The following strings will be replaced automatically by the value coming from Celum:
Camunda Core | CELUM |
---|---|
1.0.0 | 5.13.4 (tested with 6.4) |
Released 2020-03-09
Initial version