ma1uta / ma1sd

Federated Matrix Identity Server (formerly fork of kamax/mxisd)
GNU Affero General Public License v3.0
167 stars 55 forks source link

Question if ma1sd can help me #100

Open jonathanmmm opened 3 years ago

jonathanmmm commented 3 years ago

Hi,

I am right now building a private network, I am using LDAP as the data backend with keycloak in fron for single sign on.

In nextcloud I can login via Open ID Connect, but the profile data, like username, first name, last name, profile picture (jpegPhoto) are retrieved from LDAP.

Is it possible to still use Open ID Connect for fast and easy login and getting things (especially the profile picture) automatically included into the user profile, even if the user never used direct login and only uses Open ID Connect to login?

So OIDC to login and LDAP as data source (periodically pulled and profiles are getting automatically updated).

Thanks for the help, would like to know if I should try it and if it is possible.