Update server.yaml.tmpl

This commit is contained in:
Sebastian Hugentobler 2021-01-28 12:05:47 +00:00
parent d03f271a59
commit 0e10938ec1

View File

@ -1747,7 +1747,7 @@ oidc_config:
# Uncomment to allow a user logging in via OIDC to match a pre-existing account instead # Uncomment to allow a user logging in via OIDC to match a pre-existing account instead
# of failing. This could be used if switching from password logins to OIDC. Defaults to false. # of failing. This could be used if switching from password logins to OIDC. Defaults to false.
# #
allow_existing_users: "{{getenv "OIDC_ALLOW_EXISTING_USER" "false"}}" allow_existing_users: {{getenv "OIDC_ALLOW_EXISTING_USER" "false"}}
# An external module can be provided here as a custom solution to mapping # An external module can be provided here as a custom solution to mapping
# attributes returned from a OIDC provider onto a matrix user. # attributes returned from a OIDC provider onto a matrix user.