Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/23/2024 01:54 PM
Hello,
I am trying to map one attribute between Saviynt and Active Directory. At account level I have mapped a new customproperty and with the AD attribute in attribute mapping but how do I map Saviynt customproperty and account customproperty.
09/23/2024 02:29 PM
Provide your current mapping and explain requirements what is expected
09/24/2024 10:27 AM
The requirement is, need to map Saviynt customproperty45 to AD extensionattribute11
09/24/2024 10:28 AM
You want to push or pull ?
09/24/2024 11:29 AM
I want to push data
09/24/2024 11:38 AM
share current create account json
09/24/2024 11:41 AM - edited 09/24/2024 11:42 AM
{ "givenName": "${user.firstname}", "sn": "${user.lastname}", "manager": "${user.manager!=null ? managerAccount.accountID : ''}", "displayName": "${user.displayname}", "middleName": "${user.middlename}", "employeeNumber": "${user.employeeid}", "accountExpires": "${user.enddate!=null ? 10000*(user.enddate.getTime() + 11644473600000) : '0'}", "employeeType": "${user.employeeType}", "title": "${user.jobDescription}", "objectClass": [ "top", "person", "organizationalPerson", "user" ], "userAccountControl": "${user.statuskey==1?'512':'514'}", "company": "${user.companyname}", "departmentNumber": "${user.departmentNumber}", "department": "${user.departmentname}", "businessCategory": "${user.orgunitid}", "otherMailbox": "${user.secondaryEmail}", "l": "${user.location}", "userPrincipalName": "${user.customproperty6}", "employeeID": "${user.username}", "sAMAccountName": "${user.systemUserName}", "mail": "${user.email}", "st": "${user.state}", "co": "${user.country}", "msDS-cloudExtensionAttribute1": "${user.customproperty2}", "msDS-cloudExtensionAttribute2": "${user.customproperty3}", "msDS-cloudExtensionAttribute3": "${user.customproperty4}", "msDS-cloudExtensionAttribute4": "${user.customproperty5}", "msDS-cloudExtensionAttribute5": "${user.locationnumber}", "msDS-cloudExtensionAttribute6": "${user.customproperty1}", "msDS-cloudExtensionAttribute7": "${user.startdate!=null?new java.text.SimpleDateFormat('yyyyMMddHHmmss').format(user.startdate).concat('.0Z'):''}", "msDS-cloudExtensionAttribute8": "${user.employeeclass}", "msDS-cloudExtensionAttribute9": "${user.leaveStatus}", "msDS-cloudExtensionAttribute10": "${user.customproperty52}", "msDS-cloudExtensionAttribute11": "${user.customproperty45}", "businessCategory": "${user.customproperty10}", "division": "${user.customproperty13}"}
09/24/2024 03:00 PM
"extensionattribute11":"${accounts.customproperty45}"