Share all details related to your problem, including any error messages you may have received.
Hello Experts,
I am working on Password Interceptor. I noticed that IIQ not detecting the updated password in AD suddenly. Earlier I noticed that Workflow gets triggered with failed that SetUpdate operation is not supported to workday. Now no workflow get Triggered after updating password in AD. Is this issue coming due to Password Interceptor service failure.
Can you please help me on two things.
How to resolve password interceptor issue and what could we do from IIQ side.
Is password interceptor installed on every domain controller? Maybe there is a new one and password changes are happening on that one.
Once you are sure that it’s installed on EVERY domain controller you should turn on the logging ( PwdClient.exe –l “3” ) on every domain controller. then make a password change and you should see that change in one of the log files. If you don’t see it, it means that interceptor in not working (one way to fix it is reinstalling). If you do see the password change in the log then communication of interceptor with IIQ may be the problem and you should investigate that area.
Instead of excluding the application, you can do the reverse(i.e. mention the applications where you want the password change to be propagated) in the “Password Intercept” workflow. To achieve the above, you need to do the following two things:
In the Password Intercept workflow, there is a process variable “syncAll” . The value of this variable is true by default. First of all, set it’s value to false
There is another process variable “targetApplications” in the workflow. Provide the name of applications as CSV or list(string) to which we want to propagate the password change.
The password filter dll is not loaded correctly: After the Active Directory Password Interceptor Service is installed, the Domain Controller must be restarted.
IdentityIQ server information is not correct or a firewall is blocking https requests to the IdentityIQ server: Validate that the IdentityIQ URL, network path, ports and Active Directory application name and IdentityIQ admin credentials are correct. Add an exception for appropriate port and server hosts in the firewall rules.
Answer to the Second query:
Sample information -
<Variable editable="true" initializer="false" name="syncAll">
<Description>
Set to true to enable full synchronization over all
accounts.
</Description>
</Variable>
<Variable editable="true" initializer="string:Oracle ERP" name="targetApplications">
<Description>
Set to a csv or List(String) of Application names that will be synchronized.
</Description>
</Variable>