1 Reply Latest reply on Feb 5, 2009 3:48 AM by tognado

    Cascading identity-store entries in Seam 2.1?

    benc.benc.alumni.psu.edu

      Is there a way to configure both an ldap and a jpa identity-store such that it tries to authenticate against ldap and if that fails it then tries jpa?  I know it can be done at the container level using JAAS but I'd like to use the ldapIdentityStore and jdpaIndentityStore included in Seam 2.1 if possible. 


        The only thing I've found so far in documentation and examples is using <security:identity-manager identity-store="#{myIdentityStore}"/> in components.xml to switch between one or the other at deploy time.