cancel
Showing results for 
Search instead for 
Did you mean: 

How to customize the IdentityService

pinxiongcn
Champ in-the-making
Champ in-the-making
Who can tell me how to implement the IdentityService without the data tables with the prefix ACT_ID_*. This means I want to customize my IdentityService and make sure the Activiti Engine can work well.

Thank you very much.
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
You need to implement the IdentityService interface and inject it in the ProcessEngineConfiguration.
Alternatively, you can plug in custom user/group manager. Check the https://github.com/Activiti/Activiti/tree/master/modules/activiti-ldap as an example.