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
Some things were not clear to me from the documentation, so I hope that someone can answer the following question.
Is it true that the default LdapUserProvider always connects to the LDAP server when refreshUser() is called, i.e. on every request?
If so, that would be too much of a performance hit for my application. I'd only like to connect to the LDAP server during login.
I guess it is possible to load user data from the database only when refreshing the user (then authentication is not needed), and to only go to the LDAP server during long, by using a custom user provider?
The text was updated successfully, but these errors were encountered:
Hi,
Some things were not clear to me from the documentation, so I hope that someone can answer the following question.
Is it true that the default
LdapUserProvider
always connects to the LDAP server whenrefreshUser()
is called, i.e. on every request?If so, that would be too much of a performance hit for my application. I'd only like to connect to the LDAP server during login.
I guess it is possible to load user data from the database only when refreshing the user (then authentication is not needed), and to only go to the LDAP server during long, by using a custom user provider?
The text was updated successfully, but these errors were encountered: