0 Replies Latest reply on Mar 10, 2010 12:43 PM by efsandino

    More information when using Authentication with jpa identity store

    efsandino

      I want to manage 2 databases:

      • One DB For Authentication
      • For storing application information

       

      I have read that is possible to do that: http://docs.jboss.org/seam/latest-2/reference/en-US/html/security.html#d0e9087 but i need to know how to define the parameters for my application to connect to one DB for authentication and other for storing my information. This will be helpfull because i want to authenticate applications in just one schema. (Share Authentication not with LDAP).

       

      Thanks.