如何以编程方式在嵌入式Power BI报表服务器报表中传递凭据

时间:2020-09-10 07:52:27

标签: authentication iframe webforms powerbi power-bi-report-server

我想在使用asp.net Web表单构建的网站上显示我的Power BI Report Server报告。

我正在使用IFrame代码。

<iframe src = "**report URL**" 
        width = "100%"  height="100%"
        id="ViostreamIframe"
        style="position:absolute; top:0; left: 0"
        autoAuth ="true"
        frameborder="0">
            Sorry your browser does not this types of reports.
</iframe>

当尝试访问包含报告的页面时,它会要求我在下一个快照中弹出的窗口中提供凭据。

enter image description here

我想要一种安全的方式来显示报告,而不显示用于输入用户名和密码的弹出窗口。

我不想通过IFrame中的src传递用户名和密码

0 个答案:

没有答案