From 9333ffd04f291e8d1c347c9073e160cd25fa3edb Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 18 Oct 2021 21:48:10 +0200 Subject: [PATCH] website/docs: fix typo Signed-off-by: Jens Langhammer --- website/docs/integrations/services/matrix-synapse/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/integrations/services/matrix-synapse/index.md b/website/docs/integrations/services/matrix-synapse/index.md index 8572cbc7d..b8fe14492 100644 --- a/website/docs/integrations/services/matrix-synapse/index.md +++ b/website/docs/integrations/services/matrix-synapse/index.md @@ -15,7 +15,7 @@ reference implementations. The following placeholders will be used: -- `matrix.company` is the FQDN of the MinIO install. +- `matrix.company` is the FQDN of the Matrix install. - `authentik.company` is the FQDN of the authentik install. Create an application in authentik. Create an OAuth2/OpenID provider with the following parameters: @@ -43,6 +43,7 @@ oidc_providers: scopes: - "openid" - "profile" + - "email" user_mapping_provider: config: localpart_template: "{{ '{{ user.name }}' }}"