如何避免门户上已部署的Power BI Report的身份验证弹出窗口?

时间:2020-11-02 14:54:24

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

当尝试访问门户中包含使用IFrame部署的报告的页面时,它会要求传递下一个快照中的凭据

enter image description here

如何避免此弹出窗口或传递凭据?

<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>

0 个答案:

没有答案