How to configure Tomcat to use Windows NTLM authentication?

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

    • JCIF is now (2011) deprecated (does not support NTLM v2).
    • JESPA is not free but may work out for you
    • Waffle is windows server only

    You may want to check out UnboundID's LDAP solution www.unboundid.com/products/ldapsdk/ Haven't tried it yet but seems like a compromise.

    Here is a quick comparison between UnboundID SDK, JNDI and Netscape SDK: www.unboundid.com/products/ldap-sdk/docs/advantages/comparison.php . It may be biased since it's on unbound's website but hey, gives you a good idea why you might consider it.

提交回复
热议问题