Delete User button is enabled without Admin Access

Hello Everyone,

We are using Camunda Community Edition, may I know how can we restrict access for a particular user to Camunda Admin or restrict that User to delete any other users.

I have tried denying the access to Camunda Admin while setting up the authorization but that didn’t work out.

Appreciate all the help.

Hi @Akash_01,

if you use the spring-boot starter or Camunda Run, you have to be aware that the authorization has to be enabled explicitly: Process Engine Configuration | docs.camunda.org

Hope this helps, Ingo