-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Lines 116 to 118 in 27a893f
if (!this.passwordEncoder.matches(clientSecret, registeredClient.getClientSecret())) { | |
throwInvalidClient(OAuth2ParameterNames.CLIENT_SECRET); | |
} |
We should consider adding a log entry at DEBUG level in ClientSecretAuthenticationProvider
for this case. This would allow the logging level to be tuned specifically for this logging.
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement