Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Mobile Operator

Configuration of Azure Active Directory user group filtering

Configuration of Azure Active Directory user group filtering

  • Last UpdatedMar 27, 2025
  • 1 minute read

Azure Active Directory (AD) User Group Filtering allows a list of full or partial user group names that can be used to build a query.

Configuration of Azure AD User Group Filtering

Add a new settings to the configuration (userappsettings.json) for Azure AD groups. This supports:

  • <partial group>* - This matches a partial group name.

  • <full group name> - This matches an exact group name.

For example:

Option

Default Value

Value Range

PageSize

999

100-999

Filters

An empty list.

“C:\Program Files (x86)\AVEVA\Platform Common Services\Management Server\userappsettings.json”

{

"AzureAdGroupQueryOptions": {

"PageSize": 999,

"Filters": [

"GroupNamePrefix*",

"GroupName"

]

}

}

TitleResults for “How to create a CRG?”Also Available in