cancel
Showing results for 
Search instead for 
Did you mean: 

Using a custom User and AuthZ provider

davidcarrico
Champ in-the-making
Champ in-the-making
I would like to use my custom user store and Authorization mechanism instead of Activiti's. I see in the user guide where this is addressed, however are there any examples anyone can recommend that would provide a more concrete demonstration? I would be integrating with a custom mechanism, hosted in Node (no LDAP).

Thank you!
David
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
Activiti does not do authentication nor authorization. You would need to add that logic yourself, and wrap the Activiti calls.