PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners click HERE | EMEA/APJ Partners click HERE

Cyberark SCIM connector account access import

AtrayeeDutta
Regular Contributor
Regular Contributor

Hi Team,

We are integration CyberArk with Saviynt using CyberArk SCIM connector. We are seeing Safes got imported, Safes are being entitlement type, but safe permissions are not getting pulled. That is Accounts associated with Safes are not getting tagged.

Can anyone help on that.

URL list:

{
”USERLIST_URL”: “http://<url>/CyberArk/scim/v2/Users”,
”GROUPLIST_URL”: “http://<url>/CyberArk/scim/v2/Groups”,
”SAFELIST_URL”: “http://<url>/CyberArk/scim/v2/Containers”,
”SAFE_PERMISSIONS_URL”: “http://<url>/CyberArk/scim/v2/ContainerPermissions”,
”PRIVILEGED_ACCOUNTLIST_URL”: “http://<url>/CyberArk/scim/v2/PrivilegedData”
}  actual URL is there.

Acc_attr json:

{
"accountID": "id~#~char",
"name": "userName~#~char",
"displayName": "displayName~#~char",
"status": "active~#~char",
"customproperty1": "name.givenName~#~char",
"customproperty2": "locale~#~char",
"customproperty3": "organization~#~char",
"customproperty4": "password~#~char",
"customproperty5": "title~#~char",
"customproperty6": "department~#~char",
"customproperty7": "costCenter~#~char",
"customproperty8": "division~#~char",
"customproperty9": "profileURL~#~char",
"customproperty10": "userType~#~char",
"customproperty11": "nickName~#~char",
"customproperty12": "timezone~#~char",
"customproperty13": "meta.location~#~char",
"customproperty14": "urn:ietf:params:scim:schemas:cyberark:1-0:User~#~char",
"customproperty15": "name.familyName~#~char",
"customproperty16": "meta.resourceType~#~char",
"customproperty17": "entitlements~#~listAsString",
"customproperty31": "STORE#ACC#ENT#MAPPINGINFO~#~char"
}

JSON attached, URL, Names changed.

 

 

2 REPLIES 2

Rishi
Saviynt Employee
Saviynt Employee

do you see any error in the logs?

AtrayeeDutta
Regular Contributor
Regular Contributor

 We see SafePermission URL is called but Saviynt is not able to store the data. Logs attached.

Regards,

Atrayee