How to configure Tomcat to use Windows NTLM authentication?

后端 未结 6 1104
醉梦人生
醉梦人生 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 22:11

    I have used JCIFS, Waffle and IIS side by side.

    • JCIFS does not support NTLM v2, sometimes prompts users
    • Waffle support NTLM v2, but sometimes prompts user
    • IIS is the only solutio where promptless NTLM authentication works 100% of the time

提交回复
热议问题