1 Reply Latest reply on Mar 3, 2016 5:26 PM by lesquivel

    How to configure integrated windows authentication in Wildfly 10

    lesquivel

      Hello,

       

      I am migrating from Jboss 5 to Wildfly 10.  So far I have not found a way to configure undertow to use integrated windows authentication.  We are using mod_jk ajp  to connect between an IIS web server and JBoss. 

       

      In JBoss 5 in the server.xml file the tomcatAuthentication=false configuration attribute did the trick.  <Connector port="8009" address="${jboss.bind.address}" protocol="AJP/1.3" tomcatAuthentication="false" .../>

       

      What is the equivalent or how do you achieve this in Wildfly?

       

      Any help will be greatly appreciated.

       

      Thank you!