Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NTLM V2 SSO Java Servlet Filter [closed]

I need to use NTLM V2 SSO for a web application deployed on Tomcat 6 (Redhat Linux).

I know of the JCifs library but it's NTLM filter supports only NTLM V1 and not V2. They recommend JESPA as an alternative but I would rather have an open source solution.

I know of Waffle which does NTLM V1,V2 with zero configuration but works only on server deployed on windows.

Do you know of an NTLM V2 SSO NTLM filter for application servers deployed on Linux ?

like image 662
xask Avatar asked Oct 12 '22 10:10

xask


1 Answers

There's a SourceForget project with a Java SSO servlet filter:

https://sourceforge.net/projects/ntlmv2auth/

Uses an NTLMv2 extension of JCIFS from the Liferay Portal project.

like image 126
Marcel Schoen Avatar answered Oct 14 '22 04:10

Marcel Schoen