matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.82k stars 2.13k forks source link

Identity server #6183

Closed derritter88 closed 5 years ago

derritter88 commented 5 years ago

Dear team,

according to the newest release notes (1.4.0) Matrix Synapse will not use any third party identity server unless you enable it again. Also the current public identity servers (vector.im & matrix.im) will no longer allow to use them in December.

That's fine but on the other side the FAQ says:

Yes - the reference implementation issydent and you can run your own ID server cluster that tracks 3rd party to Matrix ID mappings. This won't be very useful right now, though, and we don't recommend it.

So what should we do? I run my own hosted Matrix Synapse server and currently I know that the 3rd party service I am using won't be supported in the near future but there is also no current solution.

derritter88 commented 5 years ago

Also following problem would occure:

You can host your own copy of Sydent, but this will prevent you reaching other users in the Matrix ecosystem via their email address, and prevent them finding you. We therefore recommend that you use one of the centralised identity servers at https://matrix.org or https://vector.im for now. https://github.com/matrix-org/synapse/blob/master/README.rst#identity-servers

In general I would like to see an identity server which features federation.

richvdh commented 5 years ago

I don't think this is a synapse bug.

derritter88 commented 5 years ago

Oh sorry it was never my intention to log a bug - I just wanted to log this as an issue but was unable to create a label for that.

root562 commented 4 years ago

I am looking for Matrix Identity server to work with my own hosted Synapse server which is not federated. I saw https://github.com/matrix-org/sydent and https://github.com/kamax-matrix/mxisd What are the differencex between these two? Which one is suitable for me to use?

babolivier commented 4 years ago

Hey, for questions or support requests I'd suggest asking them in #synapse:matrix.org, which is our main support channel, as we don't use github issues for support.

root562 commented 4 years ago

Hey, for questions or support requests I'd suggest asking them in #synapse:matrix.org, which is our main support channel, as we don't use github issues for support.

Thanks man. I posted there got the answer I wanted.