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

importing specific Entitlements for AZURE AD

Dharmen
New Contributor III
New Contributor III

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

Dharmen
New Contributor III
New Contributor III

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

Dharmen
New Contributor III
New Contributor III

it works

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