kamax-matrix / mxisd

Federated Matrix Identity Server
GNU Affero General Public License v3.0
220 stars 112 forks source link

Proxy 3pid registration requests to a different Identity server #9

Closed slipeer closed 6 years ago

slipeer commented 7 years ago

It would be nice to have the opportunity to configure proxy 3pid assign requests to preffered Identity server (specified in config).

It will be useful when user wants assign additional 3pid not listed in LDAP.

maxidorius commented 7 years ago

Something like that is already planned.

Currently mxisd enforce email as a 3PID but the next iteration will not enforce any 3PID type and let each resolver (LDAP, DNS, Root IS) handle it.

Once #10 has been implemented, this will follow.

maxidorius commented 7 years ago

Phone numbers and bulk lookup have been implemented, give a try to latest trunk

maxidorius commented 7 years ago

This issue is about sending a 3PID mapping request to another writable IS. Totally missread this from the start.... It's not implemented.

maxidorius commented 6 years ago

This has landed for e-mails in commit b46d047. Release v0.3.0-beta.1 and newer will contain this feature. Use issue #22 for general tracking of the feature.