we are getting an password related issue during provisioning.
Password must not have more than 2 repeating characters
We have keep the attribute value in Password policy. We have noticed that it is generating the repeated character and it caused into provisioning to Target apps as their we do have policy that no repetitive character more than 2.
any way that no longer allow repeated characters for passwords getting enforced by IIQ.
Yes, we have tried with below values and getting above error. Look like it is generating the password with more than 1 repeated character and that’s why throwing error.
entry key=“passwordRepeatedChar” value=“1”/>
Any alternative way to skip repeated/consecutive characters
I haven’t tested but if you think passwordRepeatedChar entry is not working . i would suggest raising the support ticket with sailpoint .
Meanwhile as a workaround , you can write your own code to generate required password and you can pass that to the plan ( provisioning policy or whatever etc .)