From 7eaab95639cb107cf3fdf02f533d505a3ef5e86f Mon Sep 17 00:00:00 2001 From: Steve Riesenberg <5248162+sjohnr@users.noreply.github.com> Date: Thu, 13 Jun 2024 14:29:09 -0500 Subject: [PATCH] Polish gh-15237 --- .../oauth2/client/OAuth2ClientConfigurer.java | 14 ++--- .../config/web/server/ServerHttpSecurity.java | 10 ++-- .../client/OAuth2ClientConfigurerTests.java | 55 +++---------------- .../config/web/server/OAuth2LoginTests.java | 10 ++-- 4 files changed, 24 insertions(+), 65 deletions(-) diff --git a/config/src/main/java/org/springframework/security/config/annotation/web/configurers/oauth2/client/OAuth2ClientConfigurer.java b/config/src/main/java/org/springframework/security/config/annotation/web/configurers/oauth2/client/OAuth2ClientConfigurer.java index e5aba720601..ba334bd383c 100644 --- a/config/src/main/java/org/springframework/security/config/annotation/web/configurers/oauth2/client/OAuth2ClientConfigurer.java +++ b/config/src/main/java/org/springframework/security/config/annotation/web/configurers/oauth2/client/OAuth2ClientConfigurer.java @@ -58,7 +58,7 @@ * {@link ClientRegistrationRepository} {@code @Bean} may be registered instead. * *

Security Filters

- *

+ * * The following {@code Filter}'s are populated for {@link #authorizationCodeGrant()}: * *

* *

Shared Objects Created

- *

+ * * The following shared objects are populated: * *

* *

Shared Objects Used

- *

+ * * The following shared objects are used: * *