diff --git a/bom/application/pom.xml b/bom/application/pom.xml index 1e17a21ba1ffc..34bafa3c8ec34 100644 --- a/bom/application/pom.xml +++ b/bom/application/pom.xml @@ -46,7 +46,7 @@ 1.6.0 2.1.0 5.4.0 - 3.5.0 + 3.5.1 1.2.2 1.0.13 2.7.0 diff --git a/docs/src/main/asciidoc/security-jwt.adoc b/docs/src/main/asciidoc/security-jwt.adoc index 177dbe77eb1f1..07054a47581f1 100644 --- a/docs/src/main/asciidoc/security-jwt.adoc +++ b/docs/src/main/asciidoc/security-jwt.adoc @@ -1015,6 +1015,7 @@ SmallRye JWT provides more properties which can be used to customize the token p |smallrye.jwt.required.claims|none|Comma separated list of the claims that a token must contain. |smallrye.jwt.decrypt.key.location|none|Config property allows for an external or internal location of Private Decryption Key to be specified. This property is deprecated - use 'mp.jwt.decrypt.key.location'. |smallrye.jwt.decrypt.algorithm|`RSA_OAEP`|Decryption algorithm. +|smallrye.jwt.decrypt.key|none|Decryption key supplied as a string. |smallrye.jwt.token.decryption.kid|none|Decryption Key identifier. If it is set then the decryption JWK key as well every JWT token must have a matching `kid` header. |smallrye.jwt.client.tls.certificate.path|none|Path to TLS trusted certificate which may need to be configured if the keys have to be fetched over `HTTPS`. |smallrye.jwt.client.tls.trust-all|false|Trust all the hostnames. If the keys have to be fetched over `HTTPS` and this property is set to `true` then all the hostnames are trusted by default.