Skip to content

Commit 662f7dd

Browse files
committed
Remove Deprecated Usages of RemoteJWKSet
close spring-projectsgh-16251 Signed-off-by: Daeho Kwon <[email protected]>
1 parent bab5f35 commit 662f7dd

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)