Spring Boot + Spring Security + PostgreSQL + JPA – Authenticate Users Stored in Database – Part 2



Spring Boot + Spring Security + PostgreSQL + JPA – Authenticate Users Stored in Database – Part 2

Spring Boot + Spring Security + PostgreSQL + JPA - Authenticate Users Stored in Database - Part 2

In this video you can learn about how to configure spring security basic authentication to authenticate users using stored in a database using DAO Authentication Provider. At some points it has detailed explanation of classes and process, so please do watch complete video so that you won’t miss anything.

This video covers the configuration of Spring Security in order to authenticate users that we have in our database. After completion of this video you will be able to:

1. Configure Spring Security with DAO Authentication
2. Persist Users and Roles in DB
3. Use Password Encoders to Encrypt Password Before Persisting User.
4. Role Based Authentication