From d43886aec7f4d4cd18136411ddb1c00874b9c580 Mon Sep 17 00:00:00 2001 From: anoadragon453 Date: Wed, 10 Nov 2021 17:55:22 +0000 Subject: deploy: 5f277ffe89f8b7b1f4b63a8e2ef1d57e857dec9d --- .../user_authentication/single_sign_on/cas.html | 261 +++++++++++++++++++++ .../user_authentication/single_sign_on/index.html | 259 ++++++++++++++++++++ .../user_authentication/single_sign_on/saml.html | 261 +++++++++++++++++++++ 3 files changed, 781 insertions(+) create mode 100644 develop/usage/configuration/user_authentication/single_sign_on/cas.html create mode 100644 develop/usage/configuration/user_authentication/single_sign_on/index.html create mode 100644 develop/usage/configuration/user_authentication/single_sign_on/saml.html (limited to 'develop/usage/configuration/user_authentication/single_sign_on') diff --git a/develop/usage/configuration/user_authentication/single_sign_on/cas.html b/develop/usage/configuration/user_authentication/single_sign_on/cas.html new file mode 100644 index 0000000000..9d7479e85f --- /dev/null +++ b/develop/usage/configuration/user_authentication/single_sign_on/cas.html @@ -0,0 +1,261 @@ + + + + + + CAS - Synapse + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + +
+
+ +
+ +
+ +

CAS

+

Synapse supports authenticating users via the Central Authentication +Service protocol +(CAS) natively.

+

Please see the cas_config and sso sections of the Synapse configuration +file for more details.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/develop/usage/configuration/user_authentication/single_sign_on/index.html b/develop/usage/configuration/user_authentication/single_sign_on/index.html new file mode 100644 index 0000000000..53469b75e4 --- /dev/null +++ b/develop/usage/configuration/user_authentication/single_sign_on/index.html @@ -0,0 +1,259 @@ + + + + + + Single-Sign On - Synapse + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + +
+
+ +
+ +
+ +

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.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/develop/usage/configuration/user_authentication/single_sign_on/saml.html b/develop/usage/configuration/user_authentication/single_sign_on/saml.html new file mode 100644 index 0000000000..78df010ca9 --- /dev/null +++ b/develop/usage/configuration/user_authentication/single_sign_on/saml.html @@ -0,0 +1,261 @@ + + + + + + SAML - Synapse + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + +
+
+ +
+ +
+ +

SAML

+

Synapse supports authenticating users via the Security Assertion +Markup Language +(SAML) protocol natively.

+

Please see the saml2_config and sso sections of the Synapse configuration +file for more details.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit 1.5.1