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

前端 未结 8 1172
我寻月下人不归
我寻月下人不归 2020-12-22 16:30

I\'m writing a Spring web application that requires users to login. My company has an Active Directory server that I\'d like to make use of for this purpose. However, I\'m

8条回答
  •  [愿得一人]
    2020-12-22 17:01

    I was able to authenticate against active directory using spring security 2.0.4.

    I documented the settings

    http://maniezhilan.blogspot.com/2008/10/spring-security-204-with-active.html

提交回复
热议问题