Release : 12.8.03 / Component : SITEMINDER -POLICY SERVER
Release : 14.x / Component : Identity Manager (when SSO is integrated)
By adjusting the registry and setting the UsePCREPasswordChecks key in the registry (Policy Server) we are able to use the Regex expression in case insensitive mode.
1. Add the registry key UsePCREPasswordChecks as per the documentation
Add the " UsePCREPasswordChecks " registry key under below the location.
" HKEY_LOCAL_MACHINE\SOFTWARE\Netegrity\SiteMinder\CurrentVersion\PolicyServer\UsePCREPasswordChecks "
- Modify the registry value to 1 to enable the registry.
2. Restart the Policy Server
3. Configure case insensitive expression ie (?i)^(.*(password)+.*)$
Attempting to set a new password of values such as Password, password, pAsSword will all be rejected