Do you know if there is a way to filter users in Azure Active Directory Source based on group membership? For example, in AD we can use some ldap filter like this, but I am not finding a way to translate that to AAD user filter:
(&(objectClass=user)(memberof=GROUP_DN))
I was trying something like following, but with no success:
This advanced query setting is not possible in Azure AD connector,
You may have a look on this below screenshot which was taken from Microsoft documentation.