kamax-matrix / mxisd

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

Internal Bind API #149

Closed zatsepinvl closed 5 years ago

zatsepinvl commented 5 years ago

Is there API like https://github.com/matrix-org/sydent#internal-bind-api?

maxidorius commented 5 years ago

As explained in the concepts documents, under mxisd > Identity stores, mxisd itself doesn't store bindings, or 3PIDs, nor does it write to Identity stores.

This API therefore doesn't exist in mxisd as it doesn't make sense for it. If you want to add 3PID mappings, add the relevant information in your Identity store(s) and mxisd will pick it up automatically.