You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415
  1. # User Authentication
  2. Synapse supports multiple methods of authenticating users, either out-of-the-box or through custom pluggable
  3. authentication modules.
  4. Included in Synapse is support for authenticating users via:
  5. * A username and password.
  6. * An email address and password.
  7. * Single Sign-On through the SAML, Open ID Connect or CAS protocols.
  8. * JSON Web Tokens.
  9. * An administrator's shared secret.
  10. Synapse can additionally be extended to support custom authentication schemes through optional "password auth provider"
  11. modules.