SailPoint ISC Entra Connector

As part of the Sandbox test environment integration with Microsoft Entra ID, we aim to fetch only those Entra ID user accounts that are members of a specific group.

Based on our current understanding, we considered using the User Filter to achieve this requirement. However, we would like to confirm whether this is the correct approach, or if group-based filtering should instead be handled using Group Filters and Group Membership configuration during aggregation.

Could you please clarify the recommended method to retrieve only users belonging to a specific group?

Hi @Shukur

As best pratice it is always good to use User Filter, the documentation Aggregation, Filter, and Partitioning Settings mention this: “When configuring the filters, consider that the connector prioritizes account filters over group filters during aggregation. For example, the connector aggregates groups, which fall outside of the group filter, if the group is associated with an account included within the account filter.”

If an account passes the User Filter, it will still be aggregated even if its group is excluded or its group membership is not linked; however, the account itself will still be present.

Hi Shaik,

The first approach of filtering users is the only way is what I understand because if you filter by groups then only those groups would appear in aggregation and it would not affect the account aggregation.

Use the User Filter .

Hello Abhishek,

Hope you are doing well. I have configured the group filter as shown in the screenshot below. I am able to see the group name, but I am unable to see the users under the group. I have also run account aggregation, but even after that, I am still unable to see users at the identity level.

Could you please suggest what updates I should make to the user and group filters?

I am able to see the group name, but I am unable to see the users under the group.

Hi @Shukur

DId you perform only entitlment aggregations ?

Account arenot aggregated if you did only entitlement aggregations and you should perform account aggregations that why in your usecase you should try to use Account Filter.

During the account import ISC link accounts to entitlements.

Hello @baoussounda

I have performed entitlement and account aggregation. I did not specify any filter in the User Filter, based on the screenshot. What should be my next step?

@Shukur then when go to each account you can see the entitlements tabs with list of assigned entitlements to the users.

Or if you go to : Admin > Access Model > Entitlements and select an entitlements you have Identities tab which have the list of identities.

Search also can be use to export or export accounts from source accounts page will include entitlements.

However, from Source Configuration > Entitlements, you cannot directly see the list of accounts.

Did you manage to resolve your issue?

I ended up building a WS connector because the OOB for Entra would not do what I needed it to do

@Shukur use the user filter to fetch member of specific group try below filter I hope this helps

groups eq "<group ID>"

Hello @baoussounda

Yes, when I go to each account, I am able to see the Entitlements tab with the list of entitlements assigned to the users.

Based on the screenshots below, I am unable to see the Identities tab that contains the list of identities.

Can you re-run your aggregations ?

Hello @baoussounda

Please find the screenshot below. Is this correct? Can I proceed with running the aggregations?

Are there many groups with the prefix of the group name?
If not, and you are only after one group, then use this:

displayName eq ‘RoleGroup-Entra…’

Rather than: startsWith(displayName, ‘RoleGroup-Entra…’)

@Shukur you’ve already aggregate before the same group rights ?

Hello @baoussounda ,

Yes, I aggregate same group before.

After re-aggregation of accounts and entitlements, the entitlement is still empty ?

Hello @phil_awlings

I have completed account and group aggregation. Pls find the screen shots below.
Filter Settings:

Account Aggregation:

Group Aggregation:

Account Information:

Group Information: still entitlement is empty.

Yes, The entitlement still empty.

My 1st impression would be that no-one has that entitlement.
Can you check and post a screen shot of users that have that entitlement from that source?