You are not logged in.
Pages: 1
I would like to embed a report in my app but need to be authenticated.
It is possible to do something like this?
/http://localhost:8080/reportserver/ReportServer.html#inlinereport/id:4459&user:root&apikey:741852&type:user
Thank you very much
Offline
Hi,
I am afraid that the #inlinereport functionality at the moment requires a user to be logged in. If you are only interested in embedding say a pdf or html export then you can use the httpauthexport functionality https://reportserver.net/en/guides/admi … hout-Login but my guess is you already found that one.
In case you are running on ReportServer Enterprise, you could however implement this via a little script that parses the URL, logs in the user identified by the apikey and then forwards the user to the #inlinereport url. If that would be a possibility let me know and I'll try to outline the basics of the script.
Cheers,
Arno
Offline
Hi,
I was testing the comunity, but I'm interested in hiring the enterprise. But I would hire if he could run wm Wildfly 10 and also build a script for that authenticated status
Offline
Hi,
we are currently looking into Wildfly 10 and most probably that will come with the maintenance release at the end of this month. As for the script, have a look at https://forum.reportserver.net/viewtopic.php?pid=1231 which has a very small example of how this could be done.
Cheers,
Arno
Offline
Pages: 1