From 7b4c532ab70079bfda251f9ef1e44aa70e726249 Mon Sep 17 00:00:00 2001 From: babolivier Date: Tue, 30 Nov 2021 14:28:51 +0000 Subject: deploy: e713855dca17a7605bae99ea8d71bc7f8657e4b8 --- .../configuration/user_authentication/index.html | 6 +- .../user_authentication/single_sign_on/cas.html | 261 +++++++++++++++++++++ .../user_authentication/single_sign_on/index.html | 259 ++++++++++++++++++++ .../user_authentication/single_sign_on/saml.html | 261 +++++++++++++++++++++ 4 files changed, 784 insertions(+), 3 deletions(-) create mode 100644 latest/usage/configuration/user_authentication/single_sign_on/cas.html create mode 100644 latest/usage/configuration/user_authentication/single_sign_on/index.html create mode 100644 latest/usage/configuration/user_authentication/single_sign_on/saml.html (limited to 'latest/usage/configuration/user_authentication') diff --git a/latest/usage/configuration/user_authentication/index.html b/latest/usage/configuration/user_authentication/index.html index a6b17fef80..da8fb1c234 100644 --- a/latest/usage/configuration/user_authentication/index.html +++ b/latest/usage/configuration/user_authentication/index.html @@ -99,7 +99,7 @@ @@ -207,7 +207,7 @@ modules.

- @@ -225,7 +225,7 @@ modules.

- diff --git a/latest/usage/configuration/user_authentication/single_sign_on/cas.html b/latest/usage/configuration/user_authentication/single_sign_on/cas.html new file mode 100644 index 0000000000..9d7479e85f --- /dev/null +++ b/latest/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/latest/usage/configuration/user_authentication/single_sign_on/index.html b/latest/usage/configuration/user_authentication/single_sign_on/index.html new file mode 100644 index 0000000000..53469b75e4 --- /dev/null +++ b/latest/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/latest/usage/configuration/user_authentication/single_sign_on/saml.html b/latest/usage/configuration/user_authentication/single_sign_on/saml.html new file mode 100644 index 0000000000..78df010ca9 --- /dev/null +++ b/latest/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