开发者

NTLM SSO implementation in Java

开发者 https://www.devze.com 2023-02-18 03:53 出处:网络
what are t开发者_JAVA技巧he libraries in JAVA for implementing SSO? I am running my app under tomcat.This SourceForge project provides a pure Java SSO servlet filter and API for NTLMv2:

what are t开发者_JAVA技巧he libraries in JAVA for implementing SSO? I am running my app under tomcat.


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.


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消