Skip to content

Commit 8ca07ef

Browse files
committed
Remove Deprecated Usages of RemoteJWKSet
close gh-16251
1 parent 602d28d commit 8ca07ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2/oauth2-jose/src/main/java/org/springframework/security/oauth2/jwt/NimbusJwtDecoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ private JWKSet fetchJWKSet(SecurityContext context) throws KeySourceException {
473473
System.currentTimeMillis(), context);
474474
}
475475

476-
private static String getFirstSpecifiedKeyID(JWKMatcher jwkMatcher) {
476+
private String getFirstSpecifiedKeyID(JWKMatcher jwkMatcher) {
477477
Set<String> keyIDs = jwkMatcher.getKeyIDs();
478478

479479
if (keyIDs == null || keyIDs.isEmpty()) {

0 commit comments

Comments
 (0)