Skip to content

Commit 86c3ce7

Browse files
Update What's New
1 parent 3a9b080 commit 86c3ce7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/modules/ROOT/pages/whats-new.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,25 @@ Below are the highlights of the release.
1111

1212
** Introduced xref:servlet/authentication/persistence.adoc#requestattributesecuritycontextrepository[`RequestAttributeSecurityContextRepository`]
1313
** Introduced xref:servlet/authentication/persistence.adoc#securitycontextholderfilter[`SecurityContextHolderFilter`] - Ability to require explicit saving of the `SecurityContext`
14+
** Added DSL support for xref:servlet/exploits/headers.adoc#servlet-headers-cross-origin-policies[Cross Origin Policies headers]
1415

1516
* OAuth 2.0 Client
1617

1718
** Allow configuring https://github.com/spring-projects/spring-security/issues/6548[PKCE for confidential clients]
1819
** Allow configuring a https://github.com/spring-projects/spring-security/issues/9812[JWT assertion resolver] in `JwtBearerOAuth2AuthorizedClientProvider`
1920
** Allow customizing claims on https://github.com/spring-projects/spring-security/issues/9855[JWT client assertions]
2021

22+
* SAML 2.0
23+
24+
** Added xref:servlet/appendix/namespace/http.adoc#nsa-saml2-login[SAML 2.0 Login & Single Logout XML support]
25+
2126
[[whats-new-webflux]]
2227
== WebFlux
2328

2429
* Web
2530

2631
** Allow customizing https://github.com/spring-projects/spring-security/issues/10903[charset] in `ServerHttpBasicAuthenticationConverter`
32+
** Added DSL support for xref:reactive/exploits/headers.adoc#webflux-headers-cross-origin-policies[Cross Origin Policies headers]
2733

2834
* OAuth 2.0 Client
2935

0 commit comments

Comments
 (0)