I need to use NTLM V2 SSO for a web application deployed on Tomcat 6 (Redhat Linux).
I know the JCifs library, but the NTLM filter only supports NTLM V1, not V2. They recommend JESPA as an alternative, but I would rather have an open source solution.
I know Waffle , which does NTLM V1, V2 with zero configuration, but only works on a server deployed in windows.
Did you know that NTLM V2 SSO is an NTLM filter for application servers deployed on Linux?
source
share