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

Need to reconcile groups name starting with AWSSSO from AAD groups

Murari
New Contributor II
New Contributor II

Hi,

I have a use case where i need to restrict groups recon where group name starts with AWSSSO only from AAD groups. We are using Azure AD connector to reconcile the groups and using below filter at entitlement type level.

Murari_0-1710899649460.png

But still I can see that the multiple groups are showing under user accounts from AAD groups which name does not start with AWSSSO.

Regards,

Murari

 

1 REPLY 1

rushikeshvartak
All-Star
All-Star

Above configuration is for ARS filter and not for job filter.

Please use ENTITLEMENT_FILTER_JSONat azure AD connection level.

Add below condition in Azure AD Connection used for Import in ENTITLEMENT_FILTER_JSON

{ "group_filter":"displayName eq 'E3 License Group' or displayName eq 'F3 License Group' "}

rushikeshvartak_0-1710901235361.png

 

 


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