cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti Customizing

paulrda
Champ in-the-making
Champ in-the-making
Hi
Im a java developer with alfresco developing knowledge and right now i do have zero knowladge of activiti customizations. i know activiti use Basic Authentication with rest api calls. sending password with every request is a security issue. therefore we decided to implement token based authentication to handle activiti rest calls.to achieve this i referred many post in this forum but i couldnt understand how to start activiti customization.
can i customize activiti engine or Activiti Explorer? then how can i do?
is there any developer documentation?  how can i start?
is it possible to use oauth 2.0 instead of Basic Authentication?

Thanks
Paul


2 REPLIES 2

mohitsi
Champ in-the-making
Champ in-the-making
you can follow the below link to start.
https://docs.alfresco.com/activiti/docs/dev-guide/1.4.0/

jbarrez
Star Contributor
Star Contributor
That link is for the Enterprise product.

The question above is about the engine/explorer. Both are fully open source, with an Apache license (meaning: do what you want). Code is here: https://github.com/Activiti/Activiti

Adding oauth is doable (it's code), but probably quite a bit of work.