Skip to content

Commit 1639527

Browse files
committed
Sync documentation of main branch
1 parent 6407f74 commit 1639527

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_versions/main/guides/security-jwt.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,12 +876,16 @@ You can disable automatic key generation by setting at least one of the followin
876876

877877
* `mp.jwt.verify.publickey.location`
878878
* `mp.jwt.verify.publickey`
879+
* `mp.jwt.decrypt.key.location`
880+
* `smallrye.jwt.encrypt.key.location`
879881
* `smallrye.jwt.sign.key.location`
880882
* `smallrye.jwt.sign.key`
881883

882884
[NOTE]
883885
====
884-
Additionally, if you do not specify the issuer information (using the `mp.jwt.verify.issuer` property), the {extension-name} extension will set a default issuer as `https://quarkus.io/issuer`.
886+
In *dev* mode, if you do not explicitly configure the issuer using the `mp.jwt.verify.issuer` property, the {extension-name} extension will set a default issuer of `https://quarkus.io/issuer`.
887+
888+
If you prefer to configure the issuer programmatically, set `mp.jwt.verify.issuer` to `NONE` to prevent the default value from being applied.
885889
====
886890

887891
[[integration-testing-wiremock]]

0 commit comments

Comments
 (0)