Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/07/2023 07:54 AM
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.
09/12/2023 07:53 AM
do you see any error in the logs?
09/12/2023 08:11 AM