2 Replies Latest reply on May 28, 2010 12:15 PM by kbeowulph

    Minimum required for basic user/password authentication on a POJO?

    kbeowulph

      Hello.

       

      I've followed the authentication guide (http://community.jboss.org/wiki/JBossWS-Authentication) and have (mostly) successfully implemented basic security on a POJO web service.

       

      The problem I'm having though is that my client requires two-sets of authentication setting; once for the HTTP basic authentication, and again in the request context (same user and password).  Is there a way I can set it so that the user only needs to authenticate at the request context level?

       

      My files are attached (pasting them did not work very well).


      Thanks.