2

what are the libraries in JAVA for implementing SSO? I am running my app under tomcat.

Ram Deshpande
  • 55
  • 1
  • 5

3 Answers3

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.

  • 1
    Welcome 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
0

See this answer: integrated-windows-authentication-ntlm-in-a-java-weblogic-app

Community
  • 1
  • 1
morja
  • 8,297
  • 2
  • 39
  • 59
0

Searching Google for NTLM single-sign on java tomcat comes up with a few interesting results, such as a link to Waffle and this.

thkala
  • 84,049
  • 23
  • 157
  • 201