Posts tagged with Spring Security

Featured image for "Spring's Authorization Server becoming a part of Spring Security 7"
Java

Spring's Authorization Server becoming a part of Spring Security 7

Spring Authorization Server became a part of Spring Security 7. In this blogpost, we will explore what it is and how to use it.

Read more →
Featured image for "Implementing Multi-Factor Authentication with Spring Security 7"
Java

Implementing Multi-Factor Authentication with Spring Security 7

Spring Security 7 made it possible to easily set up Multi-Factor Authentication within your applications. This allows you to combine any of the authentication methods Spring provides and create an even more secure setup.

Read more →
Featured image for "Configuring CSRF for Single Page Applications with Spring Security"
Java

Configuring CSRF for Single Page Applications with Spring Security

Spring Security v7 made configuring CSRF protection for Single Page Applications a lot easier. In this blogpost I'll talk about the history and the improvements!

Read more →
Featured image for "OAuth2 Client support for HTTP interfaces"
Java

OAuth2 Client support for HTTP interfaces

Spring Boot 4 improved their HTTP interfaces. One of the newly added features is that you can easily link them to a Spring Security OAuth2 Client.

Read more →
Featured image for "HttpSecurity customizer in Spring Boot 4"
Java

HttpSecurity customizer in Spring Boot 4

Customizers have been added to Spring for a while now. Starting with Spring Boot 4, we can also use them to configure Spring Security's HttpSecurity bean!

Read more →
Featured image for "Exploring Spring Security's Compromised Password Checker"
Java

Exploring Spring Security's Compromised Password Checker

In this blogpost, we will explore Spring Security's CompromisedPasswordChecker and how it can be used to check if a password has been compromised in a data breach.

Read more →
Featured image for "E-mail confirmation with Spring Security"
Java

E-mail confirmation with Spring Security

In this blogpost I'll talk more about implementing e-mail verification with Spring Security.

Read more →
Featured image for "Securing your GraphQL API with Spring Security"
Java

Securing your GraphQL API with Spring Security

In this tutorial, I'll show how you can use Spring Security with Spring boot and GraphQL.

Read more →
Featured image for "Securing Spring boot applications with JWT"
Java

Securing Spring boot applications with JWT

JWT is a popular type of token. In this tutorial I'll show you how to integrate a JWT authentication mechanism with Spring, and within a microservice oriented architecture.

Read more →
Featured image for "Securing your REST API with Spring Security"
Java

Securing your REST API with Spring Security

In this tutorial I'm going to write a small REST API with Spring Boot and Spring Web MVC. Securing the application will be done with Spring Security.

Read more →