From 4a8219d16c3b3289939b50618764753da9cdb481 Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Thu, 17 Mar 2022 04:41:33 -0400 Subject: [PATCH] Update whats-new.adoc with gh-9812 --- docs/modules/ROOT/pages/whats-new.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/ROOT/pages/whats-new.adoc b/docs/modules/ROOT/pages/whats-new.adoc index fb84f98e8f..3a45ab5d21 100644 --- a/docs/modules/ROOT/pages/whats-new.adoc +++ b/docs/modules/ROOT/pages/whats-new.adoc @@ -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`