Connector Rules For OOB Connectors

Then only option is Before Provisioning Rule, you can use Service Standard Before Provisioning Rule as well which has code for lot of use cases developed by SailPoint.

IdentityNow Mock Project - Services Standard BeforeProvisioning Rule - Compass

You can submit support ticket to SailPoint for deploying this Rule in your tenant, after deploying you need to add below config to your source config.

"cloudServicesIDNSetup": {
            "eventConfigurations": [
                {
                    "eventActions": [
                        {
							"Action": "ThrowError",
							"Attribute": null,
							"Value": "Identity is in invalid state. Stopping provisioning."
						}
                    ],
                    "Operation": "Create"
                }
            ]
        },
1 Like