Using a custom User and AuthZ provider

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2015 09:38 AM
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
Thank you!
David
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2015 04:57 PM
Activiti does not do authentication nor authorization. You would need to add that logic yourself, and wrap the Activiti calls.
