whats-new.adoc 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. [[new]]
  2. = What's New in Spring Security 5.6
  3. Spring Security 5.6 provides a number of new features.
  4. Below are the highlights of the release.
  5. [[whats-new-servlet]]
  6. === Servlet
  7. * Core
  8. ** Introduced https://github.com/spring-projects/spring-security/issues/10226[`SecurityContextChangedListener`]
  9. * Configuration
  10. ** Introduced https://github.com/spring-projects/spring-security/pull/9630[`AuthorizationManager`] for method security
  11. * SAML 2.0 Service Provider
  12. ** Added https://github.com/spring-projects/spring-security/pull/9483[SAML 2.0 Single Logout Support]
  13. ** Added https://github.com/spring-projects/spring-security/pull/10060[Saml2AuthenticationRequestRepository]
  14. ** Added https://github.com/spring-projects/spring-security/issues/9486[`RelyingPartyRegistrationResolver`]
  15. ** Improved ``Saml2LoginConfigurer``'s handling of https://github.com/spring-projects/spring-security/issues/10268[`Saml2AuthenticationTokenConverter`]
  16. * OAuth 2.0 Login
  17. ** Added https://github.com/spring-projects/spring-security/pull/10041[`Converter` for `Authentication` result]
  18. * OAuth 2.0 Client
  19. ** Improved https://github.com/spring-projects/spring-security/pull/9791[Client Credentials encoding]
  20. ** Improved https://github.com/spring-projects/spring-security/pull/9779[Access Token Response parsing]
  21. ** Added https://github.com/spring-projects/spring-security/pull/10155[custom grant types support] for Authorization Requests
  22. * Testing
  23. ** Added support to https://github.com/spring-projects/spring-security/pull/9737[propagate the TestSecurityContextHolder to SecurityContextHolder]
  24. [[whats-new-webflux]]
  25. === WebFlux
  26. * OAuth 2.0 Client
  27. ** Improved https://github.com/spring-projects/spring-security/pull/9791[Client Credentials encoding]
  28. ** Added https://github.com/spring-projects/spring-security/pull/10131[custom headers support] for Access Token Requests
  29. ** Added https://github.com/spring-projects/spring-security/pull/10269[custom response parsing] for Access Token Requests
  30. ** Added https://github.com/spring-projects/spring-security/pull/10327[jwt-bearer Grant Type support] for Access Token Requests
  31. ** Added https://github.com/spring-projects/spring-security/pull/10336[JWT Client Authentication support] for Access Token Requests