summary refs log tree commit diff
path: root/changelog.d/10108.feature
diff options
context:
space:
mode:
authorjkanefendt <43998479+jkanefendt@users.noreply.github.com>2021-06-22 00:48:57 +0200
committerGitHub <noreply@github.com>2021-06-21 23:48:57 +0100
commit756fd513dfaebddd28bf783eafa95b4505ce8745 (patch)
treed9cc98923664fe8fcd66765f8f9fdd858477c2a0 /changelog.d/10108.feature
parentFix performance of responding to user key requests over federation (#10221) (diff)
downloadsynapse-756fd513dfaebddd28bf783eafa95b4505ce8745.tar.xz
Implement config option `sso.update_profile_information` (#10108)
Implemented config option sso.update_profile_information to keep user's display name in sync with the SSO displayname.

Signed-off-by: Johannes Kanefendt <johannes.kanefendt@krzn.de>
Diffstat (limited to 'changelog.d/10108.feature')
-rw-r--r--changelog.d/10108.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10108.feature b/changelog.d/10108.feature
new file mode 100644
index 0000000000..4930a5acf5
--- /dev/null
+++ b/changelog.d/10108.feature
@@ -0,0 +1 @@
+Implement config option `sso.update_profile_information` to sync SSO users' profile information with the identity provider each time they login. Currently only displayname is supported.