Article Content
Article Number | 000029300 |
Applies To | Access Manager Agent 5.0sp2 for IIS7 Access Manager Server 6.2sp2 Adaptive Auth On Premise 7.1 p4 Internet Explorer 11 |
Issue | After entering Adaptive Authentication OOBPHONE code received over the phone the the user never gets re-directed and the page stays on the OOBPHONE authentication page. |
Cause | RSA uses scripts provided by AA in our logon pages to facilitate the collection of device print and other information. These scripts require JSON objects to be supported by the browser and with IE, JSON object support starts from IE 8 onward. It is understood that Compatibility View will render web pages as if viewed in IE7 and this is the reason for the issue seen in compatibility mode. |
Resolution | We cannot consider this as defect as We do not support Compatibility mode in IE, given the fact that Compatibility mode defaults to IE7 and IE7 is not in the list of supported browsers of RSA AxM agent. |
Workaround | If the Customer needs the compatibility mode only to have their internal applications fixed, they can work around the issue by adding the following meta tag in ct_passcode.aspx/asp. <meta http-equiv="X-UA-Compatible" content="IE=edge" /> this tag tells IE to run the page in the highest mode available to that version of IE. |