whats-new.adoc 1.1 KB

1234567891011121314151617181920212223242526
  1. [[new]]
  2. = What's New in Spring Security 5.7
  3. Spring Security 5.7 provides a number of new features.
  4. Below are the highlights of the release.
  5. [[whats-new-servlet]]
  6. == Servlet
  7. * Web
  8. ** Introduced xref:servlet/authentication/persistence.adoc#requestattributesecuritycontextrepository[`RequestAttributeSecurityContextRepository`]
  9. ** Introduced xref:servlet/authentication/persistence.adoc#securitycontextholderfilter[`SecurityContextHolderFilter`] - Ability to require explicit saving of the `SecurityContext`
  10. * OAuth 2.0 Client
  11. ** Allow configuring https://github.com/spring-projects/spring-security/issues/6548[PKCE for confidential clients]
  12. ** Allow configuring a https://github.com/spring-projects/spring-security/issues/9812[JWT assertion resolver] in `JwtBearerOAuth2AuthorizedClientProvider`
  13. [[whats-new-webflux]]
  14. == WebFlux
  15. * OAuth 2.0 Client
  16. ** Allow configuring https://github.com/spring-projects/spring-security/issues/6548[PKCE for confidential clients]
  17. ** Allow configuring a https://github.com/spring-projects/spring-security/issues/9812[JWT assertion resolver] in `JwtBearerReactiveOAuth2AuthorizedClientProvider`