whats-new.adoc 815 B

123456789101112131415161718192021222324
  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. [[whats-new-webflux]]
  13. == WebFlux
  14. * OAuth 2.0 Client
  15. ** Allow configuring https://github.com/spring-projects/spring-security/issues/6548[PKCE for confidential clients]