I implemented an Apache Camel based middleware application to manage authentication, authorization and also to dispatch the front end application calls to my several RESTful back end web services. I'm using Apache Directory as my Ldap server for authentication but I'm using it separately for each back end service.
My question is how to implement a single sign on SSO system to all my back end services.
Any ideas?
Thank you in advance!