We have patched recently from 8.3p2 to 8.3p5.
We are facing issue with oracle database - Direct connector.
We can see the password is committed, but link in lidentity is not updated with new password, we have password policy to restrict use of last 24 password
Could you please share the hidden field script and the value setting script that you are currently using?
It would really help to understand what exactly you are trying to achieve. I’d like to replicate the same scenario in my environment to troubleshoot this more accurately.
If possible, please share:
The form XML (especially the hidden field configuration)
Scripts used (both hidden logic and value assignment)
After I have made changes to “value script” to only generate value when
mode is not null and it is Auto Generated,
I was able to eliminate the issue with password getting generated instantly after form load, but now issue is , in identity xml, for link , password history is not updated.
From the provisioning plan you shared, I can see the password attribute is going as:
<AttributeRequest name=“PASSWORD” op=“Set” …/>
Please try changing the provisioning policy field name / attribute request name to lowercase:
password
IIQ password history logic generally checks for the account request attribute named exactly ‘password’. Since your plan contains ‘PASSWORD’, IIQ may provision the password successfully, but it may not recognize it for Link password history update.
Expected plan should look like:
Also verify:
Application has PASSWORD feature enabled.
Password policy is attached to the application.
Password history length is configured greater than 0.
No provisioning rule is removing or renaming the password attribute.
Check Identity XML after provisioning completes.
So the first correction I would suggest is: rename the provisioning policy field from ‘PASSWORD’ to ‘password’.
Do you have any SailPoint documentation or code reference indicating that IdentityIQ password history processing specifically requires the AccountRequest/AttributeRequest name to be password (lowercase)?
@sanketsaurabh_EH Please confirm if your issue is resolved. If so, please let us know how did you fix it to help fellow sailors having the similar issue.