Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 5f277ff

Browse files
Add documentation page stubs for Single Sign-On, SAML and CAS pages (#11298)
1 parent 73cbb28 commit 5f277ff

File tree

5 files changed

+25
-3
lines changed

5 files changed

+25
-3
lines changed

changelog.d/11298.doc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add Single Sign-On, SAML and CAS pages to the documentation.

docs/SUMMARY.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
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 numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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 numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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 numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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.

0 commit comments

Comments
 (0)