This version is still in development and is not considered stable yet. For the latest stable version, please use Spring Security 6.2.4!

What’s New in Spring Security 6.2

Spring Security 6.2 provides a number of new features. Below are the highlights of the release.

Configuration

OAuth 2.0/OIDC

Messaging

  • gh-12532 - Add Security Context Propagation Support

Web

  • gh-12817 - Make Configurable RedirectStrategy status code

  • gh-13988 - Make Configurable HTTP Basic request parsing

Documentation

  • gh-13784 - docs - Update OAuth2 docs landing page with examples

  • gh-11926 - docs Document how to publish an AuthenticationManager @Bean without WebSecurityConfigurerAdapter