Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
dehall committed Mar 20, 2024
1 parent efcb5b1 commit 97803d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ private static String validateClient(HttpServletRequest request, String clientId
algorithm = Algorithm.ECDSA384((ECPublicKey) jwk.getPublicKey(), null);
} else {
// the above are the only 2 options supported in the SMART app launch test kit.
// if more are added, report support for them in the WellKnownAuthorizationEndpointController
// if more are added, report support for them in WellKnownAuthorizationEndpointController
throw new ResponseStatusException(HttpStatus.BAD_REQUEST,
"Unsupported encryption method " + decodedJwt.getAlgorithm());
}
Expand Down

0 comments on commit 97803d9

Please sign in to comment.