1 Reply Latest reply on Jun 15, 2017 12:03 PM by mchoma

    Disable/ignore Auth basic on a Web Service

    juju0034

      Hello All,

       

      We have our application that acts like an authentication soft. Basically, we need to handle the basic authentication on our own. To wit, we need the app/web server to ignore completely the HTTP header "authorization".

       

      On Weblogic, we use a configuration called "enforce-valid-basic-auth-credentials", that when false, simply tells Weblogic to let go any basic auth credential without verifying it (which allows our app to handle it afterward).

       

      Is there a way to achieve this in Wildfly 10 ?

       

      Thank you very much for the help.