diff options
author | Peter Scheu <32014443+peterscheu-aceart@users.noreply.github.com> | 2022-09-21 15:08:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-21 13:08:16 +0000 |
commit | 16e1a9d9a7884967da390ef967b942a5e35e8f6c (patch) | |
tree | f319efa71b467513c5f8334e93f29a7e0806176e /changelog.d | |
parent | Improve the `synapse.api.auth.Auth` mock used in unit tests. (#13809) (diff) | |
download | synapse-16e1a9d9a7884967da390ef967b942a5e35e8f6c.tar.xz |
Correct documentation for map_user_attributes of OpenID Mapping Providers (#13836)
Co-authored-by: David Robertson <davidr@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13836.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13836.doc b/changelog.d/13836.doc new file mode 100644 index 0000000000..f2edab00f4 --- /dev/null +++ b/changelog.d/13836.doc @@ -0,0 +1 @@ +Fix a mistake in sso_mapping_providers.md: `map_user_attributes` is expected to return `display_name` not `displayname`. |