Custom permission mapping it doesn't work in Bonita Studio Community 7.9+

For some reason the steps described in the documentation which is related to the permission to a rest api does not work for the Studio Community 7.9+

In Bonita Studio:

  • Open the custom-permissions-mapping.properties from Development menu > REST API Extensions > Edit permission mapping
  • Add the following line: profile|User=[demoPermission]
  • Save the file
  • Logout from the current session and log back in
1 Like

Hi,

Studio Tooling for REST API Extension is an Enterprise Edition feature.

To edit the permissions in Community you have to use the server method using the setup tool. In a Studio environment it means configuring the database.properties to point to the proper h2 database files of your project. Once setup properly, using setup pull/push you can update the 'cutom-permissions-mapping.properties'

Romain