Introduction
Secure with Spring Security
()
What you need to know
()
1. Spring Security Concepts
Introduction to Spring Security
()
Authentication vs. authorization
()
2. Securing Web Applications with Spring
Introduction to project
()
In-memory authentication
()
JDBC authentication
()
Leveraging bcrypt for hashing
()
Applying authorizations
()
Form-based authentication
()
The login page
()
Wiring it all together
()
Finishing touches and testing
()
3. LDAP Authentication
Introduction to LDAP for authentication
()
Configuring a sample LDAP server
()
Spring LDAP outside of authentication
()
Active directory vs. LDAP for authentication
()
4. Leveraging OAuth 2.0 with Spring Security
Introduction to OAuth 2.0
()
Spring and OAuth 2.0
()
Using GitHub as an authorization service
()
5. WebFlux Security
Introduction to WebFlux Security
()
Implementing basic security
()