Spring 3 and NTLM authentication
java, ntlm, spring, spring-security
Solution
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.
Problem
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 solution is not an option at the moment, NTLM is the only option. Any help is highly appreciable. Thanks