sydent
sydent copied to clipboard
Sydent: Reference Matrix Identity Server
How do I resolve the message above? I have Letsencrypt certificatas and I added matrix-sydent to the ACL by executing: `setfacl -R -m u:matrix-sydent:rx /etc/letsencrypt/live/ /etc/letsencrypt/archive/` Sydent accepts my setting...
Blocked by matrix-org/synapse#9677 The deprecated v1 identity service API is a source of security issues and poor UX. We should set a date to remove it, and follow through with...
Currently the config file is a bit of a mess. It has a collection of "default" values, but this is not the complete list of values. They are in an...
Right now, if Sydent is contacted by a homeserver as `sydent.xyz.xyz` but Sydent is configured as `xyz.xyz`, the request will fail by complaining about a corrupt or forged signature (`SignatureVerifyException`)....
Not too much to say, but it seems like it would be 'better'. I'm under the impression that the only reason it's not the default is for backwards compatibility (because...
Some of the recent problems with running the casefolding migration script against the live SQLite database have led us to think about whether we should support PostgreSQL as an alternative...
As raised in the Sydent room, see https://matrix.to/#/!QNCMvmWellIlMLxcVJ:vector.modular.im/$7BCUBMRvWvJGh_BE4I9GT8GmW8JNRbBv15fyPFYcX5Y?via=matrix.org&via=element.io&via=amorgan.xyz I don't fully understand why the user there wants to run an identity server---presumably to login via email/sms when matrix.org and vector.im...
If you register a 3PID that's in use, you get a `THREEPID_IN_USE` error. That's all well and good until you don't have the ability to unbind it because either: *...
Builds on #401. Followed by #404 Convert ConfigParser object to dict and prevent #287. Things no longer go into [DEFAULT] when the config file is generated (this is applying the...
Builds on #402. Fixes #101. Stop using CONFIG_DEFAULTS dictionary - Replace in code with `config.get(option, default_value)` - List of available options (and defaults) can now be found in new documentation...