cancel
Showing results for 
Search instead for 
Did you mean: 

How can i authenticate user's request in activiti-rest api

crystonesc
Champ in-the-making
Champ in-the-making
hi,i used activiti-api to provide api service to mutiple other system,and they share one activiti db,there is one question,how can i authenticate
other user's http request to access the db.for example.there are two workflow in activiti db.one user can use http://xxxx:8080/activiti-rest/service/tasks to get all the tasks in db
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
Yes. Activiti does not solve that. You will need to create your own custom layer around the calls to do that.