diff options
author | jkanefendt <43998479+jkanefendt@users.noreply.github.com> | 2021-06-22 00:48:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-21 23:48:57 +0100 |
commit | 756fd513dfaebddd28bf783eafa95b4505ce8745 (patch) | |
tree | d9cc98923664fe8fcd66765f8f9fdd858477c2a0 /changelog.d | |
parent | Fix performance of responding to user key requests over federation (#10221) (diff) | |
download | synapse-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')
-rw-r--r-- | changelog.d/10108.feature | 1 |
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. |