@ -51,20 +53,37 @@ final class ReactiveOAuth2ClientImportSelector implements ImportSelector {
@@ -51,20 +53,37 @@ final class ReactiveOAuth2ClientImportSelector implements ImportSelector {
@ -84,20 +86,22 @@ public final class OAuth2AuthorizedClientArgumentResolver implements HandlerMeth
@@ -84,20 +86,22 @@ public final class OAuth2AuthorizedClientArgumentResolver implements HandlerMeth
"Unable to resolve the Client Registration Identifier. It must be provided via @RegisteredOAuth2AuthorizedClient(\"client1\") or @RegisteredOAuth2AuthorizedClient(registrationId = \"client1\")."))));
"Unable to resolve the Authorized Client with registration identifier \""
+id
+"\". An \"authenticated\" or \"unauthenticated\" session is required. To allow for unauthenticated access, ensure ServerHttpSecurity.anonymous() is configured."))))
@ -59,9 +59,9 @@ public class OAuth2AuthorizedClientArgumentResolverTests {
@@ -59,9 +59,9 @@ public class OAuth2AuthorizedClientArgumentResolverTests {
@ -100,21 +100,16 @@ public class OAuth2AuthorizedClientArgumentResolverTests {
@@ -100,21 +100,16 @@ public class OAuth2AuthorizedClientArgumentResolverTests {
@ -125,7 +120,7 @@ public class OAuth2AuthorizedClientArgumentResolverTests {
@@ -125,7 +120,7 @@ public class OAuth2AuthorizedClientArgumentResolverTests {