<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Sign in fails for embedded report in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Sign-in-fails-for-embedded-report/m-p/3775457#M50721</link>
    <description>&lt;P&gt;Hi, were you able to find any solutions?&lt;/P&gt;</description>
    <pubDate>Tue, 19 Mar 2024 13:15:43 GMT</pubDate>
    <dc:creator>Ash99</dc:creator>
    <dc:date>2024-03-19T13:15:43Z</dc:date>
    <item>
      <title>Sign in fails for embedded report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Sign-in-fails-for-embedded-report/m-p/3589275#M45818</link>
      <description>&lt;P&gt;I see a lot of history for this issue.&amp;nbsp; The latest I'm aware of is issue ID 532 that talks about this issue.&amp;nbsp; In Issue ID 532, they talk about reloading the browser window after clicking the "Sign in" button for the embedded visual.&amp;nbsp; This previously worked as described in Issue ID 532, but no longer works as of today 12/18/23.&amp;nbsp; &amp;nbsp;I've attempted this method with the latest Chrome, Edge, and using a private browser session.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently the embedded visual does the following.&amp;nbsp; On page load it displays the Sign in button.&amp;nbsp; Clicking Sign in flashes a popup that quickly disappears.&amp;nbsp; Embedded visuals updates from Sign in to Sign with a new button "Open in new tab".&amp;nbsp; &amp;nbsp;The "Open in new tab" button wasn't previously displayed until today.&amp;nbsp; Clicking the Open in new tab opens the embedded report in a new tab to the app.powerbi.com website with the same Sign in button.&amp;nbsp; I can see a new parameters added to the query string.&amp;nbsp; Decoding the query string reveals the following:&amp;nbsp;clientSideAuth=0&amp;amp;fallbackError={"flow":"Reportembed","info":"pkce_not_created: The PKCE code challenge and verifier could not be generated. Detail:TypeError: Cannot read properties of undefined (reading 'digest')","code":"pkce_not_created"}.&amp;nbsp; Clicking the Sign in button for the visual loaded in a new tab goes right back to the Sign in button and nothing loads.&amp;nbsp; Manipulating the query string by removing the&amp;nbsp;clientSideAuth=0 from the new tab will get the visual to load.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 15:22:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Sign-in-fails-for-embedded-report/m-p/3589275#M45818</guid>
      <dc:creator>bcr901</dc:creator>
      <dc:date>2023-12-18T15:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sign in fails for embedded report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Sign-in-fails-for-embedded-report/m-p/3589342#M45819</link>
      <description>&lt;P&gt;Looks like I found the answer to my own question.&amp;nbsp; The embedded code is hosted on an internal only web application using HTTP.&amp;nbsp; That's no good anymore, has to be on HTTPS now for the embedded visual to load.&amp;nbsp; I'll have to submit a ticket to our IT to get a SSL cert installed on the web server.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 15:41:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Sign-in-fails-for-embedded-report/m-p/3589342#M45819</guid>
      <dc:creator>bcr901</dc:creator>
      <dc:date>2023-12-18T15:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sign in fails for embedded report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Sign-in-fails-for-embedded-report/m-p/3612802#M47247</link>
      <description>&lt;P&gt;Registered just to reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have PowerBi reports embedded to nwjs.io application, and reports stopped working. Had to use&amp;nbsp;chrome.webRequest.onBeforeRequest to remove&amp;nbsp;&amp;amp;clientSideAuth=0 from the url to get reports working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for pointing me to the right direction.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 09:52:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Sign-in-fails-for-embedded-report/m-p/3612802#M47247</guid>
      <dc:creator>JoriH</dc:creator>
      <dc:date>2024-01-03T09:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sign in fails for embedded report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Sign-in-fails-for-embedded-report/m-p/3616631#M47525</link>
      <description>&lt;P&gt;i have embedded report in https site and still has this problem.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 00:25:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Sign-in-fails-for-embedded-report/m-p/3616631#M47525</guid>
      <dc:creator>abcd306</dc:creator>
      <dc:date>2024-01-05T00:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sign in fails for embedded report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Sign-in-fails-for-embedded-report/m-p/3643719#M48809</link>
      <description>&lt;P&gt;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.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 14:28:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Sign-in-fails-for-embedded-report/m-p/3643719#M48809</guid>
      <dc:creator>jlugoal</dc:creator>
      <dc:date>2024-01-17T14:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sign in fails for embedded report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Sign-in-fails-for-embedded-report/m-p/3643991#M48815</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does someone what to do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, Dani&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 17:24:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Sign-in-fails-for-embedded-report/m-p/3643991#M48815</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-17T17:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sign in fails for embedded report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Sign-in-fails-for-embedded-report/m-p/3775457#M50721</link>
      <description>&lt;P&gt;Hi, were you able to find any solutions?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 13:15:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Sign-in-fails-for-embedded-report/m-p/3775457#M50721</guid>
      <dc:creator>Ash99</dc:creator>
      <dc:date>2024-03-19T13:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sign in fails for embedded report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Sign-in-fails-for-embedded-report/m-p/3775647#M50725</link>
      <description>&lt;P&gt;No, sorry, I still have same issue.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 14:28:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Sign-in-fails-for-embedded-report/m-p/3775647#M50725</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-19T14:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sign in fails for embedded report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Sign-in-fails-for-embedded-report/m-p/3777334#M50742</link>
      <description>&lt;P&gt;Hi, My bubblegum sollution was basically just using addListener to try replace "clientSideAuth=0" with nothing if it exists. It's been working so far, but i believe somebody more skilled can make it neater.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;       chrome.webRequest.onBeforeRequest.addListener(
        function(details) {
          return {redirectUrl: details.url.replace("&amp;amp;clientSideAuth=0","")};
        },
        {urls: ["https://app.powerbi.com/*"]},
        ["blocking"]);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other option that is untested but could work. Create separate file that you request when you need to open powerbi report. for example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;powerbi.html?report=[url to powerbireport]&lt;BR /&gt;then replace clientSideAuth from report url parameter and redirect to the new url with for example window.location.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft hopefully at some point starts fixing things that doesn't work and stops breaking working things.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 06:56:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Sign-in-fails-for-embedded-report/m-p/3777334#M50742</guid>
      <dc:creator>JoriH</dc:creator>
      <dc:date>2024-03-20T06:56:43Z</dc:date>
    </item>
    <item>
      <title>Issue with Sending PDF After Signing Report (Premium License)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Sign-in-fails-for-embedded-report/m-p/4731979#M61807</link>
      <description>&lt;P&gt;I’m facing an issue where, after signing a report, the option to send the PDF is not appearing, even though I have a premium license. Has anyone encountered this problem? Any solutions or advice would be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jun 2025 01:35:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Sign-in-fails-for-embedded-report/m-p/4731979#M61807</guid>
      <dc:creator>ReptecEquipame</dc:creator>
      <dc:date>2025-06-14T01:35:12Z</dc:date>
    </item>
  </channel>
</rss>

