Spring 3 and NTLM authentication

前端 未结 3 2005
孤街浪徒
孤街浪徒 2020-12-15 12:17

I am using a spring 3 web application, as Spring 3 doesn\'t support NTLM authentication, what are the other alternatives that can be used along with Spring security? So that

3条回答
  •  隐瞒了意图╮
    2020-12-15 13:08

    Waffle is drop in solution that can be used with springsecurity to achieve this: https://github.com/dblock/waffle

    I've used it myself with for example hybris. They have some examples. Beware of version 1.5 that uses jna3.5 which can cause problems at high load Also beware that you may need to extend negotiatesecurityfilter if our application needs to do authorization(I had to do that, may be fixed in 1.6.

提交回复
热议问题