<?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: Web api connection source with gitHub using Oath2 authentication in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Web-api-connection-source-with-gitHub-using-Oath2-authentication/m-p/4651786#M60417</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/107617"&gt;@jaryszek&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;This guide details the steps to connect Power BI to a GitHub repository, including setting up OAuth2 authentication.&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/service-tutorial-connect-to-github" target="_blank"&gt;Tutorial: Connect to a GitHub repo with Power BI - Power BI | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Chaithra E.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Apr 2025 13:45:56 GMT</pubDate>
    <dc:creator>v-echaithra</dc:creator>
    <dc:date>2025-04-14T13:45:56Z</dc:date>
    <item>
      <title>Web api connection source with gitHub using Oath2 authentication</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Web-api-connection-source-with-gitHub-using-Oath2-authentication/m-p/4644717#M60295</link>
      <description>&lt;P&gt;Hi Guys,&lt;BR /&gt;&lt;BR /&gt;I am using Basic authentication to get into my repositories using web content query.&amp;nbsp;&lt;BR /&gt;It is working with my organization name and my PAT token which i generated.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;But how to share this report to another users?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If i will share it they will be using my PAT token as credential so it means no security at all.&amp;nbsp;&lt;BR /&gt;They should run my power bi report without any prompt to make the authentification but this is not a good solution.&lt;BR /&gt;&lt;BR /&gt;How to make outh2 with power bi connector? It is possible?&amp;nbsp;&lt;BR /&gt;Or do you know another way of safe connection to github via web connector?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;best,&lt;BR /&gt;Jacek&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 09:38:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Web-api-connection-source-with-gitHub-using-Oath2-authentication/m-p/4644717#M60295</guid>
      <dc:creator>jaryszek</dc:creator>
      <dc:date>2025-04-09T09:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Web api connection source with gitHub using Oath2 authentication</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Web-api-connection-source-with-gitHub-using-Oath2-authentication/m-p/4647214#M60335</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/107617"&gt;@jaryszek&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;If want to connect from Power BI to a REST API that uses OAuth2 authentication then you need to build a custom connector as the Power BI's standard Web connector doesn’t directly support OAuth2 authentication.. You can find documentation on how to implement an OAuth2 flow in a custom connector here:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/power-query/handling-authentication#implementing-an-oauth-flow" target="_blank"&gt;Handling authentication for Power Query connectors - Power Query | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;A custom connector allows you to implement OAuth2 flow with GitHub API, and you can manage the authentication for each user separately.&lt;BR /&gt;If you use a custom connector in the Power BI Service then you’ll need to use an on-premises gateway.&lt;BR /&gt;The only exception is that you can connect to some APIs that use AAD authentication using the built-in web or OData connectors, as documented here&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/power-query/connector-authentication#connecting-with-azure-active-directory-using-the-web-and-odata-connectors" target="_blank"&gt;Authentication in desktop apps - Power Query | Microsoft Learn&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Reference: &lt;A href="https://learn.microsoft.com/en-us/power-query/handling-authentication" target="_blank"&gt;https://learn.microsoft.com/en-us/power-query/handling-authentication&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-query/install-sdk" target="_blank"&gt;Develop a connector using the Power Query SDK - Power Query | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 14:51:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Web-api-connection-source-with-gitHub-using-Oath2-authentication/m-p/4647214#M60335</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2025-04-10T14:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Web api connection source with gitHub using Oath2 authentication</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Web-api-connection-source-with-gitHub-using-Oath2-authentication/m-p/4648147#M60349</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I need a quidance step by step how to create oath2 via github authentification connector from power bi and github side.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Jacek&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 07:16:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Web-api-connection-source-with-gitHub-using-Oath2-authentication/m-p/4648147#M60349</guid>
      <dc:creator>jaryszek</dc:creator>
      <dc:date>2025-04-11T07:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Web api connection source with gitHub using Oath2 authentication</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Web-api-connection-source-with-gitHub-using-Oath2-authentication/m-p/4651786#M60417</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/107617"&gt;@jaryszek&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;This guide details the steps to connect Power BI to a GitHub repository, including setting up OAuth2 authentication.&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/service-tutorial-connect-to-github" target="_blank"&gt;Tutorial: Connect to a GitHub repo with Power BI - Power BI | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Chaithra E.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 13:45:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Web-api-connection-source-with-gitHub-using-Oath2-authentication/m-p/4651786#M60417</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2025-04-14T13:45:56Z</dc:date>
    </item>
  </channel>
</rss>

