How to configure Tomcat to use Windows NTLM authentication?

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

    Yes it is. The Tomcat Wiki references a documentation about Samba code that enables Tomcat to do NTLM authentication.

    The Samba community implemented a Servlet filter that allows to athenticate users agains a domain controller.

提交回复
热议问题