Polish OAuth2AuthorizedClientResolver
This commit is contained in:
parent
2c2e8e5f24
commit
323cf9fa92
|
@ -132,7 +132,7 @@ class OAuth2AuthorizedClientResolver {
|
|||
}
|
||||
return Mono.error(() -> new ClientAuthorizationRequiredException(clientRegistrationId));
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
private Mono<? extends OAuth2AuthorizedClient> clientCredentials(
|
||||
ClientRegistration clientRegistration, Authentication authentication, ServerWebExchange exchange) {
|
||||
|
|
Loading…
Reference in New Issue