Skip to content
Snippets Groups Projects
Unverified Commit fb7a2cc4 authored by Dirk Klimpel's avatar Dirk Klimpel Committed by GitHub
Browse files

Update doc for setting `macaroon_secret_key` (#13443)

* Update doc for setting `macaroon_secret_key`

* newsfile
parent d6e94ad9
No related branches found
No related tags found
No related merge requests found
Update documentation for config setting `macaroon_secret_key`.
\ No newline at end of file
...@@ -2495,9 +2495,13 @@ track_appservice_user_ips: true ...@@ -2495,9 +2495,13 @@ track_appservice_user_ips: true
--- ---
### `macaroon_secret_key` ### `macaroon_secret_key`
A secret which is used to sign access tokens. If none is specified, A secret which is used to sign
the `registration_shared_secret` is used, if one is given; otherwise, - access token for guest users,
a secret key is derived from the signing key. - 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: Example configuration:
```yaml ```yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment