From 03fb84eeedc236c95a1392e9522463a203d60785 Mon Sep 17 00:00:00 2001 From: reivilibre Date: Tue, 7 May 2024 15:31:52 +0000 Subject: deploy: dcd03d3b156362d522001e69625fb43ba04e06a2 --- .../configuration/user_authentication/index.html | 217 +++++++++++++++++++++ 1 file changed, 217 insertions(+) create mode 100644 v1.107/usage/configuration/user_authentication/index.html (limited to 'v1.107/usage/configuration/user_authentication/index.html') diff --git a/v1.107/usage/configuration/user_authentication/index.html b/v1.107/usage/configuration/user_authentication/index.html new file mode 100644 index 0000000000..fe5d4e25da --- /dev/null +++ b/v1.107/usage/configuration/user_authentication/index.html @@ -0,0 +1,217 @@ + + + + + + User Authentication - Synapse + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+ +
+ +
+ +

User Authentication

+

Synapse supports multiple methods of authenticating users, either out-of-the-box or through custom pluggable +authentication modules.

+

Included in Synapse is support for authenticating users via:

+
    +
  • A username and password.
  • +
  • An email address and password.
  • +
  • Single Sign-On through the SAML, Open ID Connect or CAS protocols.
  • +
  • JSON Web Tokens.
  • +
  • An administrator's shared secret.
  • +
+

Synapse can additionally be extended to support custom authentication schemes through optional "password auth provider" +modules.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + -- cgit 1.5.1