Configure Server-Side Filtering in Entra ID (AAD)¶
Privacera supports server-side filtering when syncing users and groups from Azure Active Directory (AAD). When using server-side filtering, UserSync can not use incremental sync and will perform a full search every sync cycle.
Setup¶
Go to the Privacera Manager host and navigate to the Privacera Manager installation directory:
Ensure that incremental search is disabled:
YAML | |
---|---|
Add or update the following variables based on desired configuration:
The variables are used to filter users and groups based on Microsoft Graph API filters. The filters are applied to the user and group objects returned by the Microsoft Graph API.
Values are formatted as operator;filter,filter,filter
. The operator
can be eq
(equals) or sw
(starts with). The filter
is the value to filter on. Multiple filters can be specified by separating them with a comma.
Restart Privacera Services¶
- Prev topic: Advanced Configuration