This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
usage/configuration/user_authentication/single_sign_on Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Add Single Sign-On, SAML and CAS pages to the documentation.
Original file line number Diff line number Diff line change 2323 - [ Structured Logging] ( structured_logging.md )
2424 - [ Templates] ( templates.md )
2525 - [ User Authentication] ( usage/configuration/user_authentication/README.md )
26- - [ Single-Sign On] ( )
26+ - [ Single-Sign On] ( usage/configuration/user_authentication/single_sign_on/README.md )
2727 - [ OpenID Connect] ( openid.md )
28- - [ SAML] ( )
29- - [ CAS] ( )
28+ - [ SAML] ( usage/configuration/user_authentication/single_sign_on/saml.md )
29+ - [ CAS] ( usage/configuration/user_authentication/single_sign_on/cas.md )
3030 - [ SSO Mapping Providers] ( sso_mapping_providers.md )
3131 - [ Password Auth Providers] ( password_auth_providers.md )
3232 - [ JSON Web Tokens] ( jwt.md )
Original file line number Diff line number Diff line change 1+ # Single Sign-On
2+
3+ Synapse supports single sign-on through the SAML, Open ID Connect or CAS protocols.
4+ LDAP and other login methods are supported through first and third-party password
5+ auth provider modules.
Original file line number Diff line number Diff line change 1+ # CAS
2+
3+ Synapse supports authenticating users via the [ Central Authentication
4+ Service protocol] ( https://en.wikipedia.org/wiki/Central_Authentication_Service )
5+ (CAS) natively.
6+
7+ Please see the ` cas_config ` and ` sso ` sections of the [ Synapse configuration
8+ file] ( ../../../configuration/homeserver_sample_config.md ) for more details.
Original file line number Diff line number Diff line change 1+ # SAML
2+
3+ Synapse supports authenticating users via the [ Security Assertion
4+ Markup Language] ( https://en.wikipedia.org/wiki/Security_Assertion_Markup_Language )
5+ (SAML) protocol natively.
6+
7+ Please see the ` saml2_config ` and ` sso ` sections of the [ Synapse configuration
8+ file] ( ../../../configuration/homeserver_sample_config.md ) for more details.
You can’t perform that action at this time.
0 commit comments