You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by rsomepalli <ra...@calypso.com> on 2010/04/09 21:21:01 UTC

Stanalone client authenticating with EJB's in Geronimo using token obtained from an external AuthSource

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.