Yvand/EntraCP

What syntax can be used for the UserFilter property in the AzureTenants objects

Closed this issue · 3 comments

If I select $config.AzureTenants[0], it seems I should be able to set a UserFilter :

ExcludeMembers : True
ExcludeGuests : False
ClientCertificatePrivateKey :
AuthenticationMode : ClientSecret
GraphService :
UserFilter :
GroupFilter :
UserSelect :
GroupSelect :

Can you provide the acceptable syntax for these filters? I am specifically looking to set ExcludeMembers to false, but only allow Members with certain domain suffixes.

Is this possible?

@toad-13 there properties are for internal use only: They are set by the claims provider at run-time, and contain the actual $filter / $select that will be sent to Graph

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

This issue was closed because it has been stalled for 5 days with no activity.