This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Pending Attestations Link in Email

In the attestation approval emails, we are trying to provide a hyperlink to the Pending Attestations screen, but we get "This page can't be displayed" when we click on it. We are using the VI_BuildAttestationLink_Pending script to generate the link which comes out as:

https://<WEBSERVER>/IdentityManager/page.axd?ContextID=VI_Attestation

We have a custom module CCC_Attestation to replace VI_Attestation, but replacing it in the link does not help either.

We are using "Active Directory user account (role based)" for authentication. We found that when we go in directly to https://<WEBSERVER>/IdentityManager and get authenticated first and subsequently open https://<WEBSERVER>/IdentityManager/page.axd?ContextID=VI_Attestation in a separate tab, we get to the Pending Attestations screen successfully. This seems to indicate that this is an authentication issue and that the Pending Attestations link is somehow not able to authenticate.

Does anyone have ideas on how to resolve this?

Thanks in advance,

Febin