Book Image

Spring Security Core: Beginner to Guru [Video]

By : John Thompson
Book Image

Spring Security Core: Beginner to Guru [Video]

By: John Thompson

Overview of this book

Increasing cases of online security breaches have made it important for every organization to ensure that their applications are secure. With this video course, you'll explore Spring Security techniques that'll help you in authenticating and authorizing users, and protecting your applications from hazardous security breaches. The course begins with an introduction to Spring Security, enabling you to understand its importance in securing framework applications. You’ll leverage the auto-configuration capabilities of Spring Boot to secure a web application using HTTP basic authentication. Next, you’ll learn how to replace and customize the default Spring Boot auto-configuration with the help of a series of exercises. Moving ahead, you’ll discover the unique security aspects in a Spring Boot web application that mimics a robust monolithic application with web pages and RESTful endpoints. Later, you’ll follow a Test-Driven Development (TDD) approach to understand the features of Spring Security. With the help of interesting examples, you’ll also be able to write a failing test using JUnit 5, Mockito, and Spring MockMVC. By the end of this video course, you’ll have developed the skills you need to use Spring Security to secure your framework applications. All the codes and resources for this course can be found at - https://github.com/PacktPublishing/Spring-Security-Core-Beginner-to-Guru-
Table of Contents (17 chapters)
Chapter 1
Introduction
Section 1
Introduction
This video introduces you to the author and the course objectives.