We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 602d28d commit 8ca07efCopy full SHA for 8ca07ef
oauth2/oauth2-jose/src/main/java/org/springframework/security/oauth2/jwt/NimbusJwtDecoder.java
@@ -473,7 +473,7 @@ private JWKSet fetchJWKSet(SecurityContext context) throws KeySourceException {
473
System.currentTimeMillis(), context);
474
}
475
476
- private static String getFirstSpecifiedKeyID(JWKMatcher jwkMatcher) {
+ private String getFirstSpecifiedKeyID(JWKMatcher jwkMatcher) {
477
Set<String> keyIDs = jwkMatcher.getKeyIDs();
478
479
if (keyIDs == null || keyIDs.isEmpty()) {
0 commit comments