<?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 PowerBI Embedded with parameters for a 3rd party authentication in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Embedded-with-parameters-for-a-3rd-party-authentication/m-p/2092075#M31966</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i currently use PowerBI and one of my DataSource is a 3rd Party tool that I connect with via a "json.document(web.contents)"&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have set "powerBi&amp;nbsp;parameters" for "username" &amp;amp; "password" to be used in a way that the user can input them themselves (the same report can be used in different workspaces by a different users and they need a different username &amp;amp; password for the 3rd party )&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;these parameters are used in my Queries ( an&amp;nbsp;oauth2 process)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now to my question, I am thinking about embedding this PowerBI report / Dashboard into a Web App , but in this case I will need to provide a DIFFERENT Username &amp;amp; Password and then REFRESH the Dataset for each login ( because each username &amp;amp; password will get you other info from the 3rd party ).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. is it even possible to "passthrough" BI Credentials for a dataset like that ?&lt;/P&gt;&lt;P&gt;2. if not , how do you recommend approaching it ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Sep 2021 17:03:06 GMT</pubDate>
    <dc:creator>Red217</dc:creator>
    <dc:date>2021-09-22T17:03:06Z</dc:date>
    <item>
      <title>PowerBI Embedded with parameters for a 3rd party authentication</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Embedded-with-parameters-for-a-3rd-party-authentication/m-p/2092075#M31966</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i currently use PowerBI and one of my DataSource is a 3rd Party tool that I connect with via a "json.document(web.contents)"&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have set "powerBi&amp;nbsp;parameters" for "username" &amp;amp; "password" to be used in a way that the user can input them themselves (the same report can be used in different workspaces by a different users and they need a different username &amp;amp; password for the 3rd party )&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;these parameters are used in my Queries ( an&amp;nbsp;oauth2 process)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now to my question, I am thinking about embedding this PowerBI report / Dashboard into a Web App , but in this case I will need to provide a DIFFERENT Username &amp;amp; Password and then REFRESH the Dataset for each login ( because each username &amp;amp; password will get you other info from the 3rd party ).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. is it even possible to "passthrough" BI Credentials for a dataset like that ?&lt;/P&gt;&lt;P&gt;2. if not , how do you recommend approaching it ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 17:03:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Embedded-with-parameters-for-a-3rd-party-authentication/m-p/2092075#M31966</guid>
      <dc:creator>Red217</dc:creator>
      <dc:date>2021-09-22T17:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI Embedded with parameters for a 3rd party authentication</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Embedded-with-parameters-for-a-3rd-party-authentication/m-p/2099371#M32062</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="323292" data-lia-user-login="Red217" class="lia-mention lia-mention-user"&gt;Red217&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can use parameter to connect to 3rd party data source successfully in Power BI Service, I think you just need to configure Power BI Embedded correctly, then you can use this function as well in Power BI Embedded.&lt;/P&gt;
&lt;P&gt;There are two kinds of Power BI Embedded.&lt;/P&gt;
&lt;P&gt;One is embed for organization, this way need your end user have Power BI account&amp;nbsp;in your organization. Each time your end user need to login in their Power BI account if they want to see Power BI Embedded report in your Web portal.&lt;/P&gt;
&lt;P&gt;For reference:&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/embedded/embed-sample-for-your-organization?tabs=net-core" target="_self"&gt;Embed Power BI content using a sample embed for your organization application&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Another is embed for customer, by this way, your end user doesn't need to be a Power BI user, they doesn't need to authenticate.&lt;/P&gt;
&lt;P&gt;For reference:&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/embedded/embed-sample-for-customers?tabs=net-core" target="_self"&gt;Tutorial: Embed Power BI content using a sample embed for your customers application&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 06:08:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Embedded-with-parameters-for-a-3rd-party-authentication/m-p/2099371#M32062</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-27T06:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI Embedded with parameters for a 3rd party authentication</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Embedded-with-parameters-for-a-3rd-party-authentication/m-p/2101051#M32086</link>
      <description>&lt;P&gt;Thanks, Rico,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my point is that our&amp;nbsp;&lt;SPAN&gt;parameters are different for each user for that 3rd party tool,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;so we will need a way for us to "pass them through" dynamically and not via the "settings" in Dataset, is it possible ?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 18:37:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Embedded-with-parameters-for-a-3rd-party-authentication/m-p/2101051#M32086</guid>
      <dc:creator>Red217</dc:creator>
      <dc:date>2021-09-27T18:37:52Z</dc:date>
    </item>
  </channel>
</rss>

