Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
有一个带有 Java SSO servlet 过滤器的 SourceForget 项目:
https://sourceforge.net/projects/ntlmv2auth/
使用 Liferay Portal 项目中 JCIFS 的 NTLMv2 扩展。
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.
试试这个-->
http://tomcatspnego.codeplex.com/
Try this -->
http://tomcatspnego.codeplex.com/
Oakland Software 支持 NTLM v2。请参阅 http://oaklandsoftware.com/product_http/compare.html。
Oakland Software supports NTLM v2. See http://oaklandsoftware.com/product_http/compare.html.
选择 Kerberos。与 Digest 和 Kerberos 相比,NTLM 是专有的且不安全。
Go for Kerberos. NTLM is proprietary and insecure compared to Digest and Kerberos.
Jespa 是目前首要的 NTLMv2 解决方案,它取代了旧的 JCIFS 过滤器:
http://www.ioplex .com/jespa.html
只需下载该软件包并按照 Jespa 操作员手册的要求和安装部分中所述尝试示例 Web 应用程序即可。一旦您看到该工作,将其合并到您的应用程序中应该相当容易。有一个过滤器,但也有其他更复杂的集成方式。
Jespa 是一个商业解决方案。
Jespa is the premier NTLMv2 solution right now and it is what replaced the old JCIFS Filter:
http://www.ioplex.com/jespa.html
Just download the package and try the example webapp as described in the Requirements and Installation sections of the Jespa Operator's Manual. Once you see that work it should be fairly easy to incorporate it into your application. There is a Filter but there are other more sophisticated ways to integrate as well.
Jespa is a commercial solution.