Errors invoking OIM APIs through Websphere
686345May 21 2009 — edited Sep 11 2009Hello,
We are facing a problem with invoking OIM APIs across Websphere containers.
We have a JSP based application front-end for provisioning into OIM using the OIM APIs.
The JSP application is hosted on one WAS container while OIM is hosted on another WAS container. While invoking APIs we get the following exceptions
[5/20/09 20:10:55:966 CDT] 0000003f WSLoginModule E SECJ4014E: Login Module com.ibm.ws.security.common.auth.module.WSLoginModuleImpl detected unsupported com.ibm.websphere.security.auth.callback.WSCredTokenCallbackImpl callback in CallbackHandler javax.security.auth.callback.UnsupportedCallbackException: Callback handler not support
at Thor.API.Security.XellerateCallbackHandler.handle(Unknown Source)
at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:981)
at java.security.AccessController.doPrivileged(AccessController.java:279)
If we host the JSP application and OIM in the same container, we are able to provision without any errors.
Has anyone of you faced this issue? It would be great if you could provide some pointers on how to resolve this one.
Thanks,
Adi