This issue occurs when the Identity Server domain is added to the local Intranet or when the compatibility mode is enabled.
To workaround this issue, perform the following steps:
Modify the nidp_latest.jsp file.
For information about how to modify a file, see Modifying Configurations
in the NetIQ Access Manager 5.0 Administration Guide.
Add the following entry in the file:
response.setHeader("X-UA-Compatible","IE=edge"); after the first <%.
Example, add response.setHeader("X-UA-Compatible","IE=edge"); after
<% final String NIDP_JSP_CONTENT_DIV_ID = "theNidpContent";
For more information, see TID 7022722.