Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

importing specific Entitlements for AZURE AD

Dharm
Regular Contributor
Regular Contributor

Hi All,

We are trying to import the AZURE AD OOTB Connector for filtering the specific entitlements which starts with AA.AZR.ALL.app. but it is not working as expected, we are not able to import any entitlements.

Our requirement is to import all the entitlements which starts with AA.AZR.ALL.app.

Below is filter we are using in the connection.

ENTITLEMENT_FILTER_JSON: "group_filter":"startswith(displayname,'AA.AZR.ALL.app')"

Thanks

3 REPLIES 3

Manu269
All-Star
All-Star

Dharm
Regular Contributor
Regular Contributor

Hi Manish,

Yes I gone through the post but still not able to achieve this use case.

I did tried with the below filter which I have seen this as solutions worked but not working for myself

 { "group_filter":"startswith(displayname, 'AZR.ALL.AA.PIM') &$count=true" }

{"error":{"code":"BadRequest","message":"Query option '$count' was specified more than once, but it must be specified at most once

Dharm
Regular Contributor
Regular Contributor

it works

{
"group_filter":"startswith(displayname,'AZR.AA.ALL.app') or startswith(displayname,'AZR.AA.ALL.PIM')"
}