This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Commit 5f277ff 1 parent 73cbb28 commit 5f277ff Copy full SHA for 5f277ff
File tree 5 files changed +25
-3
lines changed
usage/configuration/user_authentication/single_sign_on
5 files changed +25
-3
lines changed 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 23
23
- [ Structured Logging] ( structured_logging.md )
24
24
- [ Templates] ( templates.md )
25
25
- [ 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 )
27
27
- [ 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 )
30
30
- [ SSO Mapping Providers] ( sso_mapping_providers.md )
31
31
- [ Password Auth Providers] ( password_auth_providers.md )
32
32
- [ 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