From 1d45f6edb41332b1cd2f8ecc9ef74b585a2acac9 Mon Sep 17 00:00:00 2001
From: reivilibre
Date: Wed, 3 Aug 2022 09:41:58 +0000
Subject: deploy: fb7a2cc4cc7f0b49cabeec08d4ceb2dd2350e945
---
develop/usage/configuration/config_documentation.html | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
(limited to 'develop/usage/configuration/config_documentation.html')
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html
index d1a7d9d242..f2c43e032d 100644
--- a/develop/usage/configuration/config_documentation.html
+++ b/develop/usage/configuration/config_documentation.html
@@ -2167,9 +2167,14 @@ Implicitly enables MAU tracking for application service users.
-A secret which is used to sign access tokens. If none is specified,
-the registration_shared_secret
is used, if one is given; otherwise,
-a secret key is derived from the signing key.
+A secret which is used to sign
+
+- access token for guest users,
+- short-term login token used during SSO logins (OIDC or SAML2) and
+- token used for unsubscribing from email notifications.
+
+If none is specified, the registration_shared_secret
is used, if one is given;
+otherwise, a secret key is derived from the signing key.
Example configuration:
macaroon_secret_key: <PRIVATE STRING>
--
cgit 1.5.1