Acegi ntlm how?
3 answers
Spring Security 2 supports NTLM, if you cannot update the library try Jespa .
Some of the things you can do with Jespa include:
- Implementing NTLM Single Sign-On (SSO) for HTTP Servers
- Checking Windows Group Membership
- Enable NTLM Authentication with AD using JMAS LoginModule
- Add NTLM to the embedded HTTP stack or other HTTP client
- Using NTLM with SASL Clients and SASL Servers
- Add NTLM to Standard JNDI LDAP Client
- Easily authenticate and encrypt network communication.
- Build advanced and customizable solutions using our intuitive security API provider
+1
source to share
Here's another open source library, http://spnego.sourceforge.net , that can support integrated Windows / sso authentication (no prompt).
The library is installed as a servlet filter.
0
source to share
Waffle is a drop of solution that can be used with springsecurity / acegi to achieve this: https://github.com/dblock/waffle
I mean, you don't need to do all these things in the above list, but you need to add an SPN.
0
source to share