Setting Up
Authentication Manager
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
Was this helpful?