#api #bonita7 #restapi #rest

REST permission : how it's work?

Hi everyone,

I'm creatin an application in angular, and i'm calling some bonita function with the REST API.
But, lots of call need a permissions, like 'bpm/task', POST and GET method need the 'flownode_visualization' permissions, like it's defined in 'setup\platform_conf\current\tenants\1\tenant_portal\resources-permissions-mapping.properties'.

So i have added the permission to the profile 'user' in 'custom-permissions-mapping.properties' like this :
profile|User=[flownode_visualization]

I have restar my bundle, but it's not working.

Notifications