fix: whitelist SSO

This commit is contained in:
cellarspoon
2021-12-13 16:55:38 +01:00
parent 047dac8d21
commit 965809ce11
3 changed files with 8 additions and 1 deletions

View File

@ -1948,6 +1948,11 @@ sso:
#client_whitelist:
# - https://riot.im/develop
# - https://my.custom.client/
{{ if eq (env "KEYCLOAK_ENABLED") "1" }}
client_whitelist:
- https://{{ env "KEYCLOAK_CLIENT_DOMAIN" }}
{{ end }}
# Uncomment to keep a user's profile fields in sync with information from
# the identity provider. Currently only syncing the displayname is