<?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: Embed PBI Report in iframe in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Embed-PBI-Report-in-iframe/m-p/346903#M10288</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/673"&gt;@amalekshahi&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What's the Authentication Token, is it a &lt;A href="https://msdn.microsoft.com/en-us/library/mt784614.aspx" target="_self"&gt;embedded token&lt;/A&gt;?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that is the case, you should be able to find a way to&amp;nbsp;&lt;SPAN&gt;decode the token to get the user information, and validate it against the Account_ID. &lt;A href="https://community.powerbi.com/t5/Developer/Validate-Power-BI-Embed-Token/td-p/170391" target="_self"&gt;Here&lt;/A&gt;&amp;nbsp;is a similar thread for your reference.&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.fabric.microsoft.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jan 2018 06:46:48 GMT</pubDate>
    <dc:creator>v-ljerr-msft</dc:creator>
    <dc:date>2018-01-29T06:46:48Z</dc:date>
    <item>
      <title>Embed PBI Report in iframe</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embed-PBI-Report-in-iframe/m-p/346185#M10272</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I prepared and published a PBI report and everything&amp;nbsp;works fine. We need to embed the report in an iFrame and pass&amp;nbsp;four initial parameters (Authentication Token, Account_ID, FromDate and ToDate) to the report. In the report, To secure the report, I will call a REST API to check the validity&amp;nbsp;of the token against the Account_ID and exit if the token is not valid.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible in PBI?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 17:36:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embed-PBI-Report-in-iframe/m-p/346185#M10272</guid>
      <dc:creator>amalekshahi</dc:creator>
      <dc:date>2018-01-26T17:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Embed PBI Report in iframe</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embed-PBI-Report-in-iframe/m-p/346903#M10288</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/673"&gt;@amalekshahi&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What's the Authentication Token, is it a &lt;A href="https://msdn.microsoft.com/en-us/library/mt784614.aspx" target="_self"&gt;embedded token&lt;/A&gt;?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that is the case, you should be able to find a way to&amp;nbsp;&lt;SPAN&gt;decode the token to get the user information, and validate it against the Account_ID. &lt;A href="https://community.powerbi.com/t5/Developer/Validate-Power-BI-Embed-Token/td-p/170391" target="_self"&gt;Here&lt;/A&gt;&amp;nbsp;is a similar thread for your reference.&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.fabric.microsoft.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 06:46:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embed-PBI-Report-in-iframe/m-p/346903#M10288</guid>
      <dc:creator>v-ljerr-msft</dc:creator>
      <dc:date>2018-01-29T06:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Embed PBI Report in iframe</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embed-PBI-Report-in-iframe/m-p/347449#M10300</link>
      <description>&lt;P&gt;No. We have a REST API endpoint where our application issues a token after successful authentication (nothing to do with Power BI).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the way we want to embed Power BI in our application:&lt;/P&gt;&lt;P&gt;- Our application authenticates user and creates a token&lt;/P&gt;&lt;P&gt;-&amp;nbsp;The token will be passed to Power BI embedded iFrame&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Inside Power BI, we would like to call another REST API to validate the token&lt;/P&gt;&lt;P&gt;- Upon successful validation, the visuals will show&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible in Power BI?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 19:41:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embed-PBI-Report-in-iframe/m-p/347449#M10300</guid>
      <dc:creator>amalekshahi</dc:creator>
      <dc:date>2018-01-29T19:41:07Z</dc:date>
    </item>
  </channel>
</rss>

