mirror of
https://github.com/element-hq/synapse.git
synced 2025-12-28 06:47:37 +00:00
Correct typo "SAML" -> SSO in mapping providers docs (#18276)
This commit is contained in:
parent
1efb826b54
commit
d8fef721a0
1
changelog.d/18276.doc
Normal file
1
changelog.d/18276.doc
Normal file
@ -0,0 +1 @@
|
||||
Correct a small typo in the SSO mapping providers documentation.
|
||||
@ -10,7 +10,7 @@ As an example, a SSO service may return the email address
|
||||
to turn that into a displayname when creating a Matrix user for this individual.
|
||||
It may choose `John Smith`, or `Smith, John [Example.com]` or any number of
|
||||
variations. As each Synapse configuration may want something different, this is
|
||||
where SAML mapping providers come into play.
|
||||
where SSO mapping providers come into play.
|
||||
|
||||
SSO mapping providers are currently supported for OpenID and SAML SSO
|
||||
configurations. Please see the details below for how to implement your own.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user