mirror of
https://github.com/matrix-org/synapse.git
synced 2025-10-10 06:51:39 +02:00
deploy: fb7a2cc4cc7f0b49cabeec08d4ceb2dd2350e945
This commit is contained in:
parent
c7435744c3
commit
1d45f6edb4
@ -5168,9 +5168,14 @@ Implicitly enables MAU tracking for application service users.</p>
|
|||||||
</code></pre>
|
</code></pre>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="macaroon_secret_key"><a class="header" href="#macaroon_secret_key"><code>macaroon_secret_key</code></a></h3>
|
<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,
|
<p>A secret which is used to sign</p>
|
||||||
the <code>registration_shared_secret</code> is used, if one is given; otherwise,
|
<ul>
|
||||||
a secret key is derived from the signing key.</p>
|
<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>
|
<p>Example configuration:</p>
|
||||||
<pre><code class="language-yaml">macaroon_secret_key: <PRIVATE STRING>
|
<pre><code class="language-yaml">macaroon_secret_key: <PRIVATE STRING>
|
||||||
</code></pre>
|
</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>
|
</code></pre>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 id="macaroon_secret_key"><a class="header" href="#macaroon_secret_key"><code>macaroon_secret_key</code></a></h3>
|
<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,
|
<p>A secret which is used to sign</p>
|
||||||
the <code>registration_shared_secret</code> is used, if one is given; otherwise,
|
<ul>
|
||||||
a secret key is derived from the signing key.</p>
|
<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>
|
<p>Example configuration:</p>
|
||||||
<pre><code class="language-yaml">macaroon_secret_key: <PRIVATE STRING>
|
<pre><code class="language-yaml">macaroon_secret_key: <PRIVATE STRING>
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user