<?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: One PowerBI Embedded app and multiple users in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/One-PowerBI-Embedded-app-and-multiple-users/m-p/440690#M13582</link>
    <description>&lt;P&gt;no&lt;BR /&gt;this app I've already refactored but I'm thinking about this azure app from where we have ClientID - we add one user when we create it but there is no option to add another one because I just want to have multiple users who can generate tokens but use one Client app&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jun 2018 08:48:27 GMT</pubDate>
    <dc:creator>TriPax</dc:creator>
    <dc:date>2018-06-15T08:48:27Z</dc:date>
    <item>
      <title>One PowerBI Embedded app and multiple users</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/One-PowerBI-Embedded-app-and-multiple-users/m-p/438832#M13558</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Is there any clear way where I can add another user who can generate token or it need to be separate app?&lt;BR /&gt;As an example I have one PowerBI Embedded Native app in azure AD with assigned username but I want to assign another user who can generate tokens also (in case where I want to split data per tenant on the BI side). So far only my account works even if I add second account as an owner of this application.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 13:01:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/One-PowerBI-Embedded-app-and-multiple-users/m-p/438832#M13558</guid>
      <dc:creator>TriPax</dc:creator>
      <dc:date>2018-06-13T13:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: One PowerBI Embedded app and multiple users</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/One-PowerBI-Embedded-app-and-multiple-users/m-p/440356#M13579</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/68278"&gt;@TriPax&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you mean the&amp;nbsp;&lt;A href="https://github.com/Microsoft/PowerBI-Developer-Samples/tree/master/App%20Owns%20Data" target="_self"&gt;App Owns Data&lt;/A&gt;&amp;nbsp;demo? If so, we can use one account only in this demo. If you want to use many accounts, I'm afraid you have to rewrite the application.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Dale&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 02:12:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/One-PowerBI-Embedded-app-and-multiple-users/m-p/440356#M13579</guid>
      <dc:creator>v-jiascu-msft</dc:creator>
      <dc:date>2018-06-15T02:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: One PowerBI Embedded app and multiple users</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/One-PowerBI-Embedded-app-and-multiple-users/m-p/440690#M13582</link>
      <description>&lt;P&gt;no&lt;BR /&gt;this app I've already refactored but I'm thinking about this azure app from where we have ClientID - we add one user when we create it but there is no option to add another one because I just want to have multiple users who can generate tokens but use one Client app&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 08:48:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/One-PowerBI-Embedded-app-and-multiple-users/m-p/440690#M13582</guid>
      <dc:creator>TriPax</dc:creator>
      <dc:date>2018-06-15T08:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: One PowerBI Embedded app and multiple users</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/One-PowerBI-Embedded-app-and-multiple-users/m-p/440746#M13583</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/68278"&gt;@TriPax&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You were talking about different tenants. I'm afraid we can't register different tenants applications in one tenant. But we could do it in the local App. For example, different users have different configuration files. To be honest, I'm not a professional app developer. But I think it could be possible. What resources&amp;nbsp;we will connect are decided by "Web.config".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Dale&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 09:39:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/One-PowerBI-Embedded-app-and-multiple-users/m-p/440746#M13583</guid>
      <dc:creator>v-jiascu-msft</dc:creator>
      <dc:date>2018-06-15T09:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: One PowerBI Embedded app and multiple users</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/One-PowerBI-Embedded-app-and-multiple-users/m-p/440750#M13584</link>
      <description>&lt;P&gt;it is not even splitted by tenants physically on my side&lt;BR /&gt;&lt;BR /&gt;all what I want is when we generate this app&amp;nbsp;&lt;A href="https://dev.powerbi.com/apps" target="_blank"&gt;https://dev.powerbi.com/apps&lt;/A&gt; as an native only user who create it can generate token using this applcation/client ID but I want to add second one to use the same application/clientID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;even if I've add this new user as an second owner I have permission problem to this application on the azure side&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 09:43:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/One-PowerBI-Embedded-app-and-multiple-users/m-p/440750#M13584</guid>
      <dc:creator>TriPax</dc:creator>
      <dc:date>2018-06-15T09:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: One PowerBI Embedded app and multiple users</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/One-PowerBI-Embedded-app-and-multiple-users/m-p/440757#M13585</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/68278"&gt;@TriPax&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let's make it more clear. Do you mean you want to add another account to generate token? I tested it successfully in this scenario. The user should be an admin of that App workspace.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Dale&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 09:48:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/One-PowerBI-Embedded-app-and-multiple-users/m-p/440757#M13585</guid>
      <dc:creator>v-jiascu-msft</dc:creator>
      <dc:date>2018-06-15T09:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: One PowerBI Embedded app and multiple users</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/One-PowerBI-Embedded-app-and-multiple-users/m-p/440776#M13586</link>
      <description>&lt;P&gt;at&amp;nbsp;&lt;SPAN&gt;Enterprise Application or App registration?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;because when I add him only at PowerBI Workspace side I'm not able to generate token&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;The user or administrator has not consented to use the application with ID '7a3da811-xxxx-406b-b27f-3xxxxxxxxx' named 'xxxx PowerBI xxxxx'. Send an interactive authorization request for this user and resource.&lt;/PRE&gt;&lt;P&gt;so I need to add him at this azure app visible at App registration side but even if he is an owner I see that error&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 10:13:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/One-PowerBI-Embedded-app-and-multiple-users/m-p/440776#M13586</guid>
      <dc:creator>TriPax</dc:creator>
      <dc:date>2018-06-15T10:13:24Z</dc:date>
    </item>
  </channel>
</rss>

