Problem
User memberships are not visible on the Active Directory link after Full/Delta AD aggregation.
Diagnosis
The memberships are not visible because the ADAppVersion
entry is absent from the “Active Directory” Application.xml
file.
- With the ADAppVersion attribute: If
groupMembershipSearchDn
is not defined in the application, SailPoint will retrieve all group memberships associated with the account without filtering based on the user’s search scope (as defined bysearchDN
orsearchDNs
). - Without the ADAppVersion attribute: The system will filter group memberships according to the account’s search scope if
groupMembershipSearchDn
is not specified, which can lead to missing memberships.
Solution
To resolve this issue, ensure that the following entry is present in the “Active Directory” Application.xml
file. In previous versions, this value was not mandatory, and during upgrades, it may have been omitted from the Application.xml
file.
If it’s missing, add:
<entry key="ADAppVersion" value="V2"/>