Forum Discussion

bcr901's avatar
bcr901
Frequent Visitor
2 years ago
Solved

Sign in fails for embedded report

I see a lot of history for this issue.  The latest I'm aware of is issue ID 532 that talks about this issue.  In Issue ID 532, they talk about reloading the browser window after clicking the "Sign in...
  • bcr901's avatar
    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.  😞

  • JoriH's avatar
    JoriH
    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.