Hello @jabarrero ,
Is it not enough to disable Microsoft 365 groups in the connector settings?
Microsoft 365 groups is the new name for Office365 groups.
I have also unchecked “Aggregate All Groups”.
But like I said, if you have check “Manage Microsoft 365 Groups”, then aggregate entitlements, the uncheck “Manage Microsoft 365 Groups”, it will not remove the Microsoft 365 Groups from the list.
Even a filter will not help.
You need to reset the connector first.
To reset a connector, you need to POST to the endpoint {{api-url}}/cc/api/source/reset/{{sourceID}}
cf. https://community.sailpoint.com/t5/IdentityNow-Articles/IdentityNow-REST-API-Source-Reset/ta-p/156669
Beware that it will erase all accounts and entitlements data in your source.
Using the consistency level header with the eventual value and in the count=true call it works when passing it to sailpoint there is no way to set the consistency level header with eventual value.
According to sailpoint documentation it accepts advanced filters.
Indeed, I do not see how to set headers or additional query parameters eventually on Azure AD Connectors.
Given the fact that even when you uncheck “Manage Microsoft 365 groups” and when you check “Manage all groups”, you still have Microsoft 365 groups, I would open a ticket for a potential bug.
I was able to filter Microsoft 365 groups.
The entry groupFilters attribute with advanced query filters (NOT,NE and ENDSWITH) works fine.
You need to do the prerequisites mentioned below:
Please add the attribute groupFilters with value as NOT groupTypes/any(c:c eq 'Unified') in the AzureAD source xml.
Also please remove attribute owners from group schema while using these advanced query filters. The Azure API does not support advanced query filters (NOT, ENDSWITH and NE) along with expand attribute like “owners” in the URL.
Remember that you may need to reset the source to remove existing Microsoft 365 groups.