I have requirement to implement SSO Authentication and validate user with LDAP / AD server in our web application. The web application is made using Spring (Java) / Hibernate and application server is Jboss in UAT and Websphere in Production.
I am searching for some good and easy solution that can help me to implement it and heard from couple of friends Waffle is good solution, however after searching on net and trying since past few days am unsure if I am heading in right direction. I am naive in this area, so asking some basic questions to the masters here.
1. Can Waffle help in this case? I mean, I got confused as couple of links that I read said that Waffle only helps in Java based application, but not Web application.
2. If answer to above is Yes, is there some example that I can refer to? I am not sure how to pass identity information from client to server and then validate it with the LDAP / AD.
3. If answer to point 1 is No, any other solution that you can recommend?
Thanks a lot in advance :)