We are delighted to share our new EIC Delivery Methodology for efficiently managing Saviynt Implementations and delivering quick time to value. CLICK HERE.

Azure AD attribute mapping

tej2099
New Contributor III
New Contributor III

Hi Team,

we are trying to import few attribute from Azure AD as Reconciliation.

Need to import one of the field "IndirectLicenseErrors" and we were unable to import same.

Could you please help us Does Saviynt will support importing this field? If yes, how we can do it.

Thanks in advance.

3 REPLIES 3

DaanishJawed
Saviynt Employee
Saviynt Employee

Hi,

Can you share the JSON you are using? Also, which attribute are you mapping IndirectLicenseErrors to in Saviynt?

tej2099
New Contributor III
New Contributor III

PFB JSON
{
"acctLabels": {
"customproperty1": "First Name",
"customproperty2": "Last Name"
},
"colsToPropsMap": {
"accountID": "id~#~char",
"name": "userPrincipalName~#~char",
"customproperty1": "givenName~#~char",
"customproperty2": "surname~#~char",
"displayname": "displayName~#~char",
"customproperty30": "jobTitle~#~char",
"customproperty32": "mobilePhone~#~char",
"customproperty29": "preferredLanguage~#~char",
"status": "accountEnabled~#~char",
"accountType": "userType~#~char",
"customproperty16": "city~#~char",
"customproperty17": "country~#~char",
"customproperty18": "department~#~char",
"customproperty19": "usageLocation~#~char",
"customproperty47": "onPremisesImmutableId~#~char",
"customproperty48": "IndirectLicenseErrors~#~char"
}
}


Mapping to customproperty48

Thanks

Hi,

Have you added the fields in ACCOUNT_IMPORT_FIELDS  as well? If not, then please add it.

Screenshot 2023-02-27 at 10.42.56 AM.png

Link for the above - https://docs.saviyntcloud.com/bundle/Azure-AD-v2020x/page/Content/Configuring-the-Integration-for-Ac...

If we are adding any field in ACCOUNT_ATTRIBUTES, then we have to add them in ACCOUNT_IMPORT_FIELDS as well and vice versa.

Thanks.