How detect in BeforeOperationRule when an Access Profile have been assigned to user

Hi experts,

We need implement the following requirement: We have configugured a source as web service and we need modify source account to set a flag param as true/false when an Access Profile is assigned in a identitity. We are using a WebServiceBeforeOperationRule to update additional logic for Modify Operations.

The problem here is that WebServiceBeforeOperationRule only manage the account requests for Web service source and the entitlements assigned but we dont know when access profile is assigned.

So, according that the scenario mentioned before, what is the best way to implement this solution? How can we know when access profile is assigned?

Thanks in advance,
Regards,
Ismael

Hi @ismaelmoreno1 ,

You can have a BeforeProvisioning rule on a webservice source where you can search the user account & find if the user has been assigned to the particular access profiles.