2018-03-05 16:56:47 -06:00
[[new]]
2024-05-08 13:44:07 -03:00
= What's New in Spring Security 6.2
2018-03-05 16:56:47 -06:00
2024-05-08 13:44:07 -03:00
Spring Security 6.2 provides a number of new features.
Below are the highlights of the release.
2023-07-25 15:31:30 -03:00
2024-05-08 13:44:07 -03:00
== Configuration
2024-01-31 11:28:23 -03:00
2024-05-08 13:44:07 -03:00
* https://github.com/spring-projects/spring-security/issues/5011[gh-5011] - xref:servlet/integrations/cors.adoc[(docs)] Automatically enable `.cors()` if `CorsConfigurationSource` bean is present
* https://github.com/spring-projects/spring-security/issues/13204[gh-13204] - xref:migration-7/configuration.adoc#_use_with_instead_of_apply_for_custom_dsls[(docs)] Add `AbstractConfiguredSecurityBuilder.with(...)` method to apply configurers returning the builder
* https://github.com/spring-projects/spring-security/pull/13587[gh-13587] - https://spring.io/blog/2023/08/22/tackling-the-oauth2-client-component-model-in-spring-security/[blog post] Simplify configuration of OAuth2 Client component model
* https://github.com/spring-projects/spring-security/issues/13666[gh-13666], https://github.com/spring-projects/spring-security/pull/13667[gh-13667], https://github.com/spring-projects/spring-security/issues/13726[gh-13726], https://github.com/spring-projects/spring-security/issues/13850[gh-13850] - xref:servlet/authorization/authorize-http-requests.adoc#match-by-mvc[docs] Improved CVE-2023-34035 detection
2024-01-31 11:28:23 -03:00
2024-05-08 13:44:07 -03:00
== OAuth 2.0/OIDC
2024-03-05 14:45:33 -03:00
2024-05-08 13:44:07 -03:00
* https://github.com/spring-projects/spring-security/issues/7845[gh-7845] - xref:reactive/oauth2/login/logout.adoc#configure-provider-initiated-oidc-logout[docs] Add OIDC Back-channel Logout Support
2024-02-29 14:14:02 -07:00
2024-05-08 13:44:07 -03:00
== Messaging
2024-02-29 14:14:02 -07:00
2024-05-08 13:44:07 -03:00
* https://github.com/spring-projects/spring-security/pull/12532[gh-12532] - Add Security Context Propagation Support
2023-07-25 15:31:30 -03:00
2024-05-08 13:44:07 -03:00
== Web
2023-12-20 10:54:16 -03:00
2024-05-08 13:44:07 -03:00
* https://github.com/spring-projects/spring-security/pull/12817[gh-12817] - Make Configurable RedirectStrategy status code
* https://github.com/spring-projects/spring-security/issues/13988[gh-13988] - Make Configurable HTTP Basic request parsing
2023-12-20 10:54:16 -03:00
2024-05-08 13:44:07 -03:00
== Documentation
2024-04-17 10:13:49 -06:00
2024-05-08 13:44:07 -03:00
* https://github.com/spring-projects/spring-security/issues/13784[gh-13784] - xref:servlet/oauth2/index.adoc[docs] - Update OAuth2 docs landing page with examples
* https://github.com/spring-projects/spring-security/issues/11926[gh-11926] - xref:servlet/authentication/passwords/index.adoc#publish-authentication-manager-bean[docs] Document how to publish an `AuthenticationManager` `@Bean` without `WebSecurityConfigurerAdapter`