<?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: Authentication failed when logging in locally in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Authentication-failed-when-logging-in-locally/m-p/4084029#M36306</link>
    <description>&lt;P&gt;hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="499591" data-lia-user-login="mohammadjavaher" class="lia-mention lia-mention-user"&gt;mohammadjavaher&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This issue is usually related to how the server handles authentication and how loopback connections are managed. Windows Server includes a security feature that prevents reflection attacks on your computer. This feature is called loopback checking. When you use an FQDN to access a website on the local server, it can trigger this security feature.&lt;BR /&gt;To allow specific FQDNs:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;New-ItemProperty -Path "HKLM:\System\CurrentControlSet\Control\Lsa\MSV1_0" -Name "BackConnectionHostNames" -Value "your_fqdn" -PropertyType MultiString -Force
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/report-server/configure-kerberos-powerbi-reports#using-setspn-to-add-the-spn" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/report-server/configure-kerberos-powerbi-reports#using-setspn-to-add-the-spn&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;&lt;SPAN&gt;If this post helps, then please consider&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;kudos to this post&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;to help the other members find it more quickly&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Aug 2024 11:35:09 GMT</pubDate>
    <dc:creator>hackcrr</dc:creator>
    <dc:date>2024-08-06T11:35:09Z</dc:date>
    <item>
      <title>Authentication failed when logging in locally</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Authentication-failed-when-logging-in-locally/m-p/4083586#M36304</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have published my RS to the Internet through a firewall. To do this, I have registered a public subdomain. When I connect to the server from outside the VM, there is no problem. But when RDP into the server itself and type FQDN of server, authentication window pops up and asks for username and password. No matter which username/password combination I provide, it rejects my user/pass:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Report Server Configuration Manager:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Access from my laptop via FQDN and SSL connection through firewall:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Access from within the server via FQDN and SSL:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is exactly where I'm stock. Please help.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 08:32:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Authentication-failed-when-logging-in-locally/m-p/4083586#M36304</guid>
      <dc:creator>mohammadjavaher</dc:creator>
      <dc:date>2024-08-06T08:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication failed when logging in locally</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Authentication-failed-when-logging-in-locally/m-p/4084029#M36306</link>
      <description>&lt;P&gt;hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="499591" data-lia-user-login="mohammadjavaher" class="lia-mention lia-mention-user"&gt;mohammadjavaher&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This issue is usually related to how the server handles authentication and how loopback connections are managed. Windows Server includes a security feature that prevents reflection attacks on your computer. This feature is called loopback checking. When you use an FQDN to access a website on the local server, it can trigger this security feature.&lt;BR /&gt;To allow specific FQDNs:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;New-ItemProperty -Path "HKLM:\System\CurrentControlSet\Control\Lsa\MSV1_0" -Name "BackConnectionHostNames" -Value "your_fqdn" -PropertyType MultiString -Force
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/report-server/configure-kerberos-powerbi-reports#using-setspn-to-add-the-spn" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/report-server/configure-kerberos-powerbi-reports#using-setspn-to-add-the-spn&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;&lt;SPAN&gt;If this post helps, then please consider&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;kudos to this post&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;to help the other members find it more quickly&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 11:35:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Authentication-failed-when-logging-in-locally/m-p/4084029#M36306</guid>
      <dc:creator>hackcrr</dc:creator>
      <dc:date>2024-08-06T11:35:09Z</dc:date>
    </item>
  </channel>
</rss>

