0 Replies Latest reply on Sep 5, 2012 9:43 AM by mwringe

    CXF WS-Security with Web Login?

    mwringe

      I am serving content through a web service and I need to have the web service perform a web based login (ie the user and such is available in the request.getRemoteUser() for the connection).

       

      I have followed https://community.jboss.org/wiki/JBossWS-StackCXFUserGuide#Authentication_and_authorization and this appears to be using the correct JAAS authentication mechanism, but its not performing a web login. In previous versions of JBoss AS, I could use the WebAuthentication.login to do this, but this class doesn't exist anymore in AS7.

       

      Is there a way I can configure CXF with JBossWS on AS7 in such a way that a web authentication would occur?