I have a spring boot project (camunda 7.15) within which I run the webapps.
I create a user (other than demo) and when I create an Application authorization for the user to access only tasklist, it doesn’t work.
What might be wrong?
Thx
I have a spring boot project (camunda 7.15) within which I run the webapps.
I create a user (other than demo) and when I create an Application authorization for the user to access only tasklist, it doesn’t work.
What might be wrong?
Thx
Hi @kontrag ,
please find the full configuration doc here:
https://docs.camunda.org/manual/7.16/user-guide/spring-boot-integration/configuration/
There is a table at the bottom where you will also find a section about Authorization. It is important to know that by default, authorization is not enabled.
You can do this by setting camunda.bpm.authorization.enabled
in your application.yaml file.
I hope this helps
Jonathan