From d034da1b8f43f469c43623769012b737694888b0 Mon Sep 17 00:00:00 2001 From: erikjohnston Date: Tue, 6 Sep 2022 08:02:18 +0000 Subject: deploy: cdf7fb737b12cc06cc5693806ee8fa21ade9723d --- .../configuration/user_authentication/index.html | 202 +++++++++++++++++++++ 1 file changed, 202 insertions(+) create mode 100644 v1.67/usage/configuration/user_authentication/index.html (limited to 'v1.67/usage/configuration/user_authentication/index.html') diff --git a/v1.67/usage/configuration/user_authentication/index.html b/v1.67/usage/configuration/user_authentication/index.html new file mode 100644 index 0000000000..75e787f93d --- /dev/null +++ b/v1.67/usage/configuration/user_authentication/index.html @@ -0,0 +1,202 @@ + + + + + + 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.

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