You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've managed to set it all up and get it running, however it seems that the only thing is stored in session is the username. Is this the intended behavior or a bug? Since the retrieveById method does not authenticate the user, the connection is lost after the login and I lose the option of querying LDAP for additional info. What would be the best approach to persist the authentication and/or store the user info in the database/session?
The text was updated successfully, but these errors were encountered:
I've managed to set it all up and get it running, however it seems that the only thing is stored in session is the username. Is this the intended behavior or a bug? Since the
retrieveById
method does not authenticate the user, the connection is lost after the login and I lose the option of querying LDAP for additional info. What would be the best approach to persist the authentication and/or store the user info in the database/session?The text was updated successfully, but these errors were encountered: