Hello,
We have Alfresco Activiti enterprise installed. I want to access the workflow from my springboot application like start a workflow, approve, reject, etc. I am using REST calls to fetch the data from Activiti.
My springboot app will not have any user database as it is completely depend on the Activiti. So once user provide username and password he/she will be authenticated against the Activiti.
I am using the below link for login with spring RestTemplate.
I get the response like below.
Now I am not sure how to use these headers for the next call in order to get the secured REST endpoints of Activiti?
Because when I am trying to access any other endpoints, it says Authentication exception...
Please help...
Thank you....
I guess this question turned out to be linked with Start a process instance using REST . Looks like you're using basic authentication and so need to supply the user credentials in the request (rather than obtain an access token) and the answer on the other thread shows how to do that.
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.