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
The EvoUser class holds detailed information about authenticated users. This information is stored under /sys/users and stores encrypted user passwords and other account related information.
When a user attempts to authenticate, the given password is checked against the users account information. If you configure Spring Security with another authentication provider such as LDAP, SiteMinder, or ActiveDirectory then those systems are responsible for providing user details.