cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti REST and permissions

r3dge
Champ in-the-making
Champ in-the-making
Hi,

With activiti explorer i have created a new user called "r3dge", member of the group "cpe". Then i have sent a REST request with the user "r3dge" :

GET http://localhost:8080/activiti-rest/service/runtime/tasks

In the response body i found all tasks pending for all groups and not only task assigned to group my user is taking part.

Does that means that there are no permissions applied in the REST API ?

Thanks

2 REPLIES 2

trademak
Star Contributor
Star Contributor
Hi,

By default there are no permissions applied to the Activiti REST API. With Spring Security there's the opportunity to implement your own permission scheme when necessary.

Best regards,

r3dge
Champ in-the-making
Champ in-the-making
thank you for your answer