Results 1 to 4 of 4

Thread: Spring Security 3 + NTLM no longer supported?

  1. #1
    Join Date
    Jul 2008
    Location
    Washington DC
    Posts
    67

    Default 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.

  2. #2
    Join Date
    Jul 2008
    Location
    Washington DC
    Posts
    67

    Default

    ... aaand I just stumbled across this previous post
    http://forum.springsource.org/showthread.php?t=77914

  3. #3
    Join Date
    Jul 2008
    Location
    Washington DC
    Posts
    67

    Default

    I believe the Kerberos extension is the recommended approach, then, correct?

  4. #4

    Default

    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
  •