<?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 is there a way to not need to authenticate when using iframe? in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/is-there-a-way-to-not-need-to-authenticate-when-using-iframe/m-p/4744060#M41210</link>
    <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to embed my report with Iframe.&lt;/P&gt;&lt;P&gt;After I made html file with Iframe that was gained from Power BI service, I could open the report with html file.&lt;/P&gt;&lt;P&gt;However, whenever open the web page, it requires sign in again, so is there any way to fix static id / password, or skip to sign in page when I open the report with html file?&lt;BR /&gt;&lt;BR /&gt;I wanted to be able to display the iframe without having to authenticate every time.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jun 2025 16:58:01 GMT</pubDate>
    <dc:creator>LeonardoAlSilva</dc:creator>
    <dc:date>2025-06-25T16:58:01Z</dc:date>
    <item>
      <title>is there a way to not need to authenticate when using iframe?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/is-there-a-way-to-not-need-to-authenticate-when-using-iframe/m-p/4744060#M41210</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to embed my report with Iframe.&lt;/P&gt;&lt;P&gt;After I made html file with Iframe that was gained from Power BI service, I could open the report with html file.&lt;/P&gt;&lt;P&gt;However, whenever open the web page, it requires sign in again, so is there any way to fix static id / password, or skip to sign in page when I open the report with html file?&lt;BR /&gt;&lt;BR /&gt;I wanted to be able to display the iframe without having to authenticate every time.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 16:58:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/is-there-a-way-to-not-need-to-authenticate-when-using-iframe/m-p/4744060#M41210</guid>
      <dc:creator>LeonardoAlSilva</dc:creator>
      <dc:date>2025-06-25T16:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: is there a way to not need to authenticate when using iframe?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/is-there-a-way-to-not-need-to-authenticate-when-using-iframe/m-p/4744770#M41215</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1295618" data-lia-user-login="LeonardoAlSilva" class="lia-mention lia-mention-user"&gt;LeonardoAlSilva&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Totally get the issue, having to sign in every time you open a Power BI report via an&amp;nbsp;&amp;lt;iframe&amp;gt;&amp;nbsp;can be a pain, especially if you're trying to create experience for your users.&lt;/P&gt;
&lt;P&gt;Here’s the deal, y its ask about sign-in. The&amp;nbsp;&amp;lt;iframe&amp;gt;&amp;nbsp;link you get from Power BI Service is meant for&amp;nbsp;internal use it’s called “Embed for your organization.” That means it will always ask users to authenticate with their Microsoft account. There’s no way to “fix” a static ID/password or bypass that login screen with this method.&lt;/P&gt;
&lt;P&gt;If you want to embed a Power BI report&amp;nbsp;without requiring sign-in, you’ll need to use the&amp;nbsp;“Embed for your customers”&amp;nbsp;method. This is a secure and flexible way to show reports to users without asking them to log in.&lt;/P&gt;
&lt;P&gt;Here’s how it works,&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;You register an app in Azure AD.&lt;/LI&gt;
&lt;LI&gt;You authenticate using a service principal or a Power BI Pro user.&lt;/LI&gt;
&lt;LI&gt;You generate an&amp;nbsp;&lt;STRONG&gt;embed token&lt;/STRONG&gt;&amp;nbsp;using Power BI REST API.&lt;/LI&gt;
&lt;LI&gt;You embed the report using JavaScript (not just a plain&amp;nbsp;&amp;lt;iframe&amp;gt;).&lt;/LI&gt;
&lt;LI&gt;Your users see the report—no login required!&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;This method is perfect for public websites or apps where you don’t want users to deal with Microsoft sign-in screens.&lt;/P&gt;
&lt;P&gt;For more details, check out Microsoft’s official guide here &amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/embedded/embed-sample-for-customers-national-clouds" target="_blank"&gt;Embed for your customers (App owns data)&lt;/A&gt; .&lt;BR /&gt;_________________________________________________________________________________________________________________________&lt;BR /&gt;&lt;SPAN data-teams="true"&gt;If this response helps, consider marking it as &lt;STRONG&gt;“Accept as solution”&lt;/STRONG&gt; and giving a &lt;STRONG&gt;“kudos”&lt;/STRONG&gt; to assist other community members.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;/SPAN&gt;Akhil.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 09:20:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/is-there-a-way-to-not-need-to-authenticate-when-using-iframe/m-p/4744770#M41215</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-06-26T09:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: is there a way to not need to authenticate when using iframe?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/is-there-a-way-to-not-need-to-authenticate-when-using-iframe/m-p/4745137#M41219</link>
      <description>&lt;P&gt;Awesome Anonymous&lt;/a&gt;&amp;nbsp;, this will help me a lot! &lt;STRONG&gt;Thank you&lt;/STRONG&gt;!!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":right_facing_fist:"&gt;🤜&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":left_facing_fist:"&gt;🤛&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 13:04:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/is-there-a-way-to-not-need-to-authenticate-when-using-iframe/m-p/4745137#M41219</guid>
      <dc:creator>LeonardoAlSilva</dc:creator>
      <dc:date>2025-06-26T13:04:07Z</dc:date>
    </item>
  </channel>
</rss>

