allmende / docker-matrix

docker composition of images for a Matrix home server with Riot interface and coturn
https://riot.allmende.io
4 stars 1 forks source link

Adding mail address to an account fails due to disallowed use of a 3PID service #13

Closed almereyda closed 6 years ago

almereyda commented 6 years ago

When adding a mail address to an identity which didn't have one associated, we currently receive

Untrusted ID Server matrix.allmende.io

This seems closely related to #10 and may be due to the fact that we are still trying to use the sydent service from matrix.org/vector.im, who seem to be closed for 3rd parties nowadays (CORS).

We may have to think about deploying our own 3PID, i.e. https://github.com/kamax-io/mxisd

almereyda commented 6 years ago

https://github.com/allmende/matrix-riot-docker/commit/a7703ec4d40fc20db1f932d1558bc829740c60e9#diff-d952f535a9161fd9f467a52cf78c1668R3 solves this for now.