Identity Director Administration Guide

Home 

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:

  1. 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.
  2. Add the node <application> </application> in the node <webPortalConfiguration> </webPortalConfiguration>.
  3. In the application node, add the attribute allowInFrame="true".
    Example: <application allowInFrame="true">
  4. 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.