Identity Director Administration Guide
This is not the latest version of Identity Director documentation.View available documentation.
Incorporate the Web Portal in an iframe of a website from another domain
By default, the Web Portal uses the HTTP Response Header X-Frame-Options: SAMEORIGIN. This prevents display of the Web Portal in an iframe of a website from another domain.
To remove this header:
- Open the WebPortal.config file of the Web Portal in e.g. Notepad. By default, this file is located on the server that hosts the Web Portal at: C:\Program Files (x86)\RES Software\IT Store\Web Portal\Config.
- Add the node <application> </application> in the node <webPortalConfiguration> </webPortalConfiguration>.
- In the application node, add the attribute allowInFrame="true".
Example: <application allowInFrame="true"> - Save the file.
When using allowInFrame="true", please make sure that the IIS option HTTP Response Header > X-Frame-Options is either not configured, or not set to DENY or SAMEORIGIN.
Copyright © 2019, Ivanti. All rights reserved.