<?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: Client id? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Client-id/m-p/2631608#M37291</link>
    <description>&lt;P&gt;I am using On premises Power BI Report server do i need Client ID in order to use RDLMigration tool.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jul 2022 15:47:19 GMT</pubDate>
    <dc:creator>soumyas2505</dc:creator>
    <dc:date>2022-07-11T15:47:19Z</dc:date>
    <item>
      <title>Client id?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Client-id/m-p/248402#M7717</link>
      <description>&lt;P&gt;Im trying to use the Power BI module in PowerShell:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.powershellgallery.com/packages/Microsoft.PowerBI.PowerShell/1.2/Content/Microsoft.PowerBI.PowerShell.psm1" target="_blank"&gt;https://www.powershellgallery.com/packages/Microsoft.PowerBI.PowerShell/1.2/Content/Microsoft.PowerBI.PowerShell.psm1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But as far as i can understand, i need a onprem webap to register an app in azure and get a client ID? Im on a cloud only environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;    //Client ID is used by the application to identify themselves to the users that they are requesting permissions from. 
    //You get the client id when you register your Azure app.
    {"client_id", Properties.Settings.Default.ClientID},

    //Resource uri to the Power BI resource to be authorized
    // https://analysis.windows.net/powerbi/api
    {"resource", Properties.Settings.Default.PowerBiAPI},

    //After user authenticates, Azure AD will redirect back to the web app
    {"redirect_uri", "http://localhost:13526/Redirect"}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 16:27:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Client-id/m-p/248402#M7717</guid>
      <dc:creator>AlexHolmeset</dc:creator>
      <dc:date>2017-09-08T16:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Client id?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Client-id/m-p/248856#M7728</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/41503"&gt;@AlexHolmeset&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Im trying to use the Power BI module in PowerShell:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.powershellgallery.com/packages/Microsoft.PowerBI.PowerShell/1.2/Content/Microsoft.PowerBI.PowerShell.psm1" target="_blank"&gt;https://www.powershellgallery.com/packages/Microsoft.PowerBI.PowerShell/1.2/Content/Microsoft.PowerBI.PowerShell.psm1&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But as far as i can understand, i need a onprem webap to register an app in azure and get a client ID? Im on a cloud only environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;    //Client ID is used by the application to identify themselves to the users that they are requesting permissions from. 
    //You get the client id when you register your Azure app.
    {"client_id", Properties.Settings.Default.ClientID},

    //Resource uri to the Power BI resource to be authorized
    // https://analysis.windows.net/powerbi/api
    {"resource", Properties.Settings.Default.PowerBiAPI},

    //After user authenticates, Azure AD will redirect back to the web app
    {"redirect_uri", "http://localhost:13526/Redirect"}&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/41503"&gt;@AlexHolmeset&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;You don't have to create any app. Just follow&amp;nbsp;&lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-register-app/#register-with-the-power-bi-app-registration-tool" target="_self"&gt;Register with the Power BI App Registration Tool&lt;/A&gt;. Do note not forgetting the step&amp;nbsp;&lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-register-app/#apply-permissions-to-your-application-within-azure-ad" target="_self"&gt;Apply permissions to your application within Azure AD&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 02:20:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Client-id/m-p/248856#M7728</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-09-11T02:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Client id?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Client-id/m-p/251877#M7790</link>
      <description>&lt;P&gt;Thanks, il check it out.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 10:55:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Client-id/m-p/251877#M7790</guid>
      <dc:creator>AlexHolmeset</dc:creator>
      <dc:date>2017-09-14T10:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Client id?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Client-id/m-p/256541#M7909</link>
      <description>&lt;P&gt;What do i set as redirect URL and Homepage?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 12:45:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Client-id/m-p/256541#M7909</guid>
      <dc:creator>AlexHolmeset</dc:creator>
      <dc:date>2017-09-21T12:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Client id?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Client-id/m-p/259106#M7993</link>
      <description>&lt;P&gt;&lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-walkthrough-push-data-register-app-with-azure-ad/" target="_blank"&gt;https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-walkthrough-push-data-register-app-with-azure-ad/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;found this one, it helped.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 08:20:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Client-id/m-p/259106#M7993</guid>
      <dc:creator>AlexHolmeset</dc:creator>
      <dc:date>2017-09-26T08:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Client id?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Client-id/m-p/2631608#M37291</link>
      <description>&lt;P&gt;I am using On premises Power BI Report server do i need Client ID in order to use RDLMigration tool.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 15:47:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Client-id/m-p/2631608#M37291</guid>
      <dc:creator>soumyas2505</dc:creator>
      <dc:date>2022-07-11T15:47:19Z</dc:date>
    </item>
  </channel>
</rss>

