summary refs log tree commit diff
path: root/develop/print.html
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/print.html
parentdeploy: 54317d34b76adb1e8f694acd91f631b3abe38947 (diff)
downloadsynapse-e5af6ce10798c3748812d06f8abce1997ddc70c9.tar.xz
deploy: d6ae4041a4c014a8c234f1afccc80867bf5b7df0
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/develop/print.html b/develop/print.html
index 4c7520bf6b..4b9e4e02f6 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -6367,7 +6367,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