WORKAROUNDAdd the following custom script module to a Deprovisioning Policy:
function onPreDeprovision($Request)
{
if($Request.class -ne 'user'){return}
try
{
Set-QADUser ($Request.Get("distinguishedName")) -ObjectAttributes @{"edsvaProtectFromDeletion" = $false}
}
catch
{
throw "Failed to update edsvaProtectFromDeletion attribute"
}
}
STATUSEnhancement Request ID 415721 has been created to change this functionality in Active Roles.
Product Management will evaluate the request and this feature may become available in a future release of the product.
There are no guarantees that this specific enhancement request will be implemented in a future release.
For more information regarding our Enhancement Request policy, refer to our Global Support Guide on the Support Portal at:
https://support.oneidentity.com/essentials/support-guide/