diff --git a/docs/self-managed/tasklist-deployment/tasklist-configuration.md b/docs/self-managed/tasklist-deployment/tasklist-configuration.md index 6aeb97e130f..f6f23ab46fb 100644 --- a/docs/self-managed/tasklist-deployment/tasklist-configuration.md +++ b/docs/self-managed/tasklist-deployment/tasklist-configuration.md @@ -371,3 +371,18 @@ camunda: tasklist: csrfPreventionEnabled: false ``` + +## Allow non-self assignment + +:::danger +This disables an intentional security mechanism and should only be used in development environments with no Identity installed. +::: + +To allow users to assign other users to tasks, set the configuration property `camunda.tasklist.feature-flag.allow-non-self-assignment` to `true`. + +```yaml +camunda: + tasklist: + feature-flag: + allow-non-self-assignment: true +``` diff --git a/versioned_docs/version-8.6/self-managed/tasklist-deployment/tasklist-configuration.md b/versioned_docs/version-8.6/self-managed/tasklist-deployment/tasklist-configuration.md index 97ecd2bce78..f13de4653bf 100644 --- a/versioned_docs/version-8.6/self-managed/tasklist-deployment/tasklist-configuration.md +++ b/versioned_docs/version-8.6/self-managed/tasklist-deployment/tasklist-configuration.md @@ -379,3 +379,18 @@ camunda: tasklist: csrfPreventionEnabled: false ``` + +## Allow non-self assignment + +:::danger +This disables an intentional security mechanism and should only be used in development environments with no Identity installed. +::: + +To allow users to assign other users to tasks, set the configuration property `camunda.tasklist.feature-flag.allow-non-self-assignment` to `true`. + +```yaml +camunda: + tasklist: + feature-flag: + allow-non-self-assignment: true +``` diff --git a/versioned_docs/version-8.7/self-managed/tasklist-deployment/tasklist-configuration.md b/versioned_docs/version-8.7/self-managed/tasklist-deployment/tasklist-configuration.md index 2bb03e783a6..30ff6f8983d 100644 --- a/versioned_docs/version-8.7/self-managed/tasklist-deployment/tasklist-configuration.md +++ b/versioned_docs/version-8.7/self-managed/tasklist-deployment/tasklist-configuration.md @@ -393,3 +393,18 @@ camunda: tasklist: csrfPreventionEnabled: false ``` + +## Allow non-self assignment + +:::danger +This disables an intentional security mechanism and should only be used in development environments with no Identity installed. +::: + +To allow users to assign other users to tasks, set the configuration property `camunda.tasklist.feature-flag.allow-non-self-assignment` to `true`. + +```yaml +camunda: + tasklist: + feature-flag: + allow-non-self-assignment: true +```