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

Symbol Character is Removed when Import Azure AD Entitlement

KK
Regular Contributor
Regular Contributor

Hi.

When I import entitlement from Azure AD to Saviynt, the character "[]" is removed.

Below is ENTITLEMENT_ATTRIBUTE jsoin.

{
"entitlementAttribute": {
"AADGroup": {
"colsToPropsMap": {
"entitlementID": "id~#~char",
"entitlement_value": "displayName~#~emchar",
"displayname": "displayName~#~emchar",
"entitlement_glossary": "description~#~emchar",
"customproperty1": "deletionTimestamp~#~char",
"customproperty2": "description~#~emchar",
"customproperty5": "dirSyncEnabled~#~char",
"customproperty6": "lastDirSyncTime~#~char",
"customproperty7": "mail~#~char",
"customproperty8": "mailEnabled~#~char",
"customproperty9": "onPremisesSecurityIdentifier~#~char",
"customproperty10": "securityEnabled~#~char",
"customproperty11": "groupTypes~#~listAsString",
"customproperty12": "membershipRule~#~char",
"customproperty13": "membershipRuleProcessingState~#~char",
"customproperty16": "resourceProvisioningOptions~#~char",
"customproperty20": "id~#~char",
"customproperty21": "visibility~#~char"
}
}
}
}

For example, the character "[]" is removed in description attribute value as below.

<Original value>
aa[bb]cc

<Imported value>
aabbcc

How to solve this issue?

Best Regards,

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

This is expected behaviour with emchar data type


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

KK
Regular Contributor
Regular Contributor

Hi @rushikeshvartak 

Thanks. I changed to char data type, but, behavior is not changed.
Which data type should I change?

Best Regards,

Saviynt by default removes [] as provisioning works on object ID/entitlement id


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.