Forum Discussion
Sign in fails for embedded report
- 2 years ago
Looks like I found the answer to my own question. The embedded code is hosted on an internal only web application using HTTP. That's no good anymore, has to be on HTTPS now for the embedded visual to load. I'll have to submit a ticket to our IT to get a SSL cert installed on the web server. 😞
- 2 years ago
Registered just to reply.
I have PowerBi reports embedded to nwjs.io application, and reports stopped working. Had to use chrome.webRequest.onBeforeRequest to remove &clientSideAuth=0 from the url to get reports working.
Thanks for pointing me to the right direction.
Looks like I found the answer to my own question. The embedded code is hosted on an internal only web application using HTTP. That's no good anymore, has to be on HTTPS now for the embedded visual to load. I'll have to submit a ticket to our IT to get a SSL cert installed on the web server. 😞
- JoriH2 years agoNew Member
Registered just to reply.
I have PowerBi reports embedded to nwjs.io application, and reports stopped working. Had to use chrome.webRequest.onBeforeRequest to remove &clientSideAuth=0 from the url to get reports working.
Thanks for pointing me to the right direction.
- jlugoal2 years agoNew Member
Hey, I'm having the same issue but instead of a nwjs.io app, I have it on Flask and tried requestly api to perform the same change in the URL as you did with chrome.webRequest.onBEforeRequest but not working correctly unless I open the embedded report in a new tab. How did you do the webrequest? so I can try that option while we get IT to perform a deeper troubleshooting.
thanks in advance!- Anonymous2 years agoNot applicable
Hi everyone,
I've found same problem. I am using the powerBi reports embedded in other application. It shows me two buttons, 'Sign in' and 'Open in a new tab'. At the second option, I can delete the 'clientSideAuth=0' like other user said, but I need to visualize the report in the first option, I need to press Sign in, choose my user email and see the report.
Does someone what to do?
Thanks, Dani