I have an application that using ldap acegi-security-1.0.2.jar . I able to authenticate the user with active directory. I wanted to add NTLM auto login feature for my application. May i know what extra acegi library do i need to do this? is there any example on acegi+nltm on this?
|
|
|
|
|
|
|
Spring Security 2 supports NTLM, if you can“t upgrade the library try Jespa. Some of the things that you can do with Jespa include:
|
||
|
|
|
|
Here's another open source library, http://spnego.sourceforge.net, that can support integrated windows authentication/sso (no prompt). The library is installed as a servlet filter. |
||
|
|
