Entitlement Aggregation

Hi all,

I’m trying to aggregate entitlements from a non-authoritative source, and I’ve specified the entitlement type.
The attribute that I’ve selected as entitlement contains two other attributes within it as shown below.

security_profile:{
“value” : “abc”
“$ref” : “…/…/…”
}

The attribute “value” contains a string value but the other attribute seems to contain a path referring to some other attribute containing some value. After aggregation, IDN is displaying both the attributes (value and $ref) as a string, instead of displaying a single value for a particular entitlement. How can I configure it to display a single value for an entitlement?