<?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 Using Active Directory authentication in PowerBI gateway in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Using-Active-Directory-authentication-in-PowerBI-gateway/m-p/892670#M21935</link>
    <description>&lt;P&gt;In a report I have to connect to multiple data sources - on-prem SQL DBs and Azure SQL DBs.&lt;/P&gt;&lt;P&gt;For on-prem SQL DBs, I have configured a gateway through which the report is accessing the data. This works.&lt;/P&gt;&lt;P&gt;But for connecting to Azure SQL DBs, we use Active Directory authentication.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I setup gateway to connect to Azure SQL with AD authentication? Only options while creating data source in gateway is 'Windows' and 'Basic', which are not working for this scenario.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Import data is configured in report.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jan 2020 22:38:48 GMT</pubDate>
    <dc:creator>Prasanjeet</dc:creator>
    <dc:date>2020-01-07T22:38:48Z</dc:date>
    <item>
      <title>Using Active Directory authentication in PowerBI gateway</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Using-Active-Directory-authentication-in-PowerBI-gateway/m-p/892670#M21935</link>
      <description>&lt;P&gt;In a report I have to connect to multiple data sources - on-prem SQL DBs and Azure SQL DBs.&lt;/P&gt;&lt;P&gt;For on-prem SQL DBs, I have configured a gateway through which the report is accessing the data. This works.&lt;/P&gt;&lt;P&gt;But for connecting to Azure SQL DBs, we use Active Directory authentication.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I setup gateway to connect to Azure SQL with AD authentication? Only options while creating data source in gateway is 'Windows' and 'Basic', which are not working for this scenario.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Import data is configured in report.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 22:38:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Using-Active-Directory-authentication-in-PowerBI-gateway/m-p/892670#M21935</guid>
      <dc:creator>Prasanjeet</dc:creator>
      <dc:date>2020-01-07T22:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using Active Directory authentication in PowerBI gateway</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Using-Active-Directory-authentication-in-PowerBI-gateway/m-p/893629#M21944</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/143919"&gt;@Prasanjeet&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You don't need a gateway for Azure SQL DB source.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The flow is&lt;/P&gt;&lt;P&gt;1. Only add your onprem sql in the gateway, don't add the azure sql db as the source in the gateway. Click apply in gateway connection.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1" style="width: 844px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/223477i86B9817F7BF7318B/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.jpg" alt="1" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2. After that go to Data source credentials (you can see that your on-premises gateway will say &lt;STRONG&gt;admin has granted access, credentials not required)&amp;nbsp;&lt;/STRONG&gt;but for the other azure sql you can click &lt;STRONG&gt;edit credentails &lt;/STRONG&gt;then using OAuth , sign in using your AAD autentication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2" style="width: 763px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/223475i180A91C65406C741/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.jpg" alt="2" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;2&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3" style="width: 440px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/223476i33940A26815AED3C/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.jpg" alt="3" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;3&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 14:35:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Using-Active-Directory-authentication-in-PowerBI-gateway/m-p/893629#M21944</guid>
      <dc:creator>Jayendran</dc:creator>
      <dc:date>2020-01-08T14:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using Active Directory authentication in PowerBI gateway</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Using-Active-Directory-authentication-in-PowerBI-gateway/m-p/1004425#M22920</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;we have the same problem, but the solution doesn't work like that for us unfortunately.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See this topic:&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Service/Refresh-Power-BI-Reports-with-data-in-a-managed-instance-access/m-p/965689#M89801" target="_blank"&gt;https://community.powerbi.com/t5/Service/Refresh-Power-BI-Reports-with-data-in-a-managed-instance-access/m-p/965689#M89801&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the only difference that we are using a managed instance instead auf Azure SQL DB, or is there some other trick that we might consider?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 09:39:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Using-Active-Directory-authentication-in-PowerBI-gateway/m-p/1004425#M22920</guid>
      <dc:creator>IMett</dc:creator>
      <dc:date>2020-04-02T09:39:25Z</dc:date>
    </item>
  </channel>
</rss>

