1 Reply Latest reply on Feb 21, 2015 9:25 AM by pcraveiro

    Store selection on login

    arthurgregorio

      I am experiencing a problem when using two diferent stores.

       

      I have a JPA store and LDAP store, however, when I try to start the application looks like the picketlink try to create users in LDAP ...

       

      I need to do is something more simple, only requires users exist in the JPA store but something tell that they are objects in LDAP and when try to authenticate, by this flag, I can say that that particular user will do login via LDAP and not via JPA store.

       

      I will have the face of the register in the database, but the password in LDAP.

       

      The question is how to make this scenario work? Selecting the store during login?