You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matrix-spec-proposals/supporting-docs/projects/2017-05-02-sydent.md

990 B

layout title categories description author maturity
project sydent projects other The official Matrix Identity Server implementation Matrix.org team Stable

{{ page.title }}

sydent is an implementation of the Matrix Identity Server API in Python, supporting:

  • Validation of 3PIDs (email and MSISDNs) for signup and discovery
  • Binding of 3PIDs to MXIDs (for discovery)
  • Lookup of 3PIDs to MXIDs
  • Storing unresolved 3PID invites.
  • Replication of assertions across a closed federation.

Instances currently run at matrix.org and vector.im; meanwhile others are free to run their own but they will not be able to participate in the global directory lookup table.

N.B. use of the Identity Server API is stricly optional in Matrix - it's only used to resolve 3PIDs to MXIDs.

Get the code from GitHub

Alternatively, slipeer maintains a fork with LDAP lookup.