<?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: Power BI Report Server - Authentification with Basic Auth in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-Authentification-with-Basic-Auth/m-p/2426367#M23524</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="368106" data-lia-user-login="mypbishell" class="lia-mention lia-mention-user"&gt;mypbishell&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Has your problem been solved, if so, please consider Accept a correct reply as the solution or share your own solution to help others find it.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;BR /&gt;Lucien&lt;/P&gt;</description>
    <pubDate>Wed, 30 Mar 2022 09:28:04 GMT</pubDate>
    <dc:creator>v-luwang-msft</dc:creator>
    <dc:date>2022-03-30T09:28:04Z</dc:date>
    <item>
      <title>Power BI Report Server - Authentification with Basic Auth</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-Authentification-with-Basic-Auth/m-p/2398915#M23330</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Version : PowerBI Report Server January 2022&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can NTLM and Basic Auth coexist ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My organization is using the NTLM authentification.&lt;/P&gt;&lt;P&gt;However, I need to connect to my report also using the Basic Auth.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I followed the following &lt;A title="Configure Basic Auth on the Report Server" href="https://docs.microsoft.com/en-us/sql/reporting-services/security/configure-basic-authentication-on-the-report-server?view=sql-server-ver15" target="_blank" rel="noopener"&gt;procedure&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My config file of my report server look like :&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;LI-CODE lang="markup"&gt;&amp;lt;Authentication&amp;gt;
   &amp;lt;AuthenticationTypes&amp;gt;
      &amp;lt;RSWindowsNTLM /&amp;gt;
      &amp;lt;RSWindowsBasic/&amp;gt;
    &amp;lt;/AuthenticationTypes&amp;gt;
    &amp;lt;EnableAuthPersistence&amp;gt;true&amp;lt;/EnableAuthPersistence&amp;gt;
  &amp;lt;RSWindowsExtendedProtectionLevel&amp;gt;Off&amp;lt;/RSWindowsExtendedProtectionLevel&amp;gt;
  &amp;lt;RSWindowsExtendedProtectionScenario&amp;gt;Any&amp;lt;/RSWindowsExtendedProtectionScenario&amp;gt;
&amp;lt;/Authentication&amp;gt;&lt;/LI-CODE&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;I restarted my Report Server and tried to connect to my report url using postman.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I used the NTLM Authentification, it worked (Request had a 200 status response).&lt;/P&gt;&lt;P&gt;But when I used the Basic Authentificationm it didn't worked&amp;nbsp;(Request had a 401 status response) :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;EM&gt;&lt;SPAN class=""&gt;Similar to 403 Forbidden, but specifically for use when authentication is possible but has failed or not yet been provided. The response must include a WWW-Authenticate header field containing a challenge applicable to the requested resource.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;This is why I ask if&amp;nbsp;NTLM and Basic Auth can coexist.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;What am I doing wrong ?&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Have a nice day.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks by advance.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 18:38:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-Authentification-with-Basic-Auth/m-p/2398915#M23330</guid>
      <dc:creator>mypbishell</dc:creator>
      <dc:date>2022-03-16T18:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Report Server - Authentification with Basic Auth</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-Authentification-with-Basic-Auth/m-p/2399093#M23335</link>
      <description>&lt;P&gt;The documentation does state that NTLM and Basic should be able to coexist.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What sort of authentication is your report data source using? It does state in the documentation for Basic auth&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/sql/reporting-services/security/configure-basic-authentication-on-the-report-server?view=sql-server-ver15?WT.mc_id=DP-MVP-35889" target="_self"&gt;https://docs.microsoft.com/en-us/sql/reporting-services/security/configure-basic-authentication-on-the-report-server?view=sql-server-ver15&lt;/A&gt;&amp;nbsp;that the "Windows Integrated" option will not work (this is the "As the user viewing the report" option in the data source settings)&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 22:29:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-Authentification-with-Basic-Auth/m-p/2399093#M23335</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2022-03-16T22:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Report Server - Authentification with Basic Auth</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-Authentification-with-Basic-Auth/m-p/2406149#M23386</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="368106" data-lia-user-login="mypbishell" class="lia-mention lia-mention-user"&gt;mypbishell&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;In my opinion ,it&amp;nbsp;&lt;SPAN&gt;should be able to coexist.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;And request had a 401 status response,t&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;STRONG&gt;here may be two causes for this error.&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;The Password Manager Account may not have the correct permissions to access the Reporting Services Server (i.e. Content Creator rights on the SRS Reporting side).&lt;/LI&gt;
&lt;LI&gt;In complex network environments Windows Integrated Security may fail to authorize the user (client) on the Reporting Services Server because the authorization request is transferred through Password Manager server with impersonated credentials. This case is known as a double-hop issue.&amp;nbsp; A double-hop issue occurs when the SQL Database and the SQL Reporting Services are on two different servers.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;and detail soultion ,refer:&lt;A href="https://support.oneidentity.com/pt-br/kb/69693/report-server-error-the-request-failed-with-http-status-401-unauthorized" target="_blank"&gt;https://support.oneidentity.com/pt-br/kb/69693/report-server-error-the-request-failed-with-http-status-401-unauthorized&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Similar case refer:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sqlservercentral.com/forums/topic/report-builder-2-0-with-basic-authentication-throws-error-on-preview-the-request-failed-with-http-status-401-unauthorized" target="_blank"&gt;https://www.sqlservercentral.com/forums/topic/report-builder-2-0-with-basic-authentication-throws-error-on-preview-the-request-failed-with-http-status-401-unauthorized&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/19247645/the-request-failed-with-http-status-401-unauthorized-in-ssrs" target="_blank"&gt;https://stackoverflow.com/questions/19247645/the-request-failed-with-http-status-401-unauthorized-in-ssrs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did I answer your question? Mark my post as a solution!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Lucien&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 08:41:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-Authentification-with-Basic-Auth/m-p/2406149#M23386</guid>
      <dc:creator>v-luwang-msft</dc:creator>
      <dc:date>2022-03-21T08:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Report Server - Authentification with Basic Auth</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-Authentification-with-Basic-Auth/m-p/2426367#M23524</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="368106" data-lia-user-login="mypbishell" class="lia-mention lia-mention-user"&gt;mypbishell&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Has your problem been solved, if so, please consider Accept a correct reply as the solution or share your own solution to help others find it.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;BR /&gt;Lucien&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 09:28:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-Authentification-with-Basic-Auth/m-p/2426367#M23524</guid>
      <dc:creator>v-luwang-msft</dc:creator>
      <dc:date>2022-03-30T09:28:04Z</dc:date>
    </item>
  </channel>
</rss>

