phpsaml icon indicating copy to clipboard operation
phpsaml copied to clipboard

SAML claims to update existing user

Open PYPoulin opened this issue 3 years ago • 1 comments

Hi, I enjoy the JIT provisioning feature but it seems it can't update the attributes of the users it creates. For example, if an attribute of a user changed on Azure AD it won't be updated in GLPI when the user logs-in GLPI. Let's say the surname of a user changed, GLPI will keep the surname that was present in Azure AD when the JIT provisioning happened.

PYPoulin avatar Aug 31 '22 19:08 PYPoulin

Added todo in phpsaml.class.php glpiLogin (method calling the JIT method if user doesnt exist, that might include a field validation for changes on existing users and perform an update if needed).

DonutsNL avatar May 30 '23 07:05 DonutsNL