You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Identity Servers support contact discovery on Matrix by letting people look up Third Party Identifiers to see if the owner has publicly linked them with their Matrix ID.
Only one identity server by account can be set. The choice is stored in account data with key m.identity_server. But every clients will managed its own token to log in to the identity server
Default identity server URL, from Wellknown data is proposed to the user.
Identity server can be set
Identity server can be changed on another user's device, so when the change is detected (thanks to account data sync) RiotX should properly disconnect from a previous identity server (I think it was not the case in Riot-Android, where we keep the token forever)
Registration to the identity server is managed with an openId token
TOS can be accepted
Identity server can be modified
Identity server can be disconnected. Riot-Web displays a warning if there are current bound 3pid on this identity server.
Email can be bound
Email can be unbound
Phone can be bound
Phone can be unbound
Look up can be performed, to get matrixIds from local contact book (phone and email): Android permission correctly handled
Look up pepper can be updated if it is rotated on the identity server
THE CURRENT DESCRIPTION IS WIP
Introduction
Identity Servers support contact discovery on Matrix by letting people look up Third Party Identifiers to see if the owner has publicly linked them with their Matrix ID.
Related MSCs
The list can be found here: https://matrix.org/blog/2019/09/27/privacy-improvements-in-synapse-1-4-and-riot-1-4
Steps and requirements
m.identity_server
. But every clients will managed its own token to log in to the identity serverScreenshots of current Android application
Settings
Discovery screen
No identity server configured
Identity server configured
On Riot-Web
Configure an Identity server
Error
TOS
Binding an email
Lookup
TODO
Ref:
The text was updated successfully, but these errors were encountered: