iFrame中的SAP BOE - 重定向登录页面

时间:2016-05-26 18:07:33

标签: html iframe sap business-objects

我正在为我们的远程用户将SAP BOE控制台嵌入到iFrame中。

为方便起见,我们使用的是反向代理。

但是,当打开包含iFrame的页面时,SAP BOE LOGIN页面会重定向到“TOP”容器。

根据SAP,通过设置OpenDocuments.properties选项(详见下文)应该解决这个问题,但不是我的情况:

    Step1: Stop Tomcat or the java application server being used
    Step2: Navigate to the OpenDocument Properties
           - ...\Tomcat\Webapps\BOE\WEB-INF\Config\default
    Step3:  Change below settings
         Logon.allowinsecureEmbedding=false
         to
         Logon.allowinsecureEmbedding=ftrue

    Step4 : Start Tomcat or Java Application server.

这是我在网上找到的唯一一个引用此问题的设置。我想知道,因为我正在显示BOE控制台,如果这是正确的设置?我尝试过的任何东西似乎都没有用。

1 个答案:

答案 0 :(得分:1)

BIlaunchpad.properties 文件中进行相同的更改。

更安全的方法是从以下位置复制:

... /tomcat/webapps/BOE/WEB-INF/config/default/

到:

... /tomcat/webapps/BOE/WEB-INF/config/custom/

并在自定义目录中对 BIlaunchpad.properties 进行更改。