Problem with Revoke entitlement operation in Webservice connector


I have updated this under Inactive state as you said but still the same problem

Can you confirm if “Services Standard IdentityNow BeforeProvisioning Rule” attached to your source as beforeProvisioningRule?

"accountCorrelationRule": null,
"managerCorrelationMapping": null,
"managerCorrelationRule": null,
"beforeProvisioningRule": {
    "type": "RULE",
    "id": "b49185e1034263f2b55483d9a663f2b",
    "name": null
},

I cross checked the id and its same as of SSB Rule and even the source is also correct

the user I am testing has active lifecycle .

Why name is null? usually rules have a name.

"beforeProvisioningRule": {
        "type": "RULE",
        "id": "cc0xye098req090984jjalc",
        "name": "Some Name"
    }

Is this working in your sandbox environment?

NO , i have not passed any name to the key Name : “” ., do you think I should pass any name (I was assuming that it will automatically pick the ssb rule" on the basis of rule id.

and Do I need to pass the exact SSB rule name or I can pass any ?

It is showing the name as well , I just saw from my visual studio code plugin .

"beforeProvisioningRule": {
    "type": "RULE",
    "id": "b49185e1034263f2b55483d9a663f2b",
    "name": "Services Standard IdentityNow BeforeProvisioning Rule"
},

There is one more place in the source configuration where you will see only rule name, can you check if the name is updated?

Search with “beforeProvisioningRule”

Please refer below post, I have just found it:
Services Standard Before Provisioning Rule Not Triggering for Azure AD - Identity Security Cloud (ISC) / ISC Discussion and Questions - SailPoint Developer Community

"saml_assertion_url": null,
    "updateAttrWithChangePassword": false,
    "beforeProvisioningRule": "Services Standard IdentityNow BeforeProvisioning Rule",
    "username": null
},

and second place is

"beforeProvisioningRule": {
    "type": "RULE",
    "id": "b49185e1034263f2b55483d9a663f2b",
    "name": "Services Standard IdentityNow BeforeProvisioning Rule"
},
1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.