<?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: How to use Fabric REST API without Entra users in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-use-Fabric-REST-API-without-Entra-users/m-p/4043072#M54188</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you talking about guest users triggering api from a power bi app with power automate flow?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A little hard to understand what you are trying to do and what the problem is.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Br&lt;/P&gt;&lt;P&gt;Marius&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jul 2024 19:23:55 GMT</pubDate>
    <dc:creator>mariussve1</dc:creator>
    <dc:date>2024-07-15T19:23:55Z</dc:date>
    <item>
      <title>How to use Fabric REST API without Entra users</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-use-Fabric-REST-API-without-Entra-users/m-p/4041571#M54172</link>
      <description>&lt;P&gt;All our users are on Azure B2C&amp;nbsp; for Reports we use a service principal how do we get users in the app to make API calls.&amp;nbsp; I tried Principal but that comes back with Principal not supported.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;    daemonClient = ConfidentialClientApplicationBuilder.Create(Config.ClientId)
        .WithAuthority(string.Format(Config.AuthorityFormat, Config.TenantId))
        .WithClientSecret(Config.ClientSecret)
        .Build();

    AuthenticationResult authResult =
        await daemonClient.AcquireTokenForClient([Config.MSGraphScope]).ExecuteAsync();&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 04:39:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-use-Fabric-REST-API-without-Entra-users/m-p/4041571#M54172</guid>
      <dc:creator>bklooste</dc:creator>
      <dc:date>2024-07-15T04:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Fabric REST API without Entra users</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-use-Fabric-REST-API-without-Entra-users/m-p/4043072#M54188</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you talking about guest users triggering api from a power bi app with power automate flow?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A little hard to understand what you are trying to do and what the problem is.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Br&lt;/P&gt;&lt;P&gt;Marius&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 19:23:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-use-Fabric-REST-API-without-Entra-users/m-p/4043072#M54188</guid>
      <dc:creator>mariussve1</dc:creator>
      <dc:date>2024-07-15T19:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Fabric REST API without Entra users</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-use-Fabric-REST-API-without-Entra-users/m-p/4049690#M54241</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/768465"&gt;@bklooste&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I'd like to suggest you take a look at the following link which listed current support read-only fabric rest api:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/admin/metadata-scanning-enable-read-only-apis#supported-apis" target="_blank"&gt;Enable service principal authentication for read-only admin APIs - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Xiaoxin Sheng&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 02:34:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-use-Fabric-REST-API-without-Entra-users/m-p/4049690#M54241</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-19T02:34:10Z</dc:date>
    </item>
  </channel>
</rss>

