Share all details about your problem, including any error messages you may have received.
Hi Community,
We are facing an issue with Access Request failures in SailPoint IdentityIQ.
The requested roles are being successfully assigned to the user account, but the Access Request status remains Incomplete, and we are seeing the following error:
“This request timed out waiting for verification of one or more items.”
Connector Type: Web Service Connector
Could anyone help us understand the possible cause of this issue or suggest how to resolve it?
Please refer to the attached images for more details.
This does not look like a provisioning failure if the role is actually getting assigned on the target system. The error is coming from the verification phase of the Access Request. After provisioning, IdentityIQ waits to verify that the requested access is visible on the user’s account/link in IIQ. If the entitlement or role is not reflected through aggregation/read-back before the timeout, the request remains Incomplete and throws the timeout message.
For a Web Service Connector, please check whether the granted role is returned correctly during account aggregation or account read. Also verify that the entitlement attribute in the application schema matches the attribute/value being provisioned and aggregated. Any mismatch in attribute name, value format, case sensitivity, or correlation can cause verification to fail.
@satishbabu Could you please share your app xml and sample identity request which failed with this error? Also, you have referenced any form in provisioning policy, please share that too.
This is a common issue when attribute request values do not match exactly to the Link value (casing, spelling, etc)
Please follow this doc to understand the flow for verifying identity requests. When this error occurs, IIQ is unable to verify 100% of your items by the time the request is verified. This is set based on the maxVerificationDays on the Perform Identity Request Maintenance Task.
I would compare the attributes listed on your identity request via debug to the Link attributes to ensure they match 1 to 1 and are all present on the link.
@satishbabu - Hi Sathish, I think this kind of request timed out waiting for verification of one or more items is a common and often frustrating issue particularly when provisioning through Web Services connectors.
I recommended few steps to troubleshoot and resolve this access request error,
Did you add the Get Object connector operation in the web server? If you added this operation, ensure it returns all the application attribute values, and the schema attributes should match. If any of them mismatch, this issue might occur. If you have already added the Get Object check if all attributes are added to the response mapping and add them if they are missing. I hope this resolves your issue.