REST API ACTIVITI Users mapping

cancel
Showing results for 
Search instead for 
Did you mean: 
soumailadoumbia
Member II

REST API ACTIVITI Users mapping

How to ensure single authentication between Activiti and my application.
I explain, I want Activiti to recognize my users when I make REST calls on Activiti. I have no idea. Please i need your help.

1 Reply
gdharley
Intermediate

Re: REST API ACTIVITI Users mapping

Activiti uses standard Spring Security implementation.

You will need to implement a filter or userdetails service depending on your existing application authentication.

Greg