summary refs log tree commit diff
path: root/develop/usage
diff options
context:
space:
mode:
authorH-Shay <H-Shay@users.noreply.github.com>2023-08-03 18:44:58 +0000
committerH-Shay <H-Shay@users.noreply.github.com>2023-08-03 18:44:58 +0000
commit96f4888a15de80752b7c1a9c6c07ec7610e09cce (patch)
treecbd991e58850c1ec9d9cdf666f3137f292969bee /develop/usage
parentdeploy: f0a860908ba0309c89c9dba452d99b4f9c6928f7 (diff)
downloadsynapse-96f4888a15de80752b7c1a9c6c07ec7610e09cce.tar.xz
deploy: 0a5f4f766514b84aff84ff17dffd5301a437c797
Diffstat (limited to 'develop/usage')
-rw-r--r--develop/usage/configuration/config_documentation.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html
index bfe85cd69d..1870ddedc5 100644
--- a/develop/usage/configuration/config_documentation.html
+++ b/develop/usage/configuration/config_documentation.html
@@ -2504,6 +2504,15 @@ Implicitly enables MAU tracking for application service users.</p>
 <pre><code class="language-yaml">track_appservice_user_ips: true
 </code></pre>
 <hr />
+<h3 id="use_appservice_legacy_authorization"><a class="header" href="#use_appservice_legacy_authorization"><code>use_appservice_legacy_authorization</code></a></h3>
+<p>Whether to send the application service access tokens via the <code>access_token</code> query parameter
+per older versions of the Matrix specification. Defaults to false. Set to true to enable sending
+access tokens via a query parameter.</p>
+<p>**Enabling this option is considered insecure and is not recommended. **</p>
+<p>Example configuration:</p>
+<pre><code class="language-yaml">use_appservice_legacy_authorization: true 
+</code></pre>
+<hr />
 <h3 id="macaroon_secret_key"><a class="header" href="#macaroon_secret_key"><code>macaroon_secret_key</code></a></h3>
 <p>A secret which is used to sign</p>
 <ul>