website/docs: fix typo

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-10-18 21:48:10 +02:00
parent 2b155964c2
commit 9333ffd04f
1 changed files with 2 additions and 1 deletions

View File

@ -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 }}' }}"