-
Jan 6th, 2010, 10:54 AM
#1
Spring Security 3 + NTLM no longer supported?
According to SEC-1087, it looks like NTLM is not supported with Spring Security 3.
There is the JCIFS library (who seem to recommend Jespa, though it has a cost associated with it). But does the community here have any thoughts on the best approach for enabling integrated windows domain authentication?
I have an ldap based (using spring security 3) authentication working, but in our enterprise all the IIS based webapps are already single sign on and that will also be required for our tomcat based webapps.
-
Jan 6th, 2010, 10:57 AM
#2
... aaand I just stumbled across this previous post
http://forum.springsource.org/showthread.php?t=77914
-
Jan 6th, 2010, 11:08 AM
#3
I believe the Kerberos extension is the recommended approach, then, correct?
-
Mar 21st, 2010, 04:37 PM
#4
If you can't use Kerberos, you can try the spring-security-ntlm extension that I build using 2.0.5 code. I migrated the code to work with the last version (3.0.2) of spring security.
This extension works for spring security 3.0, more information here:
http://aloiscochard.blogspot.com/201...ty-ntlm-3.html
Project here:
http://github.com/aloiscochard/spring-security-ntlm
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules