An Intro to Spring Cloud Security 1. Overview The Spring Cloud Security module provides features related to token-based security in Spring Boot applications. Specifically, it makes OAuth2-based SSO easier – with support for relaying tokens between Resource Servers, as well as configuring downstream authentication using an embedded Zuul proxy. In… Continue Reading spring-cloud-security

A Custom Filter in the Spring Security Filter Chain 1. Overview In this quick article, we’ll focus on writing a custom filter for the Spring Security filter chain. Further reading: Spring Security – @PreFilter and @PostFilter Learn how to use the @PreFilter and @PostFilter Spring Security annotations through practical examples.… Continue Reading spring-security-custom-filter