kamax-matrix / mxisd

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

Better support for LDAP autofill and room autojoin #92

Closed ananace closed 5 years ago

ananace commented 5 years ago

Currently, when a new user logs in on a Synapse + MXISD combo - with the server configured to autojoin users to a room, then their joined presence will not be updated with the filled profile data.

If it's possible, could autofill also trigger a membership update if it adds a display name or avatar to a user profile? Or possibly just the first time it triggers for a new user?

maxidorius commented 5 years ago

mxisd is not responsible for interacting with synapse, the REST password provider is. mxisd simply validate credentials and provides the profile of the user.