@ -127,9 +127,10 @@ public final class NimbusReactiveJwtDecoder implements ReactiveJwtDecoder {
@@ -127,9 +127,10 @@ public final class NimbusReactiveJwtDecoder implements ReactiveJwtDecoder {
JWKSelectorselector=this.jwkSelectorFactory
.createSelector(parsedToken.getHeader());
returnthis.reactiveJwkSource.get(selector)
.onErrorMap(e->newIllegalStateException("Could not obtain the keys",e))