I’m looking for guidance on deleting an account in a Microsoft Entra ID source from SailPoint ISC. Since IQService is not available in this setup, I’d like to know the best approach to accomplish this task without using Cloud execution Rule.
Would it be possible to execute the deletion through a Connector Rule Execution (Before Delete Rule) using PowerShell commands, or is there an alternative method you would recommend?
Any suggestions or examples on how to configure this would be greatly appreciated.
HI @espino, as Sailpoint has a policy of discouraging account deletion, connector have not built-in delete feature:
As you commented, connector that support rules may let you some chance of customization. Perhaps in Entra you can make some script on server side, which at some attribute value (or combination of attributes values), it reacts deleting the account.