[EMAIL PROTECTED] wrote:

Hi,
 I’ve been successfully using Acegi for a couple of months (web
application), with a setup that includes the DaoAuthenticationProvider
and my own user database.
 Congratulations to all members of the project for the simplicity of the
solution.
 Now i’m facing a new scenario, within JBOSS, where authentication is
container’s responsibility. Basically it is a JASS LDAP login module,
with users inside a LDAP server. So my WAR must run inside a REALM,
whose user’s credentials are container supplied thru JAAS LDAP login
module.
 I’ve carefully read ACEGI’s container integration, but as far as I
understood it, both JbossIntegrationFilter and AuthByAdapterProvider
(inside na AuthenticationManager) expects to deal with an  ACEGI
Authentication object, which must be provided by an ACEGI’s JAAS login
module implementation (like JbossAcegiLoginModule).
The question is, considering that I’m willing to keep all ACEGI features
already integrated with my web application (basically ROLE based security
enforcement filters) how could ACEGI be integrated with this kind of
Authentication scenario ?

Thanks,
Ricardo


Hi Ricardo

Probably the simplest approach would be to write an Acegi LDAP-based AuthenticationProvider. That way the JBossIntegrationFilter can be used successfully with JBoss.

Best regards
Ben




------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Acegisecurity-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to