Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpmadhavig authored Mar 15, 2024
1 parent 65f1863 commit 9a05aa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ protected AuthenticationResult doAuthenticate(MessageContext messageContext) thr
throw new AuthenticationFailException(errorMessage, e);
} catch (InvalidOAuthClientException | IdentityOAuth2Exception e) {
String errorMessage = "Invalid client: " + clientId;
LOG.debug(errorMessage);
log.debug(errorMessage);
throw new AuthenticationFailException(errorMessage, e);
}
} else {
Expand Down

0 comments on commit 9a05aa0

Please sign in to comment.