Skip to content

Commit f744101

Browse files
committed
Sync documentation of main branch
1 parent 5f094b6 commit f744101

File tree

5 files changed

+232
-61
lines changed

5 files changed

+232
-61
lines changed

_generated-doc/main/config/quarkus-all-config.adoc

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69611,7 +69611,7 @@ endif::add-copy-button-to-config-props[]
6961169611

6961269612
[.description]
6961369613
--
69614-
Decryption key location. JWT tokens can be inner-signed and encrypted by OpenId Connect providers. However, it is not always possible to remotely introspect such tokens because the providers might not control the private decryption keys. In such cases set this property to point to the file containing the decryption private key in PEM or JSON Web Key (JWK) format. If this property is not set and the `private_key_jwt` client authentication method is used, the private key used to sign the client authentication JWT tokens are also used to decrypt the encrypted ID tokens.
69614+
Decryption key location for encrypted ID and access tokens.
6961569615

6961669616

6961769617
ifdef::add-copy-button-to-env-var[]
@@ -69624,6 +69624,58 @@ endif::add-copy-button-to-env-var[]
6962469624
|string
6962569625
|
6962669626

69627+
a| [[quarkus-oidc_quarkus-oidc-token-decrypt-id-token]] [.property-path]##link:#quarkus-oidc_quarkus-oidc-token-decrypt-id-token[`quarkus.oidc.token.decrypt-id-token`]##
69628+
ifdef::add-copy-button-to-config-props[]
69629+
config_property_copy_button:+++quarkus.oidc.token.decrypt-id-token+++[]
69630+
endif::add-copy-button-to-config-props[]
69631+
69632+
69633+
`quarkus.oidc."tenant".token.decrypt-id-token`
69634+
ifdef::add-copy-button-to-config-props[]
69635+
config_property_copy_button:+++quarkus.oidc."tenant".token.decrypt-id-token+++[]
69636+
endif::add-copy-button-to-config-props[]
69637+
69638+
[.description]
69639+
--
69640+
Decrypt ID token. If the `Token++#++decryptionKeyLocation()` property is configured then the decryption key will be loaded from this location. Otherwise, if the JWT authentication token key is available, then it will be used to decrypt the token. Finally, if a client secret is configured, it will be used as a secret key to decrypt the token.
69641+
69642+
69643+
ifdef::add-copy-button-to-env-var[]
69644+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_TOKEN_DECRYPT_ID_TOKEN+++[]
69645+
endif::add-copy-button-to-env-var[]
69646+
ifndef::add-copy-button-to-env-var[]
69647+
Environment variable: `+++QUARKUS_OIDC_TOKEN_DECRYPT_ID_TOKEN+++`
69648+
endif::add-copy-button-to-env-var[]
69649+
--
69650+
|boolean
69651+
|
69652+
69653+
a| [[quarkus-oidc_quarkus-oidc-token-decrypt-access-token]] [.property-path]##link:#quarkus-oidc_quarkus-oidc-token-decrypt-access-token[`quarkus.oidc.token.decrypt-access-token`]##
69654+
ifdef::add-copy-button-to-config-props[]
69655+
config_property_copy_button:+++quarkus.oidc.token.decrypt-access-token+++[]
69656+
endif::add-copy-button-to-config-props[]
69657+
69658+
69659+
`quarkus.oidc."tenant".token.decrypt-access-token`
69660+
ifdef::add-copy-button-to-config-props[]
69661+
config_property_copy_button:+++quarkus.oidc."tenant".token.decrypt-access-token+++[]
69662+
endif::add-copy-button-to-config-props[]
69663+
69664+
[.description]
69665+
--
69666+
Decrypt access token. If the `Token++#++decryptionKeyLocation()` property is configured then the decryption key will be loaded from this location. Otherwise, if the JWT authentication token key is available, then it will be used to decrypt the token. Finally, if a client secret is configured, it will be used as a secret key to decrypt the token.
69667+
69668+
69669+
ifdef::add-copy-button-to-env-var[]
69670+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_TOKEN_DECRYPT_ACCESS_TOKEN+++[]
69671+
endif::add-copy-button-to-env-var[]
69672+
ifndef::add-copy-button-to-env-var[]
69673+
Environment variable: `+++QUARKUS_OIDC_TOKEN_DECRYPT_ACCESS_TOKEN+++`
69674+
endif::add-copy-button-to-env-var[]
69675+
--
69676+
|boolean
69677+
|`false`
69678+
6962769679
a| [[quarkus-oidc_quarkus-oidc-token-allow-jwt-introspection]] [.property-path]##link:#quarkus-oidc_quarkus-oidc-token-allow-jwt-introspection[`quarkus.oidc.token.allow-jwt-introspection`]##
6962869680
ifdef::add-copy-button-to-config-props[]
6962969681
config_property_copy_button:+++quarkus.oidc.token.allow-jwt-introspection+++[]

_generated-doc/main/config/quarkus-oidc.adoc

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2243,7 +2243,7 @@ endif::add-copy-button-to-config-props[]
22432243

22442244
[.description]
22452245
--
2246-
Decryption key location. JWT tokens can be inner-signed and encrypted by OpenId Connect providers. However, it is not always possible to remotely introspect such tokens because the providers might not control the private decryption keys. In such cases set this property to point to the file containing the decryption private key in PEM or JSON Web Key (JWK) format. If this property is not set and the `private_key_jwt` client authentication method is used, the private key used to sign the client authentication JWT tokens are also used to decrypt the encrypted ID tokens.
2246+
Decryption key location for encrypted ID and access tokens.
22472247

22482248

22492249
ifdef::add-copy-button-to-env-var[]
@@ -2256,6 +2256,58 @@ endif::add-copy-button-to-env-var[]
22562256
|string
22572257
|
22582258

2259+
a| [[quarkus-oidc_quarkus-oidc-token-decrypt-id-token]] [.property-path]##link:#quarkus-oidc_quarkus-oidc-token-decrypt-id-token[`quarkus.oidc.token.decrypt-id-token`]##
2260+
ifdef::add-copy-button-to-config-props[]
2261+
config_property_copy_button:+++quarkus.oidc.token.decrypt-id-token+++[]
2262+
endif::add-copy-button-to-config-props[]
2263+
2264+
2265+
`quarkus.oidc."tenant".token.decrypt-id-token`
2266+
ifdef::add-copy-button-to-config-props[]
2267+
config_property_copy_button:+++quarkus.oidc."tenant".token.decrypt-id-token+++[]
2268+
endif::add-copy-button-to-config-props[]
2269+
2270+
[.description]
2271+
--
2272+
Decrypt ID token. If the `Token++#++decryptionKeyLocation()` property is configured then the decryption key will be loaded from this location. Otherwise, if the JWT authentication token key is available, then it will be used to decrypt the token. Finally, if a client secret is configured, it will be used as a secret key to decrypt the token.
2273+
2274+
2275+
ifdef::add-copy-button-to-env-var[]
2276+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_TOKEN_DECRYPT_ID_TOKEN+++[]
2277+
endif::add-copy-button-to-env-var[]
2278+
ifndef::add-copy-button-to-env-var[]
2279+
Environment variable: `+++QUARKUS_OIDC_TOKEN_DECRYPT_ID_TOKEN+++`
2280+
endif::add-copy-button-to-env-var[]
2281+
--
2282+
|boolean
2283+
|
2284+
2285+
a| [[quarkus-oidc_quarkus-oidc-token-decrypt-access-token]] [.property-path]##link:#quarkus-oidc_quarkus-oidc-token-decrypt-access-token[`quarkus.oidc.token.decrypt-access-token`]##
2286+
ifdef::add-copy-button-to-config-props[]
2287+
config_property_copy_button:+++quarkus.oidc.token.decrypt-access-token+++[]
2288+
endif::add-copy-button-to-config-props[]
2289+
2290+
2291+
`quarkus.oidc."tenant".token.decrypt-access-token`
2292+
ifdef::add-copy-button-to-config-props[]
2293+
config_property_copy_button:+++quarkus.oidc."tenant".token.decrypt-access-token+++[]
2294+
endif::add-copy-button-to-config-props[]
2295+
2296+
[.description]
2297+
--
2298+
Decrypt access token. If the `Token++#++decryptionKeyLocation()` property is configured then the decryption key will be loaded from this location. Otherwise, if the JWT authentication token key is available, then it will be used to decrypt the token. Finally, if a client secret is configured, it will be used as a secret key to decrypt the token.
2299+
2300+
2301+
ifdef::add-copy-button-to-env-var[]
2302+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_TOKEN_DECRYPT_ACCESS_TOKEN+++[]
2303+
endif::add-copy-button-to-env-var[]
2304+
ifndef::add-copy-button-to-env-var[]
2305+
Environment variable: `+++QUARKUS_OIDC_TOKEN_DECRYPT_ACCESS_TOKEN+++`
2306+
endif::add-copy-button-to-env-var[]
2307+
--
2308+
|boolean
2309+
|`false`
2310+
22592311
a| [[quarkus-oidc_quarkus-oidc-token-allow-jwt-introspection]] [.property-path]##link:#quarkus-oidc_quarkus-oidc-token-allow-jwt-introspection[`quarkus.oidc.token.allow-jwt-introspection`]##
22602312
ifdef::add-copy-button-to-config-props[]
22612313
config_property_copy_button:+++quarkus.oidc.token.allow-jwt-introspection+++[]

_generated-doc/main/config/quarkus-oidc_quarkus.oidc.adoc

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2243,7 +2243,7 @@ endif::add-copy-button-to-config-props[]
22432243

22442244
[.description]
22452245
--
2246-
Decryption key location. JWT tokens can be inner-signed and encrypted by OpenId Connect providers. However, it is not always possible to remotely introspect such tokens because the providers might not control the private decryption keys. In such cases set this property to point to the file containing the decryption private key in PEM or JSON Web Key (JWK) format. If this property is not set and the `private_key_jwt` client authentication method is used, the private key used to sign the client authentication JWT tokens are also used to decrypt the encrypted ID tokens.
2246+
Decryption key location for encrypted ID and access tokens.
22472247

22482248

22492249
ifdef::add-copy-button-to-env-var[]
@@ -2256,6 +2256,58 @@ endif::add-copy-button-to-env-var[]
22562256
|string
22572257
|
22582258

2259+
a| [[quarkus-oidc_quarkus-oidc-token-decrypt-id-token]] [.property-path]##link:#quarkus-oidc_quarkus-oidc-token-decrypt-id-token[`quarkus.oidc.token.decrypt-id-token`]##
2260+
ifdef::add-copy-button-to-config-props[]
2261+
config_property_copy_button:+++quarkus.oidc.token.decrypt-id-token+++[]
2262+
endif::add-copy-button-to-config-props[]
2263+
2264+
2265+
`quarkus.oidc."tenant".token.decrypt-id-token`
2266+
ifdef::add-copy-button-to-config-props[]
2267+
config_property_copy_button:+++quarkus.oidc."tenant".token.decrypt-id-token+++[]
2268+
endif::add-copy-button-to-config-props[]
2269+
2270+
[.description]
2271+
--
2272+
Decrypt ID token. If the `Token++#++decryptionKeyLocation()` property is configured then the decryption key will be loaded from this location. Otherwise, if the JWT authentication token key is available, then it will be used to decrypt the token. Finally, if a client secret is configured, it will be used as a secret key to decrypt the token.
2273+
2274+
2275+
ifdef::add-copy-button-to-env-var[]
2276+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_TOKEN_DECRYPT_ID_TOKEN+++[]
2277+
endif::add-copy-button-to-env-var[]
2278+
ifndef::add-copy-button-to-env-var[]
2279+
Environment variable: `+++QUARKUS_OIDC_TOKEN_DECRYPT_ID_TOKEN+++`
2280+
endif::add-copy-button-to-env-var[]
2281+
--
2282+
|boolean
2283+
|
2284+
2285+
a| [[quarkus-oidc_quarkus-oidc-token-decrypt-access-token]] [.property-path]##link:#quarkus-oidc_quarkus-oidc-token-decrypt-access-token[`quarkus.oidc.token.decrypt-access-token`]##
2286+
ifdef::add-copy-button-to-config-props[]
2287+
config_property_copy_button:+++quarkus.oidc.token.decrypt-access-token+++[]
2288+
endif::add-copy-button-to-config-props[]
2289+
2290+
2291+
`quarkus.oidc."tenant".token.decrypt-access-token`
2292+
ifdef::add-copy-button-to-config-props[]
2293+
config_property_copy_button:+++quarkus.oidc."tenant".token.decrypt-access-token+++[]
2294+
endif::add-copy-button-to-config-props[]
2295+
2296+
[.description]
2297+
--
2298+
Decrypt access token. If the `Token++#++decryptionKeyLocation()` property is configured then the decryption key will be loaded from this location. Otherwise, if the JWT authentication token key is available, then it will be used to decrypt the token. Finally, if a client secret is configured, it will be used as a secret key to decrypt the token.
2299+
2300+
2301+
ifdef::add-copy-button-to-env-var[]
2302+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_TOKEN_DECRYPT_ACCESS_TOKEN+++[]
2303+
endif::add-copy-button-to-env-var[]
2304+
ifndef::add-copy-button-to-env-var[]
2305+
Environment variable: `+++QUARKUS_OIDC_TOKEN_DECRYPT_ACCESS_TOKEN+++`
2306+
endif::add-copy-button-to-env-var[]
2307+
--
2308+
|boolean
2309+
|`false`
2310+
22592311
a| [[quarkus-oidc_quarkus-oidc-token-allow-jwt-introspection]] [.property-path]##link:#quarkus-oidc_quarkus-oidc-token-allow-jwt-introspection[`quarkus.oidc.token.allow-jwt-introspection`]##
22602312
ifdef::add-copy-button-to-config-props[]
22612313
config_property_copy_button:+++quarkus.oidc.token.allow-jwt-introspection+++[]

0 commit comments

Comments
 (0)