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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user