How to configure Tomcat to use Windows NTLM authentication?

后端 未结 6 1106
醉梦人生
醉梦人生 2020-12-07 21:18

I would like to use NTLM authentication with Tomcat so that Iexplorer send automatically both the user id+pwd to webapp. Is this possible?

With \"BASIC\" authent

6条回答
  •  佛祖请我去吃肉
    2020-12-07 21:55

    Yes, it's now possible with Waffle Tomcat Authenticator that supports Negotiate (NTLM v1, v2, etc., and Kerberos).

    • Tutorial: http://code.dblock.org/ShowPost.aspx?id=103
    • Waffle: http://dblock.github.io/waffle/

    Waffle works on windows server only

提交回复
热议问题