mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03:00
deploy: fb7a2cc4cc
This commit is contained in:
parent
c7435744c3
commit
1d45f6edb4
4 changed files with 18 additions and 8 deletions
|
@ -5168,9 +5168,14 @@ Implicitly enables MAU tracking for application service users.</p>
|
|||
</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 access tokens. If none is specified,
|
||||
the <code>registration_shared_secret</code> is used, if one is given; otherwise,
|
||||
a secret key is derived from the signing key.</p>
|
||||
<p>A secret which is used to sign</p>
|
||||
<ul>
|
||||
<li>access token for guest users,</li>
|
||||
<li>short-term login token used during SSO logins (OIDC or SAML2) and</li>
|
||||
<li>token used for unsubscribing from email notifications.</li>
|
||||
</ul>
|
||||
<p>If none is specified, the <code>registration_shared_secret</code> is used, if one is given;
|
||||
otherwise, a secret key is derived from the signing key.</p>
|
||||
<p>Example configuration:</p>
|
||||
<pre><code class="language-yaml">macaroon_secret_key: <PRIVATE STRING>
|
||||
</code></pre>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2167,9 +2167,14 @@ Implicitly enables MAU tracking for application service users.</p>
|
|||
</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 access tokens. If none is specified,
|
||||
the <code>registration_shared_secret</code> is used, if one is given; otherwise,
|
||||
a secret key is derived from the signing key.</p>
|
||||
<p>A secret which is used to sign</p>
|
||||
<ul>
|
||||
<li>access token for guest users,</li>
|
||||
<li>short-term login token used during SSO logins (OIDC or SAML2) and</li>
|
||||
<li>token used for unsubscribing from email notifications.</li>
|
||||
</ul>
|
||||
<p>If none is specified, the <code>registration_shared_secret</code> is used, if one is given;
|
||||
otherwise, a secret key is derived from the signing key.</p>
|
||||
<p>Example configuration:</p>
|
||||
<pre><code class="language-yaml">macaroon_secret_key: <PRIVATE STRING>
|
||||
</code></pre>
|
||||
|
|
Loading…
Reference in a new issue