Problem
I have created Web Service SaaS connector in ISC and while performing Access Request, I am getting error but the Create Account Request is getting triggered.
[ConnectorError] invalid output format: Schema validation error in path: [{allOf all_of_item_mismatch Value does not match the allOf schema at index {indexs} map[indexs:0]} { {Valid:false EvaluationPath:/oneOf/0 SchemaLocation:http://connect.sailpoint.com/schemas/object_output#/oneOf/0 InstanceLocation: Annotations:map Errors:map[required:Required properties âidentityâ, âuuidâ are missing] Details:} map} { {Valid:false EvaluationPath:/oneOf/1 SchemaLocation:http://connect.sailpoint.com/schemas/object_output#/oneOf/1 InstanceLocation: Annotations:map Errors:map[required:Required property âkeyâ is missing] Details:} map} { {Valid:false EvaluationPath:/properties/attributes SchemaLocation:http://connect.sailpoint.com/schemas/object_output#/properties/attributes InstanceLocation:/attributes Annotations:map Errors:map[type:Value is null but should be object] Details:} map}] (requestId: db9648b7550a484eb7c886a45aaf2ddd)
Also getting the similar error in access request where user exists in the App and adding entitlements for the existing users
[ConnectorError] invalid output format: Schema validation error in path: [{oneOf one_of_item_mismatch Value does not match the oneOf schema map} { {Valid:false EvaluationPath:/oneOf/0 SchemaLocation:http://connect.sailpoint.com/schemas/object_output#/oneOf/0 InstanceLocation: Annotations:map Errors:map[required:Required properties âidentityâ, âuuidâ are missing] Details:} map} { {Valid:false EvaluationPath:/oneOf/1 SchemaLocation:http://connect.sailpoint.com/schemas/object_output#/oneOf/1 InstanceLocation: Annotations:map Errors:map[required:Required property âkeyâ is missing] Details:} map} { {Valid:false EvaluationPath:/properties/attributes SchemaLocation:http://connect.sailpoint.com/schemas/object_output#/properties/attributes InstanceLocation:/attributes Annotations:map Errors:map[type:Value is null but should be object] Details:} map} { {Valid:false EvaluationPath:/additionalProperties/type SchemaLocation:#/additionalProperties/type InstanceLocation:/type Annotations:map Errors:map[schema:No values are allowed because the schema is set to âfalseâ] Details:} map}] (requestId: 7d6ea6c2fd634e959f281742ee51b5f6)