diff options
author | Christopher Cooper <christopher.c.cooper@gmail.com> | 2020-05-27 09:40:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-27 17:40:08 +0100 |
commit | c4a820b32a41dd5d8479144a2ad04d6446475013 (patch) | |
tree | bbe655aa9de9a0d6b5fbeda29d0f85f6c93a92b7 /changelog.d/7385.feature | |
parent | Merge tag 'v1.14.0rc2' into develop (diff) | |
download | synapse-c4a820b32a41dd5d8479144a2ad04d6446475013.tar.xz |
allow emails to be passed through SAML (#7385)
Signed-off-by: Christopher Cooper <cooperc@ocf.berkeley.edu>
Diffstat (limited to 'changelog.d/7385.feature')
-rw-r--r-- | changelog.d/7385.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7385.feature b/changelog.d/7385.feature new file mode 100644 index 0000000000..9d8fb2311a --- /dev/null +++ b/changelog.d/7385.feature @@ -0,0 +1 @@ +For SAML authentication, add the ability to pass email addresses to be added to new users' accounts via SAML attributes. Contributed by Christopher Cooper. |