Skip to content

Commit

Permalink
fix: Fixed the url to retrieve JWKS. (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniotarricone authored May 29, 2024
1 parent 73b3351 commit 4262cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ quarkus.otel.azure.applicationinsights.connection.string=InstrumentationKey=dumm
# resource is invoked.
# ------------------------------------------------------------------------------
%dev.mp.jwt.verify.publickey.location=/.well-known/jwks.json
%prod.mp.jwt.verify.publickey.location=/.well-known/jwks.json
%prod.mp.jwt.verify.publickey.location=${auth.base-url}/.well-known/jwks.json

0 comments on commit 4262cf3

Please sign in to comment.