From a77e6925f26597958eccf0ef9956cb13c536e57e Mon Sep 17 00:00:00 2001 From: anoadragon453 Date: Mon, 21 Jun 2021 22:49:19 +0000 Subject: deploy: 756fd513dfaebddd28bf783eafa95b4505ce8745 --- develop/usage/configuration/homeserver_sample_config.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'develop/usage/configuration') diff --git a/develop/usage/configuration/homeserver_sample_config.html b/develop/usage/configuration/homeserver_sample_config.html index 6e430bc150..fad7aa317f 100644 --- a/develop/usage/configuration/homeserver_sample_config.html +++ b/develop/usage/configuration/homeserver_sample_config.html @@ -2167,6 +2167,17 @@ sso: # - https://riot.im/develop # - https://my.custom.client/ + # Uncomment to keep a user's profile fields in sync with information from + # the identity provider. Currently only syncing the displayname is + # supported. Fields are checked on every SSO login, and are updated + # if necessary. + # + # Note that enabling this option will override user profile information, + # regardless of whether users have opted-out of syncing that + # information when first signing in. Defaults to false. + # + #update_profile_information: true + # Directory in which Synapse will try to find the template files below. # If not set, or the files named below are not found within the template # directory, default templates from within the Synapse package will be used. -- cgit 1.5.1