Spring Security & Ntlm & Tomcat
I'm looking for a complete web application sample using the latest spring security with windows authentication (NTLM) and Tomcat. I know how to authenticate using spring security against a database but I'm struggling when trying to authenticate based on NTLM in Windows Server 2003. Any guidance you can give will be appreciated.
Thank,
Alberto Acevedo
Spring security & JCIF not working with NTLMv2
Quote:
Originally Posted by
pitirre
I'm looking for a complete web application sample using the latest spring security with windows authentication (NTLM) and Tomcat. I know how to authenticate using spring security against a database but I'm struggling when trying to authenticate based on NTLM in Windows Server 2003. Any guidance you can give will be appreciated.
Thank,
Alberto Acevedo
I tried using Spring security that is dependent on JCIF to authenticate users based on NTLMV2 SSO windows authentication. All intents to make it to work failed. I even tried samples I found in the internet with the same result. After all the hard work I found out that Spring Security and JCIF can not SSO authenticate based on NTLMV2. I finally found a solution by using Jespa. Jespa is not open source but the cost of the license is affordable. Are there any plans to have Spring security doing SSO NTLMV2 authentication in Windows platforms? Is there any solution already available of Spring security with Jespa?
Thanks,
Alberto Acevedo