From 3e9f830a1f3368f5210862317e608a528735a38b Mon Sep 17 00:00:00 2001 From: babolivier Date: Tue, 12 Oct 2021 09:56:14 +0000 Subject: deploy: 60af28c5dd803ac4ad1aa216574cac33b6daed6a --- .../configuration/user_authentication/index.html | 268 +++++++++++++++++++++ 1 file changed, 268 insertions(+) create mode 100644 v1.45/usage/configuration/user_authentication/index.html (limited to 'v1.45/usage/configuration/user_authentication/index.html') diff --git a/v1.45/usage/configuration/user_authentication/index.html b/v1.45/usage/configuration/user_authentication/index.html new file mode 100644 index 0000000000..16e4b3398f --- /dev/null +++ b/v1.45/usage/configuration/user_authentication/index.html @@ -0,0 +1,268 @@ + + + + + + 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