1 Reply Latest reply on Oct 16, 2019 8:47 AM by ctomc

    Use GenericHeaderAuthenticationMechanism

    thierry31

      Hi,

       

      I see that in Jboss 7, the undertow core module provide an implementation of the GenericHeaderAuthenticationMecanism that is similar to the org.jboss.as.web.security.GenericHeaderAuthenticator used in Jboss 6

      But I cannot found any documentation about it and how to configure and use it. Instead I found some article that indicate the default supported machanism are: BASIC, DIGEST, CLIENT-CERT, SPNEGO

       

      Does it means I have to use this implementation as a custom mechanism and so I need to develop the ServletExtension class as describe here: How to implement custom Authentication Mechanisms on EAP 7 - Red Hat Customer Portal ?

       

      Thanks for your help!