Rest API authentication configuration - how to allow user/group to execute endpoint

1
0
-1

We are using API to load files to the process from external screens implementation (Angular).
All the communication works fine, except of /bonita/API/bpm/caseDocument which produce http 403 error.

We noticed that adding user to administrators group solves the issue. But obviously that could not be considered as a solution.

Could you please let me know how to configure groups/users which can use api services using Bonita 7 community edition?

1 answer

1
0
-1

Hi,

Here is a detailed documentation about REST API Authorization . You will find a section on how to set permissions to users based on profiles/user names and a list of default permissions to resources (including the caseDocument one)

Hope it helps

Notifications