Saturday, January 8, 2022

IdentitySelectorConfiguration to add more filter attributes for Identity fields in form

 Requirement: In a form which has field type as Identity, by deafult sailpoint allows seach using username, first name, last name and display name. We need to enable seach by employeeid. This can be acheived by adding employeeid field in the IdentitySelectorConfiguration.


1. Open SailPoint in debug console.

2. Search for Configuration objects and select IdentitySelectorConfiguration.

3. Locate the Global parameter.

4. Update the filter string by adding employeeid.



No comments:

Post a Comment

Form AllowedValues rule to filter Identities with Active Regular Active Directory accounts and identity is active and correlated

 The rule type is AllowedValues. import org.apache.log4j.Level ; import org.apache.log4j.Logger ; import sailpoint.object.Filter ; import sa...