Share all details related to your problem, including any error messages you may have received.
Hello community!!!
I need a suggestion on this problem. I am having to customize the LCM Manage password and add a step to verify the global password policy set Global Settings > IdentityIQ Configuration > Password
This is because for some issues we cannot set the password policy on every target on which we will propagate password changes.
Professional Services directed me down this path by pointing me to these 2 links to get info:
Thank you for your reply! It seems like a better solution to me than editing the existing LCM Manage Password. However, I am still left with the question on how to perform the check on the password policy, do you have any suggestions on this?
@dapuccina I would suggest to create a copy of LCM Manage Password WF and add logic in start step, in this case you only need to update during upgrade. Upgrade will not update by default.
you should have identityName, launcher, plan. In plan you will get accountRequest where you get the password ( you need to decrypt while calling PasswordPolice method.
You I would say try to use : PasswordPolice → checkPasswordWithHistory method.
Hi! Thank you for the suggestion. I am following this line. When I use checkPassword it works correctly. When I use checkPasswordWithHistory I encounter this error:
An unexpected error occurred: Error in method invocation: Method checkPasswordWithHistory(sailpoint.object.Identity, java.lang.String, boolean) not found in class’sailpoint.api.PasswordPolice’ : at Line: 27
Has this ever happened to you? The imports I entered are these:
Thank you for your suggestion! I followed this, though instead of setting the script in the “START” I created a step right after and that works!
Thank you very much!