This will take care of authenticating users.
<authentication-manager> <authentication-provider user-service-ref="userDetailsService"> <!-- <password-encoder ref="passwordEncoder" /> --> </authentication-provider> </authentication-manager>
Last updated 5 years ago
Was this helpful?