问题描述
我使用的是Spring 3 Web应用程序,因为Spring 3不支持NTLM身份验证,可以与Spring安全性一起使用的其他替代方法是什么?以便用户在登录Active Directory时对应用程序进行身份验证?
I am using a spring 3 web application, as Spring 3 doesn't support NTLM authentication, what are the other alternatives that can be used along with Spring security? So that users are authenticated to application when they log into Active Directory?
目前Kerberos解决方案不是一个选项,NTLM是唯一的选择。
Kerberos solution is not an option at the moment, NTLM is the only option.
任何帮助都是高度的很可惜。
Any help is highly appreciable.
谢谢
推荐答案
我已经完成了一次。抓住它。它需要在AD级别进行一些小的设置。您可以在这里或在github上提问。
I have done it one time. Grab it here. It will required to do some small setup at AD level. Feel free to ask questions here or on github.
这篇关于Spring 3和NTLM身份验证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!