1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Update whats-new.adoc with gh-9812

This commit is contained in:
Joe Grandja
2022-03-17 04:41:33 -04:00
parent 50d315d833
commit 4a8219d16c
+2
View File
@@ -15,6 +15,7 @@ Below are the highlights of the release.
* OAuth 2.0 Client
** Allow configuring https://github.com/spring-projects/spring-security/issues/6548[PKCE for confidential clients]
** Allow configuring a https://github.com/spring-projects/spring-security/issues/9812[JWT assertion resolver] in `JwtBearerOAuth2AuthorizedClientProvider`
[[whats-new-webflux]]
== WebFlux
@@ -22,3 +23,4 @@ Below are the highlights of the release.
* OAuth 2.0 Client
** Allow configuring https://github.com/spring-projects/spring-security/issues/6548[PKCE for confidential clients]
** Allow configuring a https://github.com/spring-projects/spring-security/issues/9812[JWT assertion resolver] in `JwtBearerReactiveOAuth2AuthorizedClientProvider`