cancel
Showing results for 
Search instead for 
Did you mean: 

Custom IdentityService for SOA environment

smogstate
Champ in-the-making
Champ in-the-making
Hi,

the problem is: we can get User data(ids, roles etc) only via REST, what should I re-implement to get activiti IdentityService to work with REST instead of DB or LDAP? Is it possible, or i am wasting my time?

I found that LDAP solution implements ReadOnlyIdentityProvider should i dig in this direction?


tnx a lot!
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
The LDAP integration is documented here: http://activiti.org/userguide/index.html#N166BB.
The code is here: https://github.com/Activiti/Activiti/tree/master/modules/activiti-ldap
The code should give you an idea of how you plug in your own identity provider quite easily.

smogstate
Champ in-the-making
Champ in-the-making
Thank you very much for your response thats helps!