mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-28 21:23:07 -05:00
allow emails to be passed through SAML (#7385)
Signed-off-by: Christopher Cooper <cooperc@ocf.berkeley.edu>
This commit is contained in:
parent
5af572ada0
commit
c4a820b32a
3 changed files with 13 additions and 2 deletions
|
|
@ -138,6 +138,8 @@ A custom mapping provider must specify the following methods:
|
|||
* `mxid_localpart` - Required. The mxid localpart of the new user.
|
||||
* `displayname` - The displayname of the new user. If not provided, will default to
|
||||
the value of `mxid_localpart`.
|
||||
* `emails` - A list of emails for the new user. If not provided, will
|
||||
default to an empty list.
|
||||
|
||||
### Default SAML Mapping Provider
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue