Embedding Dashboards into portals

A prerequisite of embedding Dashboards is that the portal is configured against clickjacking attacks.

Protection against clickjacking is provided by specifying a list of secure sites in which Dashboards is permitted to run.

To embed Dashboards you must modify the IFrame element of the host portal.

These steps are required only if the host portal is not the default secure site that is specified in the Global security settings widget. Additional steps are required in Infor Ming.le Administration if Infor Ming.le is the host portal but is not the default secure site.

  1. Specify the URL of Dashboards in the IFrame element of the host portal.
    For example: <iframe url="https://bi.dashboard/Infor application/?dashboard=Sales
  2. Extend the IFrame URL with the Origin query string parameter. The Origin must be one of the secure sites that is specified in the Global security settings widget.
    For example:
    <iframe url="https://bi.dashboard/Infor application/?dashboard=Sales&Origin=https://Secure_Portal.com"