如何配置Tomcat来使用Windows NTLM身份验证?身份验证、Tomcat、Windows、NTLM

2023-09-09 21:32:53 作者:浅绿少年薄荷凉°

我想用用Tomcat的NTLM身份验证,以便IEXPLORER自动同时发送用户ID + PWD到Web应用程序。这可能吗?

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

使用基本身份验证IE弹出常用的PWD对话框,但我想跳过此对话框。 (请注意,我用JNDIReal / LDAP)

With "BASIC" authentication IE pops up the usual pwd dialog but I want to skip this dialog. ( Note, I use JNDIReal/ldap)

推荐答案

的确是这样。该 Tomcat的维基一个引用的有关Samba code,使Tomcat的做NTLM身份验证文档。

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

Samba的社区实现一个Servlet过滤器,允许用户athenticate agains的域控制器。

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