How-to configure Anonymization
Introduction
Anonymization is used to anonymize deleted users. This can be really important for customers with sensitive data.
How-to configure Anonymization
Nr. | Task | Details |
---|---|---|
1 | Activate anonymization task in the database | iTsense.Moving.Backend.Services.DmcoreService.CoreIdentity.Task.AnonymizationTask, iTsense.Moving.Backend.Services.DmcoreService bf8bbfc01a8341b68e53e25141487a49 |
2 | enable setting_setting_value | select * from moving_appcustomer_900000.setting_setting sse, moving_appcustomer_900000.setting_setting_value ssev
where sse.id = ssev.setting_id
and sse.module_guid = ssev.setting_module_guid
and name_key like '%Module.DM.IdentityManagement.Setting.EnableAnonymization%'; Enable the bool_value ( |
3 | Set a default value for the attributes | SELECT * FROM moving_appcustomer_900000.servicedmcore_core_identity_type_attribute_mapping; serialized_anonymization_default ATTENTION: When a drop-down-value attribute is anonymized, make sure the default drop-down-value exists! Otherwise Errors like |
4 | Test anonymization |
|
Â
© ITSENSE AG. Alle Rechte vorbehalten. ITSENSE und CoreOne sind eingetragene Marken der ITSENSE AG.