Custom IdentityService for SOA environment

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2013 05:35 AM
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!
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!
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2013 03:33 AM
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.
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.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2014 12:34 PM
Thank you very much for your response thats helps!
