summary refs log tree commit diff
path: root/develop/usage/configuration
diff options
context:
space:
mode:
authorclokep <clokep@users.noreply.github.com>2023-08-21 19:33:27 +0000
committerclokep <clokep@users.noreply.github.com>2023-08-21 19:33:27 +0000
commite5af6ce10798c3748812d06f8abce1997ddc70c9 (patch)
tree8ce9eed46481092f3fcf8fba777645aa0d59dd0d /develop/usage/configuration
parentdeploy: 54317d34b76adb1e8f694acd91f631b3abe38947 (diff)
downloadsynapse-e5af6ce10798c3748812d06f8abce1997ddc70c9.tar.xz
deploy: d6ae4041a4c014a8c234f1afccc80867bf5b7df0
Diffstat (limited to 'develop/usage/configuration')
-rw-r--r--develop/usage/configuration/config_documentation.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html

index 3c211704e4..9ac6706349 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html
@@ -2830,7 +2830,15 @@ is enabled) to discover the provider's endpoints.</p> </li> <li> <p><code>client_secret</code>: oauth2 client secret to use. May be omitted if -<code>client_secret_jwt_key</code> is given, or if <code>client_auth_method</code> is 'none'.</p> +<code>client_secret_jwt_key</code> is given, or if <code>client_auth_method</code> is 'none'. +Must be omitted if <code>client_secret_path</code> is specified.</p> +</li> +<li> +<p><code>client_secret_path</code>: path to the oauth2 client secret to use. With that +it's not necessary to leak secrets into the config file itself. +Mutually exclusive with <code>client_secret</code>. Can be omitted if +<code>client_secret_jwt_key</code> is specified.</p> +<p><em>Added in Synapse 1.91.0.</em></p> </li> <li> <p><code>client_secret_jwt_key</code>: Alternative to client_secret: details of a key used