Skip to content

Commit

Permalink
Remove Deprecated Usages of RemoteJWKSet
Browse files Browse the repository at this point in the history
  • Loading branch information
kwondh5217 committed Dec 18, 2024
1 parent 602d28d commit 8ca07ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ private JWKSet fetchJWKSet(SecurityContext context) throws KeySourceException {
System.currentTimeMillis(), context);
}

private static String getFirstSpecifiedKeyID(JWKMatcher jwkMatcher) {
private String getFirstSpecifiedKeyID(JWKMatcher jwkMatcher) {
Set<String> keyIDs = jwkMatcher.getKeyIDs();

if (keyIDs == null || keyIDs.isEmpty()) {
Expand Down

0 comments on commit 8ca07ef

Please sign in to comment.