From 4c89e54b1992c61b255e19e44ed83ad6bc025e10 Mon Sep 17 00:00:00 2001 From: antoniotarricone Date: Tue, 4 Jun 2024 19:04:26 +0200 Subject: [PATCH] Prevent event loop thread blocking during key resolution. --- src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 12954962..f0bd00cc 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -122,5 +122,6 @@ quarkus.otel.azure.applicationinsights.connection.string=InstrumentationKey=dumm # Location to retrieve public keys to verify access token when /token_info # resource is invoked. # ------------------------------------------------------------------------------ +quarkus.smallrye-jwt.blocking-authentication=true %dev.mp.jwt.verify.publickey.location=http://dummy %prod.mp.jwt.verify.publickey.location=${jwt-publickey-location} \ No newline at end of file