Identity Manager is allowing an end user to proceed to the next screen even if there is an error. Only throwing an error upon task submission.
Release : 14.3CP2
Component : IdentityMinder(Identity Manager)
The behavior of IDM has changed throughout the years and enhancements. There is an enhancement now included within the product that allows clients to get more granular with task behavior.
https://techdocs.broadcom.com/us/en/symantec-security-software/identity-security/identity-manager/14-4/programming/programming-guide-for-java/support-objects/validation-objects.html
https://techdocs.broadcom.com/us/en/symantec-security-software/identity-security/identity-manager/14-4/administrating/admin-roles-and-tasks/admin-tasks/define-the-profile-of-the-task/task-configuration-properties.html
Resolution 1 (For all tasks to behave the same):
Implement SwitchTabWhenInvalid property under the miscellaneous section within the management console.
Steps:
Navigate to Home > Environments > identityEnv > Advanced Settings > Miscellaneous
Add Property: SwitchTabWhenInvalid Value: false > Click Add > Click Save
Resolution 2 (For specific tasks):
Apply the provided HF from (DE502644) and then set SwitchTabWhenInvalid on the task itself within the properties section.
https://techdocs.broadcom.com/us/en/symantec-security-software/identity-security/identity-manager/14-4/administrating/admin-roles-and-tasks/admin-tasks/define-the-profile-of-the-task/task-configuration-properties.html
Steps:
Admin Tasks > Modify Admin Tasks > Select Desired Task > Click on "Configuration Properties" > Set Property: SwitchTabWhenInvalid Value: false