#1 2017-10-12 15:54:50

rairakesh
Member
Registered: 2017-09-26

Embedding Dashboards from another web application

If we want to embed Dashboards from another web application, is it possible to SSO in Bitnami Report Server Community edition?

Say for E.g If I want to SSO from my application by incorporating this into the iframe : http://localhost:8580/reportserver/ReportServer.html#inlinedashboard/type:user

<html>
<head>
</head>
<body>
<!-- Refer : Here is a link to information around the sandbox.
https://www.w3schools.com/tags/att_iframe_sandbox.asp -->
<div id="jsUrl">
<iframe src="http://localhost:8580/reportserver/ReportServer.html#inlinedashboard/type:user"
        width="100%" height="800" frameborder="0"
        allowfullscreen sandbox="allow-same-origin allow-scripts">
</iframe>
</div>
</body>
</html>


Referred : https://reportserver.net/en/guides/admi … d-Dadgets/

Last edited by rairakesh (2017-10-12 15:57:45)

Offline

Board footer

Powered by FluxBB