kamax-matrix / mxisd

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

Support user photo from LDAP #83

Closed awesome-manuel closed 5 years ago

awesome-manuel commented 6 years ago

LDAP can store user photos. Would be nice to automatically use those for matrix as well.

maxidorius commented 6 years ago

In which feature would you want support for those exactly?

awesome-manuel commented 6 years ago

Auto-fill of user profile (Display name, 3PIDs) + user photo for LDAP store.

maxidorius commented 6 years ago

This will need to be implemented first in the REST password provider which is used to link synapse to mxisd. It wasn't done before due to lack of good API calls and privacy concerns. I can revisit this in the coming weeks and see if something can be done.

maxidorius commented 5 years ago

Given the complexity of this extra feature, it will be worked as part of v2.x if and when it happens.