what are the libraries in JAVA for implementing SSO? I am running my app under tomcat.
Asked
Active
Viewed 6,198 times
3 Answers
1
This SourceForge project provides a pure Java SSO servlet filter and API for NTLMv2:
https://sourceforge.net/projects/ntlmv2auth/
It's based on an NTLMv2 JCIFS extension created by the Liferay portal project.

Marcel Schoen
- 41
- 2
-
1Welcome to SO. If you are [affiliated with that project](http://stackoverflow.com/faq#promotion), don't forget to disclose it in your answers :) – Leigh Jul 27 '12 at 15:07