#api #bonita7 #restapi #authorization

How to share private variable data (credentials) to multiple processes?

Hello,

I am developing multiple Bonita processes that need to connect to different REST APIs using the same credentials.

Will dynamic permissions be removed from BonitaCommunity starting with 2021.2?

Hi,

Considering what the Bonita 2021.1 Release Notes read:

(...) API dynamic security capabilities will be removed from Bonita Community 2021.2 and will be part of the set of Enterprise features related to security (...)

Can't change REST API authorization

Hello,
I want to change rest api authorization but it doesn't change. I want to give users to access caseDocuments so i added

profile|User=[document_visualization, download_document]
#GET|bpm/archivedCase=[profile|User]
#GET|bpm/caseDocument=[profile|User]
#GET|bpm/archivedCaseDocument=[profile|User]
#GET|bpm/case=[profile|User]

to custom-permissions-mapping.properties and resources-permissions-mapping-custom.properties files but i still can't access documents with user profile.

Notifications