Problem: A standalone java client performs login with wan external authentication service and get the token Want to pass this token to geronimo to be able to access an EJB
Learning so far from OpenEJB Can over ride IdentityResolver to pass this token on every EJB call an implementation SecurityService can be written to receive the token in the associate method of this interface Implementation of securityService in geronimo is GeronimoSecurityService that is hardcoded in the OpenEjbSystemGBean If there any way to extend GeronimoSecurityService and be able to use the new implementation by way of configuration. Thanks for the reply Ravi -- View this message in context: http://n3.nabble.com/Stanalone-client-authenticating-with-EJB-s-in-Geronimo-using-token-obtained-from-an-external-AuthSoue-tp709060p709060.html Sent from the Users mailing list archive at Nabble.com.
