-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Lines 97 to 99 in 27a893f
if (!StringUtils.hasText(codeChallenge)) { | |
if (registeredClient.getClientSettings().isRequireProofKey()) { | |
throwInvalidGrant(PkceParameterNames.CODE_CHALLENGE); |
We should consider adding a log entry at DEBUG level in CodeVerifierAuthenticator
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