mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 19:04:55 -04:00
Correct documentation for map_user_attributes of OpenID Mapping Providers (#13836)
Co-authored-by: David Robertson <davidr@element.io>
This commit is contained in:
parent
e0804ef898
commit
16e1a9d9a7
3 changed files with 13 additions and 3 deletions
|
@ -128,6 +128,9 @@ class SsoIdentityProvider(Protocol):
|
|||
|
||||
@attr.s(auto_attribs=True)
|
||||
class UserAttributes:
|
||||
# NB: This struct is documented in docs/sso_mapping_providers.md so that users can
|
||||
# populate it with data from their own mapping providers.
|
||||
|
||||
# the localpart of the mxid that the mapper has assigned to the user.
|
||||
# if `None`, the mapper has not picked a userid, and the user should be prompted to
|
||||
# enter one.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue