SICM 2.0 Patch not working even after enabling it in xml

I have updated our ServiceProviderConfig for patch operation from false to true
{
“totalResults”: 1,
“itemsPerPage”: 50,
“startIndex”: 1,
“schemas”: [
“urn:ietf:params:scim:api:messages:2.0:ListResponse”
],
“Resources”: [
{
“id”: “ServiceProviderConfig”,
“schemas”: [
“urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig”
],
“meta”: {
“created”: “2022-02-09T15:35:22Z”,
“lastModified”: “2022-02-09T15:35:22Z”,
“version”: “W/"3694e05e9dff591"”,
“location”: “https://tccdev.fmr.com/scim2/v1/tccmock/scim2/v1/AUTHSYSTEMID/ServiceProviderConfig”,
“resourceType”: “ServiceProviderConfig”
},
“documentationUri”: “https://confluence.fmr.com/display/AP137395/ServiceProviderConfig”,
“patch”: {
“supported”: true
},

I have also enabled in xml file too.

Even after enable when i try to do an add or remove entitlment operation using sailpoint, I am getting all the null values for the fields

{“id”:null,“schemas”:[“urn:ietf:params:scim:api:messages:2.0:PatchOp”],“displayName”:null,“application”:null,“members”:null,“meta”:null}

Hi @guduru510

Please provide with more information.

  • Is Aggregation and Create operation working fine?
  • Is the app SCIM compliant?
  • Is usePatch attribute marked as True in xml?
  • Can you please share the provisioning plan and account schema as well?

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