#api #bonita7 #fileupload

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

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?

Notifications