This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation page stubs for Single Sign-On, SAML and CAS pages (#…
- Loading branch information
1 parent
73cbb28
commit 5f277ff
Showing
5 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Add Single Sign-On, SAML and CAS pages to the documentation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
docs/usage/configuration/user_authentication/single_sign_on/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Single Sign-On | ||
|
||
Synapse supports single sign-on through the SAML, Open ID Connect or CAS protocols. | ||
LDAP and other login methods are supported through first and third-party password | ||
auth provider modules. |
8 changes: 8 additions & 0 deletions
8
docs/usage/configuration/user_authentication/single_sign_on/cas.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# CAS | ||
|
||
Synapse supports authenticating users via the [Central Authentication | ||
Service protocol](https://en.wikipedia.org/wiki/Central_Authentication_Service) | ||
(CAS) natively. | ||
|
||
Please see the `cas_config` and `sso` sections of the [Synapse configuration | ||
file](../../../configuration/homeserver_sample_config.md) for more details. |
8 changes: 8 additions & 0 deletions
8
docs/usage/configuration/user_authentication/single_sign_on/saml.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# SAML | ||
|
||
Synapse supports authenticating users via the [Security Assertion | ||
Markup Language](https://en.wikipedia.org/wiki/Security_Assertion_Markup_Language) | ||
(SAML) protocol natively. | ||
|
||
Please see the `saml2_config` and `sso` sections of the [Synapse configuration | ||
file](../../../configuration/homeserver_sample_config.md) for more details. |