0 Replies Latest reply on Apr 28, 2009 9:57 PM by sgimumbai

    Handling password in digest form(PASSWORD_DIGEST) in ESB

    sgimumbai

      I wold like to provide some securities to my webservice.For that i am using UsernameToken feature in SOAP message.I want to send my password in digest form(PASSWORD_DIGEST).But i am unable to handle it in JBOSS ESB.If it is text password ,ESB is successfully validating the password.How can I handle PASSWORD_DIGEST passwords in ESB.