How to configure Tomcat to use Windows NTLM authentication?

后端 未结 6 1092
醉梦人生
醉梦人生 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:19

    people from the JCIFS project (the one reerenced in mkoller's answer) says that the solution they provide is not compatible with NTLMv2...

    http://jcifs.samba.org/src/docs/ntlmhttpauth.html

    you should check http://www.ioplex.com/jespa.html, which is not free...

提交回复
热议问题