Configure Domain Filtering in Entra ID (AAD)¶
Privacera supports filtering users by domain when syncing users from Entra ID (AAD). When using domain filtering, users will be limited to only those users that match the specified domain.
Setup¶
Go to the Privacera Manager host and navigate to the Privacera Manager installation directory:
Add or update the following variables based on desired configuration:
YAML | |
---|---|
AZURE_AD_MANAGE_DOMAIN_LIST
: Users with domain matching the list will be included in the sync. Multiple domains can be specified by separating them with a comma.
AZURE_AD_IGNORE_DOMAIN_LIST
: Users with domain matching the list will be excluded from the sync. Multiple domains can be specified by separating them with a comma.
AZURE_AD_DOMAIN_ATTRIBUTE
: The attribute to use for domain filtering. Can be email
or username
.
Restart Privacera Services¶
- Prev topic: Advanced Configuration