Symantec IGA

 View Only

 SCIM Connector error on Modify

Jean Franco's profile image
Jean Franco posted Mar 21, 2024 11:54 AM

Hello,

We have created a scim connector in order to integrate one of our endpoint, so far we have been able to properly read user and roles data from the endpoint sucessfully. But we are having an issue when it comes to the modification of a user.

In our scenario, after we explore the endpoint, and we select a user from the content of the endpoint, we are modifying the status value from Active to Inactive, or viceversa, in this operation we are getting the following error on the provisinoing manager

Looking at the connector log (which we have on verbose) we are seeing an error indicating the following'

2024-03-21 10:23:51,356 1283257457 [ApacheDS Worker-thread-104] ApigeePPGV4_ApigeePPGV4 (AssocAttributeOpProcessorProxy.java:392) ERROR - class com.ca.jcs.scim.SCIMMetaConnector: ApigeePPGV4 [eTDYNDirectoryName=ApigeePPGV4,eTNamespaceName=ApigeePPGV4,dc=im,dc=etasa]: class com.ca.jcs.assoc.AssocAttributeOpProcessorProxy: failed call on public abstract void com.ca.jcs.processor.OpProcessor.doModify(com.ca.jcs.ObjectInfo,javax.naming.directory.ModificationItem[]) throws javax.naming.NamingException MODIFY operation was skipped

This is my serviceproviderconfigs.json:

{
"schemas": [
"urn:scim:schemas:core:1.0"
],
"documentationUrl": "http://example.com/help/scim.html",
"bulk": {
"maxOperations": 1000,
"maxPayloadSize": 1048576,
"supported": false
},
"filter": {
"maxResults": 200,
"supported": true
},
"sort": {
"supported": false
},
"xmlDataFormat": {
"supported": false
},
"patch": {
"supported": true
},
"etag": {
"supported": false
},
"changePassword": {
"supported": true
},
"authenticationSchemes": [
{
"name": "HTTP Basic",
"description": "Authentication Scheme using the Http Basic Standard",
"documentationUrl": "http://example.com/help/httpBasic.html",
"specUrl": "http://www.ietf.org/rfc/rfc2617.txt",
"type": "httpbasic"
}
]
}

Im attaching the log for your review.

Any help is really appreciated.