Description
The SailPoint Web Services SaaS Connector now supports customization to endpoints, providing additional and greater flexibilities to do the data massaging based on your requirement. This works for any endpoint that is configured in the Web Services connector.
This capability provides similar flexibilities as before and after operation rule of VA based Web Services connector.
Before Endpoint Customization:
- The Web Service SaaS Connector supports adding customization to the configured endpoints. This customization is used by the Web Services SaaS Connector before performing operations such as Test Connection and Aggregation operations.
- To add the customization before a particular endpoint, you can do the followings:
- Configure the endpoint as usual.
- Add the
isBeforeCustomizerflag to indicate the customization is present to the particular endpoint via the API. Refer to SailPoint Developer Community. - Create a customizer project, add the method
customizedOperationwith two parameters - endpoint identifier followed by a suffix, :before for executing customizer before the endpoint and the handler to run.
After Endpoint Customization:
- Web Service SaaS Connector supports adding customization to the configured endpoints. This customization is used by the Web Services SaaS Connector after performing operations such as Test Connection and Aggregation.
- To add the customization after a particular endpoint, follow below steps
- Configure the endpoint as usual.
- Add the
isAfterCustomizerflag to indicate the customization is present to that particular endpoint via the API. Refer to, SailPoint Developer Community. - Create a customizer project and add the customizedOperation method with two parameters: the endpoint identifier (followed by the suffix :after to run the customizer after the endpoint) and the handler to run.
Documentation
Release Details
- Identity Security Cloud - Now Available!


