nextcloud / user_oidc

OIDC connect user backend for Nextcloud
GNU Affero General Public License v3.0
88 stars 35 forks source link

Change of 'Full Name' after account creation via OIDC Provider not possible #920

Open schnillerman opened 2 months ago

schnillerman commented 2 months ago

Once a new Nextcloud account has been created by loggin in through the OIDC provider, the full name in Nextcloud cannot be changed. It is the same for some other attributes.

As far as I understand, another OIDC backend, Pulsejet OIDC Login, lets you specify which attributes can be changed in the OIDC client without being changed by the OIDC provider.

It would be awesome to be able to decide which attributes can be changed on the client and which attributes are always overwritten by the provider.

Gdenich commented 2 months ago

The same problem here. I'm using Authentik as OIDC provider. Even is I use change the user's Full Name in Authentic user directory, the changes are not reflected in Nextcloud user profile. Only deleting the user from Nextcloud, and logging in (recreating the user) again can change the full name if the user in Nextcloud.

julien-nc commented 1 week ago

Thanks for reporting this. A fix is being reviewed (#979). It would help if you could try it.