Community

Unrecognized Callback when using Password digest, nonces and timestamp in JBoss 5.1

created by Wenhui Xing in JBoss Web Services - View the full discussion

I follow the guide in http://community.jboss.org/wiki/jbossws-ws-securityoptions#Password_digest_nonces_and_timestamp

but following error occurs:

 

Caused by: javax.security.auth.callback.UnsupportedCallbackException: Unrecognized Callback
    at org.jboss.security.auth.callback.JBossCallbackHandler.handle(JBossCallbackHandler.java:126)
    at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:955)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.LoginContext$SecureCallbackHandler.handle(LoginContext.java:951)
    at org.jboss.security.auth.spi.UsernamePasswordLoginModule.createPasswordHash(UsernamePasswordLoginModule.java:441)

 

Can't find a handler for MapCallback.

Reply to this message by going to Community

Start a new discussion in JBoss Web Services at Community