Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Spring Security
  • Toc
  • feedback
Spring Security

Spring Security

By : Badr Nasslahsen
5 (4)
close
Spring Security

Spring Security

5 (4)
By: Badr Nasslahsen

Overview of this book

With experienced hackers constantly targeting apps, properly securing them becomes challenging when you integrate this factor with legacy code, new technologies, and other frameworks. Written by a Lead Cloud and Security Architect as well as CISSP, this book helps you easily secure your Java apps with Spring Security, a trusted and highly customizable authentication and access control framework. The book shows you how to implement different authentication mechanisms and properly restrict access to your app. You’ll learn to integrate Spring Security with popular web frameworks like Thymeleaf and Microservice and Cloud services like Zookeeper and Eureka, along with architecting solutions that leverage its full power while staying loosely coupled. You’ll also see how Spring Security defends against session fixation, moves into concurrency control, and how you can use session management for administrative functions. This fourth edition aligns with Java 17/21 and Spring Security 6, covering advanced security scenarios for RESTful web services and microservices. This ensures you fully understand the issues surrounding stateless authentication and discover a concise approach to solving those issues. By the end of this book, you’ll be able to integrate Spring Security 6 with GraalVM native images seamlessly, from start to finish.
Table of Contents (28 chapters)
close
Free Chapter
1
Part 1: Fundamentals of Application Security
5
Part 2: Authentication Techniques
11
Part 3: Exploring OAuth 2 and SAML 2
14
Part 4: Enhancing Authorization Mechanisms
18
Part 5: Advanced Security Features and Deployment Optimization

Generating a server certificate

Some of the chapters sample code (that is, Chapter 8, Client Certificate Authentication with TLS, Chapter 9, Opening up to OAuth2, Chapter 10, SAML 2 Support, and Chapter 18, Single Sign-On with the Central Authentication Service) requires the use of HTTPS in order for the sample code to work.

Some projects have been configured to run HTTPS; most of the configuration is managed in properties or YAML files.

Now, when you run the sample code on the embedded Tomcat server from Maven or Gradle, you can connect to http://localhost:8080 or https://localhost:8443.

If you do not already have a certificate, you must first generate one.

If you wish, you can skip this step and use the tomcat.keystore file, which contains a certificate that is located in the src/main/resources/keys directory in the book’s sample source.

Enter the following command lines at the command prompt:

keytool -genkey -alias jbcpcalendar -keypass changeit -keyalg...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech
bookmark search playlist download font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete