Hello there,
We have decided to use Activiti as BPM in our new project. We would like to setup user and group management to external system which is SSO engine of our organisation.
We have decided to use below approach-
- We would be using activiti-rest to interact with Activiti engine and decided to write custom wrapper on this rest services. So, before accessing them all authentication and authorization activities should be handled using our SSO engine.
Is this possible approach? If yes, how to customize it?
This system has hundreds of groups and thousands of users, I believe Activiti is capable to handle them.
Any response on this would be much appreciated.