Aggregation Filter Settings

For more information about aggregation, refer to Application Management.

Provide the settings for your aggregation.

To configure the aggregation settings, add the following attributes to the application debug page:

Note
If these parameters are not configured, then the Duo connector uses the default page size for all operations.

  1. Add the pageSize attribute to specify the page size for the end user's associated attributes (e.g., phones or groups). Default: 100, Maximum value: 500. To set the value for this attribute, use the following:

    <entry key="pageSize" value="100"/>

  2. Add the userPageSize attribute to specify page size for end users. Default: 100, Maximum value: 300. To set the value for this attribute, use the following:

    <entry key="userPageSize" value="100"/>

  3. Add the groupPageSize attribute to specify the page size for groups. Default: 100, Maximum value: 100. To set the value for this attribute, use the following:

    <entry key="groupPageSize" value="100"/>

  4. Add the adminPageSize attribute to specify page size for administrator users. Default: 100, Maximum value: 500. To set the value for this attribute, use the following:

    <entry key="adminPageSize" value="100"/>

  5. Select Save.