Created
March 8, 2019 17:31
-
-
Save sebastienblanc/a991e5af7728f8fe6098e4f0bf0f1132 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2019-03-08 18:29:38,549 DEBUG [io.sma.jwt.aut.pri.KeyLocationResolver] (XNIO-1 task-1) Failed to read location as JWK(S): javax.json.stream.JsonParsingException: JsonParser#getObject() or JsonParser#getObjectStream() is valid only for START_OBJECT parser state. But current parser state is VALUE_NUMBER | |
at org.glassfish.json.JsonReaderImpl.readObject(JsonReaderImpl.java:114) | |
at io.smallrye.jwt.auth.principal.KeyLocationResolver.tryAsJWKx(KeyLocationResolver.java:98) | |
at io.smallrye.jwt.auth.principal.KeyLocationResolver.resolveKey(KeyLocationResolver.java:68) | |
at org.jose4j.jwt.consumer.JwtConsumer.processContext(JwtConsumer.java:205) | |
at org.jose4j.jwt.consumer.JwtConsumer.process(JwtConsumer.java:416) | |
at io.quarkus.smallrye.jwt.runtime.auth.MpJwtValidator.validate(MpJwtValidator.java:84) | |
at io.quarkus.smallrye.jwt.runtime.auth.MpJwtValidator_ClientProxy.validate(Unknown Source) | |
at org.wildfly.security.auth.realm.token.TokenSecurityRealm$TokenRealmIdentity.validateToken(TokenSecurityRealm.java:207) | |
at org.wildfly.security.auth.realm.token.TokenSecurityRealm$TokenRealmIdentity.getClaims(TokenSecurityRealm.java:195) | |
at org.wildfly.security.auth.realm.token.TokenSecurityRealm$TokenRealmIdentity.exists(TokenSecurityRealm.java:157) | |
at org.wildfly.security.auth.realm.token.TokenSecurityRealm$TokenRealmIdentity.getEvidenceVerifySupport(TokenSecurityRealm.java:186) | |
at org.wildfly.security.auth.server.ServerAuthenticationContext$UnassignedState.verifyEvidence(ServerAuthenticationContext.java:1659) | |
at org.wildfly.security.auth.server.ServerAuthenticationContext$InactiveState.verifyEvidence(ServerAuthenticationContext.java:1391) | |
at org.wildfly.security.auth.server.ServerAuthenticationContext.verifyEvidence(ServerAuthenticationContext.java:759) | |
at org.wildfly.security.auth.server.SecurityDomain.authenticate(SecurityDomain.java:309) | |
at org.wildfly.security.auth.server.SecurityDomain.authenticate(SecurityDomain.java:270) | |
at io.quarkus.smallrye.jwt.runtime.auth.JwtIdentityManager.verify(JwtIdentityManager.java:39) | |
at io.quarkus.smallrye.jwt.runtime.auth.JWTAuthMechanism.authenticate(JWTAuthMechanism.java:67) | |
at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:245) | |
at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:268) | |
at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.access$100(SecurityContextImpl.java:231) | |
at io.undertow.security.impl.SecurityContextImpl.attemptAuthentication(SecurityContextImpl.java:125) | |
at io.undertow.security.impl.SecurityContextImpl.authTransition(SecurityContextImpl.java:99) | |
at io.undertow.security.impl.SecurityContextImpl.authenticate(SecurityContextImpl.java:92) | |
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:55) | |
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) | |
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) | |
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) | |
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60) | |
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77) | |
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43) | |
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) | |
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) | |
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292) | |
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81) | |
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138) | |
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135) | |
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) | |
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) | |
at io.quarkus.undertow.runtime.UndertowDeploymentTemplate$7$1$1.call(UndertowDeploymentTemplate.java:415) | |
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272) | |
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81) | |
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104) | |
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364) | |
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830) | |
at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35) | |
at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1998) | |
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1525) | |
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1382) | |
at java.lang.Thread.run(Thread.java:748) | |
at com.oracle.svm.core.thread.JavaThreads.threadStartRoutine(JavaThreads.java:481) | |
at com.oracle.svm.core.posix.thread.PosixJavaThreads.pthreadStartRoutine(PosixJavaThreads.java:193) | |
Caused by: java.lang.IllegalStateException: JsonParser#getObject() or JsonParser#getObjectStream() is valid only for START_OBJECT parser state. But current parser state is VALUE_NUMBER | |
at org.glassfish.json.JsonParserImpl.getObject(JsonParserImpl.java:171) | |
at org.glassfish.json.JsonReaderImpl.readObject(JsonReaderImpl.java:112) | |
... 51 more | |
2019-03-08 18:29:38,550 DEBUG [io.sma.jwt.aut.pri.KeyLocationResolver] (XNIO-1 task-1) Failed to read location as PEM: java.security.NoSuchAlgorithmException: RSA KeyFactory not available | |
at java.security.KeyFactory.<init>(KeyFactory.java:138) | |
at java.security.KeyFactory.getInstance(KeyFactory.java:172) | |
at io.smallrye.jwt.KeyUtils.decodePublicKey(KeyUtils.java:133) | |
at io.smallrye.jwt.auth.principal.KeyLocationResolver.tryAsPEM(KeyLocationResolver.java:81) | |
at io.smallrye.jwt.auth.principal.KeyLocationResolver.resolveKey(KeyLocationResolver.java:70) | |
at org.jose4j.jwt.consumer.JwtConsumer.processContext(JwtConsumer.java:205) | |
at org.jose4j.jwt.consumer.JwtConsumer.process(JwtConsumer.java:416) | |
at io.quarkus.smallrye.jwt.runtime.auth.MpJwtValidator.validate(MpJwtValidator.java:84) | |
at io.quarkus.smallrye.jwt.runtime.auth.MpJwtValidator_ClientProxy.validate(Unknown Source) | |
at org.wildfly.security.auth.realm.token.TokenSecurityRealm$TokenRealmIdentity.validateToken(TokenSecurityRealm.java:207) | |
at org.wildfly.security.auth.realm.token.TokenSecurityRealm$TokenRealmIdentity.getClaims(TokenSecurityRealm.java:195) | |
at org.wildfly.security.auth.realm.token.TokenSecurityRealm$TokenRealmIdentity.exists(TokenSecurityRealm.java:157) | |
at org.wildfly.security.auth.realm.token.TokenSecurityRealm$TokenRealmIdentity.getEvidenceVerifySupport(TokenSecurityRealm.java:186) | |
at org.wildfly.security.auth.server.ServerAuthenticationContext$UnassignedState.verifyEvidence(ServerAuthenticationContext.java:1659) | |
at org.wildfly.security.auth.server.ServerAuthenticationContext$InactiveState.verifyEvidence(ServerAuthenticationContext.java:1391) | |
at org.wildfly.security.auth.server.ServerAuthenticationContext.verifyEvidence(ServerAuthenticationContext.java:759) | |
at org.wildfly.security.auth.server.SecurityDomain.authenticate(SecurityDomain.java:309) | |
at org.wildfly.security.auth.server.SecurityDomain.authenticate(SecurityDomain.java:270) | |
at io.quarkus.smallrye.jwt.runtime.auth.JwtIdentityManager.verify(JwtIdentityManager.java:39) | |
at io.quarkus.smallrye.jwt.runtime.auth.JWTAuthMechanism.authenticate(JWTAuthMechanism.java:67) | |
at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:245) | |
at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:268) | |
at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.access$100(SecurityContextImpl.java:231) | |
at io.undertow.security.impl.SecurityContextImpl.attemptAuthentication(SecurityContextImpl.java:125) | |
at io.undertow.security.impl.SecurityContextImpl.authTransition(SecurityContextImpl.java:99) | |
at io.undertow.security.impl.SecurityContextImpl.authenticate(SecurityContextImpl.java:92) | |
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:55) | |
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) | |
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) | |
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) | |
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60) | |
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77) | |
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43) | |
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) | |
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) | |
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292) | |
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81) | |
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138) | |
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135) | |
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) | |
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) | |
at io.quarkus.undertow.runtime.UndertowDeploymentTemplate$7$1$1.call(UndertowDeploymentTemplate.java:415) | |
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272) | |
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81) | |
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104) | |
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364) | |
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830) | |
at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35) | |
at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1998) | |
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1525) | |
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1382) | |
at java.lang.Thread.run(Thread.java:748) | |
at com.oracle.svm.core.thread.JavaThreads.threadStartRoutine(JavaThreads.java:481) | |
at com.oracle.svm.core.posix.thread.PosixJavaThreads.pthreadStartRoutine(PosixJavaThreads.java:193) | |
2019-03-08 18:29:38,551 DEBUG [io.qua.sma.jwt.run.aut.JwtIdentityManager] (XNIO-1 task-1) failed, id=sebi, credential=io.quarkus.smallrye.jwt.runtime.auth.JWTCredential@7f988dc4e1d0: org.wildfly.security.auth.server.RealmUnavailableException: Failed to verify token | |
at io.quarkus.smallrye.jwt.runtime.auth.MpJwtValidator.validate(MpJwtValidator.java:113) | |
at io.quarkus.smallrye.jwt.runtime.auth.MpJwtValidator_ClientProxy.validate(Unknown Source) | |
at org.wildfly.security.auth.realm.token.TokenSecurityRealm$TokenRealmIdentity.validateToken(TokenSecurityRealm.java:207) | |
at org.wildfly.security.auth.realm.token.TokenSecurityRealm$TokenRealmIdentity.getClaims(TokenSecurityRealm.java:195) | |
at org.wildfly.security.auth.realm.token.TokenSecurityRealm$TokenRealmIdentity.exists(TokenSecurityRealm.java:157) | |
at org.wildfly.security.auth.realm.token.TokenSecurityRealm$TokenRealmIdentity.getEvidenceVerifySupport(TokenSecurityRealm.java:186) | |
at org.wildfly.security.auth.server.ServerAuthenticationContext$UnassignedState.verifyEvidence(ServerAuthenticationContext.java:1659) | |
at org.wildfly.security.auth.server.ServerAuthenticationContext$InactiveState.verifyEvidence(ServerAuthenticationContext.java:1391) | |
at org.wildfly.security.auth.server.ServerAuthenticationContext.verifyEvidence(ServerAuthenticationContext.java:759) | |
at org.wildfly.security.auth.server.SecurityDomain.authenticate(SecurityDomain.java:309) | |
at org.wildfly.security.auth.server.SecurityDomain.authenticate(SecurityDomain.java:270) | |
at io.quarkus.smallrye.jwt.runtime.auth.JwtIdentityManager.verify(JwtIdentityManager.java:39) | |
at io.quarkus.smallrye.jwt.runtime.auth.JWTAuthMechanism.authenticate(JWTAuthMechanism.java:67) | |
at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:245) | |
at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:268) | |
at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.access$100(SecurityContextImpl.java:231) | |
at io.undertow.security.impl.SecurityContextImpl.attemptAuthentication(SecurityContextImpl.java:125) | |
at io.undertow.security.impl.SecurityContextImpl.authTransition(SecurityContextImpl.java:99) | |
at io.undertow.security.impl.SecurityContextImpl.authenticate(SecurityContextImpl.java:92) | |
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:55) | |
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) | |
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) | |
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) | |
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60) | |
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77) | |
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43) | |
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) | |
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) | |
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292) | |
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81) | |
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138) | |
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135) | |
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) | |
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) | |
at io.quarkus.undertow.runtime.UndertowDeploymentTemplate$7$1$1.call(UndertowDeploymentTemplate.java:415) | |
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272) | |
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81) | |
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104) | |
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364) | |
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830) | |
at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35) | |
at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1998) | |
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1525) | |
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1382) | |
at java.lang.Thread.run(Thread.java:748) | |
at com.oracle.svm.core.thread.JavaThreads.threadStartRoutine(JavaThreads.java:481) | |
at com.oracle.svm.core.posix.thread.PosixJavaThreads.pthreadStartRoutine(PosixJavaThreads.java:193) | |
Caused by: org.jose4j.jwt.consumer.InvalidJwtException: JWT processing failed. Additional details: [[17] Unable to process JOSE object (cause: org.jose4j.lang.UnresolvableKeyException: Failed to read location as any of JWK, JWKS, PEM; META-INF/resources/publicKey.pem): JsonWebSignature{"alg":"RS256","typ" : "JWT","kid" : "5gWwhex-tl-Lzt3MR5sBf_jSxdDKMnYsexj7QnuWRFs"}->eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICI1Z1d3aGV4LXRsLUx6dDNNUjVzQmZfalN4ZERLTW5Zc2V4ajdRbnVXUkZzIn0.eyJqdGkiOiI4OGQ4MjZmNy1lYjcwLTQ4OWYtYWFjNS0zMDM2ODk5ZDcwMDEiLCJleHAiOjE1NTIwNjYyMzgsIm5iZiI6MCwiaWF0IjoxNTUyMDY2MTc4LCJpc3MiOiJodHRwOi8vbG9jYWxob3N0OjgxODAvYXV0aC9yZWFsbXMvbWFzdGVyIiwiYXVkIjoiYWNjb3VudCIsInN1YiI6IjVjMDcxZmMwLWNhYjktNGYwNy04ZWQ1LTUzMWQ5Y2E4ZDdmNyIsInR5cCI6IkJlYXJlciIsImF6cCI6IndlYiIsIm5vbmNlIjoiMDY1OTFiOTQtN2E3NC00MTZhLTg3YzQtZjFhNTcxZWEyNTFkIiwiYXV0aF90aW1lIjoxNTUyMDYzNTczLCJzZXNzaW9uX3N0YXRlIjoiNDE3NjFkMDctOGQzMy00NGIzLTljOTYtNDA3YzJiNGY2MzhhIiwiYWNyIjoiMCIsImFsbG93ZWQtb3JpZ2lucyI6WyJodHRwOi8vbG9jYWxob3N0OjgwODIiXSwicmVhbG1fYWNjZXNzIjp7InJvbGVzIjpbIlN1YnNjcmliZXIiLCJvZmZsaW5lX2FjY2VzcyIsInVtYV9hdXRob3JpemF0aW9uIl19LCJyZXNvdXJjZV9hY2Nlc3MiOnsiYWNjb3VudCI6eyJyb2xlcyI6WyJtYW5hZ2UtYWNjb3VudCIsIm1hbmFnZS1hY2NvdW50LWxpbmtzIiwidmlldy1wcm9maWxlIl19fSwic2NvcGUiOiJvcGVuaWQgcHJvZmlsZSBlbWFpbCIsImVtYWlsX3ZlcmlmaWVkIjpmYWxzZSwiZ3JvdXBzIjpbIlN1YnNjcmliZXIiLCJvZmZsaW5lX2FjY2VzcyIsInVtYV9hdXRob3JpemF0aW9uIl0sInByZWZlcnJlZF91c2VybmFtZSI6InNlYmkifQ.Ko_2QFNjVA9y6aWCC6eG-p8CEYwbBf0KbLL3kfxXqUigeoOTdN941Y88djJ_9tw1YGZfS5S7CmN-5dPcSQBj2wNqYqOjAClZpDWYoS0rgv29Z5RGzqNTVIyzQI_5mXj2COFYRHaykofWf52UNKlFHSnfBCXKH7JFv62dYimO2r3RTsyxHUnjCC8-cAubyHkWCyKmrLV3VUwI810eFm6LF9tjpd-iGqh1e4KFeHyMBx7mQLhKll10aeyiEouIGy6r6lKLdQ_oCJg3cf_sfBcwsc_pMp-EYp3GV0XJnPpkfzEZJXF40rg6CalvOS26TIdgbI-hSyHQbkdv5T8CJ8AbUg] | |
at org.jose4j.jwt.consumer.JwtConsumer.processContext(JwtConsumer.java:261) | |
at org.jose4j.jwt.consumer.JwtConsumer.process(JwtConsumer.java:416) | |
at io.quarkus.smallrye.jwt.runtime.auth.MpJwtValidator.validate(MpJwtValidator.java:84) | |
... 46 more | |
Caused by: org.jose4j.lang.UnresolvableKeyException: Failed to read location as any of JWK, JWKS, PEM; META-INF/resources/publicKey.pem | |
at io.smallrye.jwt.auth.principal.KeyLocationResolver.resolveKey(KeyLocationResolver.java:73) | |
at org.jose4j.jwt.consumer.JwtConsumer.processContext(JwtConsumer.java:205) | |
... 48 more | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment