<?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: Fabric user/password authentication in SQL database</title>
    <link>https://community.fabric.microsoft.com/t5/SQL-database/Fabric-user-password-authentication/m-p/4863561#M496</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1384033" data-lia-user-login="danielaboamba" class="lia-mention lia-mention-user"&gt;danielaboamba&lt;/a&gt;&amp;nbsp;- I'm Dave from the SQL Drivers team. Great to meet you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your best bet for this scenario is&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/sql/connect/ado-net/sql/azure-active-directory-authentication?view=sql-server-ver17#using-service-principal-authentication" target="_self"&gt;Service Principal Authentication&lt;/A&gt;. It gives you the ease of a SQL login but mitigates most of the security risks. Active Directory Password Authentication is another option that works pretty much the same way but we are working on deprecating that option and ask that you not use it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;</description>
    <pubDate>Fri, 31 Oct 2025 15:05:14 GMT</pubDate>
    <dc:creator>dlevy</dc:creator>
    <dc:date>2025-10-31T15:05:14Z</dc:date>
    <item>
      <title>Fabric user/password authentication</title>
      <link>https://community.fabric.microsoft.com/t5/SQL-database/Fabric-user-password-authentication/m-p/4863418#M493</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;How can I connect to Fabric using username/password without an interactive login?&lt;/P&gt;&lt;P&gt;My application uses a backend connection, so I need to connect to Fabric using a username and password.&lt;/P&gt;&lt;P&gt;I can't use a dialog box or any interactive login to provide credentials.&lt;/P&gt;&lt;P&gt;It possible to perform this kind of authentication programmatically?&lt;/P&gt;&lt;P&gt;If yes, how can I set it up?&lt;/P&gt;&lt;P&gt;Thank you all.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Daniela&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2025 12:45:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/SQL-database/Fabric-user-password-authentication/m-p/4863418#M493</guid>
      <dc:creator>danielaboamba</dc:creator>
      <dc:date>2025-10-31T12:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric user/password authentication</title>
      <link>https://community.fabric.microsoft.com/t5/SQL-database/Fabric-user-password-authentication/m-p/4863428#M494</link>
      <description>&lt;P&gt;I mean&amp;nbsp;&lt;SPAN&gt;It possible to perform this kind of authentication using user/password?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2025 12:53:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/SQL-database/Fabric-user-password-authentication/m-p/4863428#M494</guid>
      <dc:creator>danielaboamba</dc:creator>
      <dc:date>2025-10-31T12:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric user/password authentication</title>
      <link>https://community.fabric.microsoft.com/t5/SQL-database/Fabric-user-password-authentication/m-p/4863476#M495</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1384033" data-lia-user-login="danielaboamba" class="lia-mention lia-mention-user"&gt;danielaboamba&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basic auth is not possible into Fabric itself, either you need to follow the oauth flow with a user account, or you need to use a service principal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;See&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/security/security-fundamentals#authentication" target="_blank"&gt;Microsoft Fabric security fundamentals - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you provide more detials on what you're trying to do?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2025 13:47:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/SQL-database/Fabric-user-password-authentication/m-p/4863476#M495</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2025-10-31T13:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric user/password authentication</title>
      <link>https://community.fabric.microsoft.com/t5/SQL-database/Fabric-user-password-authentication/m-p/4863561#M496</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1384033" data-lia-user-login="danielaboamba" class="lia-mention lia-mention-user"&gt;danielaboamba&lt;/a&gt;&amp;nbsp;- I'm Dave from the SQL Drivers team. Great to meet you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your best bet for this scenario is&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/sql/connect/ado-net/sql/azure-active-directory-authentication?view=sql-server-ver17#using-service-principal-authentication" target="_self"&gt;Service Principal Authentication&lt;/A&gt;. It gives you the ease of a SQL login but mitigates most of the security risks. Active Directory Password Authentication is another option that works pretty much the same way but we are working on deprecating that option and ask that you not use it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2025 15:05:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/SQL-database/Fabric-user-password-authentication/m-p/4863561#M496</guid>
      <dc:creator>dlevy</dc:creator>
      <dc:date>2025-10-31T15:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric user/password authentication</title>
      <link>https://community.fabric.microsoft.com/t5/SQL-database/Fabric-user-password-authentication/m-p/4865780#M498</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1384033" data-lia-user-login="danielaboamba" class="lia-mention lia-mention-user"&gt;danielaboamba&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;We would like to confirm if our community members answer resolves your query or if you need further help. If you still have any questions or need more support, please feel free to let us know. We are happy to help you.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="860450" data-lia-user-login="dlevy" class="lia-mention lia-mention-user"&gt;dlevy&lt;/a&gt;&amp;nbsp;&amp;amp; &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1340679" data-lia-user-login="tayloramy" class="lia-mention lia-mention-user"&gt;tayloramy&lt;/a&gt;&amp;nbsp;,Thanks for your prompt response&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your patience and look forward to hearing from you.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth Are&lt;BR /&gt;MS Fabric community support&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 08:40:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/SQL-database/Fabric-user-password-authentication/m-p/4865780#M498</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-11-04T08:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric user/password authentication</title>
      <link>https://community.fabric.microsoft.com/t5/SQL-database/Fabric-user-password-authentication/m-p/4870527#M501</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1384033" target="_blank"&gt;@danielaboamba&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;We would like to confirm if our community members answer resolves your query or if you need further help. If you still have any questions or need more support, please feel free to let us know. We are happy to help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your patience and look forward to hearing from you.&lt;BR /&gt;Prashanth Are&lt;BR /&gt;MS Fabric community support&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2025 05:45:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/SQL-database/Fabric-user-password-authentication/m-p/4870527#M501</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-11-10T05:45:05Z</dc:date>
    </item>
  </channel>
</rss>

