Hello,
 
I have implemented a simple authentication using wss4j and am faced the following situation.
 
The username and password are being sent from the client to the server in the soap header. I am using UsernameToken and a password digest is being used.
 
I want to now extract the username and password from the header and send it to another legacy system for authentication.
 
The callback class WSPasswordCallback.getPassword() returns a null.
 
Is there a way that this can be done using wss4j?
 
 
Please let me know.
 
Thanks,
Joel
 

Reply via email to