How to configure Tomcat to use Windows NTLM authentication?

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

    Alternatively, if you're on a Windows server, you can have IIS do the authentication and redirect requests to Tomcat. Here's the documentation: http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html

提交回复
热议问题