I have LMS solution that we want to integrate ISC with but their APIs are a little challenging. Account creation and enable / disable account work fine but when we do an attribute synch we get a weird SailPoint Error. The update actually is performed but SailPoint throws an error like this:
[“[ConnectorError] invalid output format: Schema validation error in path: [/: {"type":"output"} did not match any of the specified OneOf schemas] (requestId: f57889d37a2743a28bb550a29f2306d0)”]
The update actually takes place in the LMS but for some reason it throws this error. The update operation API only provides a message back that the operation was successful like this:
UPDATE: accountname OK.
It is likely related to the response mapping but not sure what to do here as this seems something specific to how ISC behaves as the update is successful which I can see in the connector logs too. The error thrown here does not show in connector logs. Any thoughts from anybody how to resolve this?