You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** 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]
14
15
15
16
* OAuth 2.0 Client
16
17
17
18
** Allow configuring https://github.com/spring-projects/spring-security/issues/6548[PKCE for confidential clients]
18
19
** Allow configuring a https://github.com/spring-projects/spring-security/issues/9812[JWT assertion resolver] in `JwtBearerOAuth2AuthorizedClientProvider`
19
20
** Allow customizing claims on https://github.com/spring-projects/spring-security/issues/9855[JWT client assertions]
20
21
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
+
21
26
[[whats-new-webflux]]
22
27
== WebFlux
23
28
24
29
* Web
25
30
26
31
** 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]
0 commit comments