Update server.yaml.tmpl
This commit is contained in:
parent
d03f271a59
commit
0e10938ec1
1 changed files with 1 additions and 1 deletions
|
@ -1747,7 +1747,7 @@ oidc_config:
|
|||
# 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.
|
||||
#
|
||||
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
|
||||
# attributes returned from a OIDC provider onto a matrix user.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue