07/12/2023 06:27 AM
HI Guys,
As per our customer requirement, i am trying to import one of the azure AD attribute employeeID from azure AD to saviynt Azure AD account. But we are not able to do even it has been mapped to one custom attribute in account object. is there any limitation that only default attributes can be mapped with EIC as mentioned in following document.
what should we do to achieve this requirement.?
Account Attribute Mapping JSON used in the connector
{
"acctLabels": {
"customproperty1": "FirstName",
"customproperty2": "LastName",
"displayName": "displayName~#~char",
"customproperty21": "usageLocation",
"customproperty10": "AccountStatus",
"customproperty22": "employeeId"
},
"colsToPropsMap": {
"accountID": "id~#~char",
"name": "userPrincipalName~#~char",
"customproperty1": "givenName~#~char",
"customproperty2": "surname~#~char",
"displayName": "displayName~#~char",
"customproperty21": "usageLocation~#~char",
"customproperty10": "accountEnabled~#~char",
"customproperty22": "employeeId~#~char"
}
}
document link : https://docs.saviyntcloud.com/bundle/AzureAD-v23x/page/Content/Configuring-the-Integration-for-Accou...
Solved! Go to Solution.
07/12/2023 06:33 AM
Found following information from logs where it is only passing predefined attribute names while importing data from Azure AD.
url: https://microsoftgraph.chinacloudapi.cn/v1.0/users?$select=accountEnabled,city,country,department,on...u0026$skiptoken=RFNwdAIAAQAAADg6dHVzaGFyLm1hdGh1cl9iYWluLmNvbSNFWFQjQGJhaW5jbi5wYXJ0bmVyLm9ubXNjaGluYS5jbilVc2VyXzVlYzhiYTNkLTliZWUtNDk1OS05ZjZhLWJlNDkwNGJhM2YyMLkAAAAAAAAAAAAA\n","stream":"stdout","time":"2023-07-12T13:16:31.277824101Z"}"
07/12/2023 06:39 AM
Hi @sampath18 ,
Have you added the attributes to be imported in the ACCOUNT_IMPORT_FIELDS parameter in the connector?
Sample values:
accountEnabled,displayName,id,userPrincipalName,givenName,surName,mail,businessPhones,mobilePhone,officeLocation,preferredLanguage,userType,jobTitle,employeeId
07/12/2023 06:57 AM
Hi @naveenss Thanks for quick help. I missed to notice that filed. I updated it with list of required attributes, now able to employeeid attribute. Kudos for your prompt help.