SCIM: Add is provisioned field to update command (#107978)

* Remove noisy log line

* Add IsProvisioned field to UpdateUserCommand

* Update user store to include the new IsProvisioned field

* Update store tests to include the new IsProvisioned field
This commit is contained in:
linoman
2025-07-10 23:49:45 +02:00
committed by GitHub
parent 1cd6ef6b84
commit a1e4280603
4 changed files with 48 additions and 3 deletions
@@ -133,7 +133,6 @@ func (s *UserSync) ValidateUserProvisioningHook(ctx context.Context, currentIden
log := s.log.FromContext(ctx).New("auth_module", currentIdentity.AuthenticatedBy, "auth_id", currentIdentity.AuthID)
if !currentIdentity.ClientParams.SyncUser {
log.Debug("Skipping user provisioning validation, syncUser is disabled")
return nil
}