Removing the "camunda-admin" group from the formsflow-clerk users leads to empty form list. how to fine grain bpm access or customize it without giving camunda-admin. #1552
-
Removing the "camunda-admin" group from the formsflow-clerk users leads to empty form list. Is there an alternative way to list the forms without adding "camunda-admin"? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
To refine the authorization and achieve more fine-grained access control, we propose the following steps:
By making these changes specific role will have fine-grained access to specific process actions within Camunda. Alternatively, For a more comprehensive approach when moving to production, you can fine-grain the authorizations for all relevant roles and remove the default "camunda-admin" role for all users. This involves updating the following authorizations: Authorization: formsflow/formsflow-designer, formsflow/formsflow-reviewer, formsflow/formsflow-client By implementing these authorization updates, the formsflow.ai system will achieve a more refined and secure access control mechanism, ensuring that specific roles and groups have appropriate access rights within Camunda. |
Beta Was this translation helpful? Give feedback.
To refine the authorization and achieve more fine-grained access control, we propose the following steps:
1, Navigate to the Camunda Admin UI page and access the "Manage Authorization" section.
By making these changes specific role will have fine-grained access to specific process actions within Camunda.
Alternatively,
For a more comprehensive approach when moving to pro…