Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Issue in Importing customAttributes using Azure OOTB connector

sampath18
Regular Contributor II
Regular Contributor II

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...

 

3 REPLIES 3

sampath18
Regular Contributor II
Regular Contributor II

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"}"

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

Regards,
Naveen Sakleshpur
If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem.

sampath18
Regular Contributor II
Regular Contributor II

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.