Search Results

8
votes

How do you authenticate against an Active Directory server using Spring Security?

I had the same banging-my-head-against-the-wall experience you did, and ended up writing a custom authentication provider that does an LDAP query against the Active Directory server. So my …