Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply

Authentication failed when logging in locally

Hi

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:

 

Report Server Configuration Manager:

mohammadjavaher_0-1722933128315.png

 

Access from my laptop via FQDN and SSL connection through firewall:

mohammadjavaher_1-1722932577115.png

 

Access from within the server via FQDN and SSL:

mohammadjavaher_0-1722933061923.png

 

This is exactly where I'm stock. Please help.

Thanks.

1 ACCEPTED SOLUTION
hackcrr
Super User
Super User

hi, @mohammadjavaher 

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.
To allow specific FQDNs:

New-ItemProperty -Path "HKLM:\System\CurrentControlSet\Control\Lsa\MSV1_0" -Name "BackConnectionHostNames" -Value "your_fqdn" -PropertyType MultiString -Force

hackcrr_0-1722944043942.png

 

https://learn.microsoft.com/en-us/power-bi/report-server/configure-kerberos-powerbi-reports#using-se...

 

 

If this post helps, then please consider Accept it as the solution and kudos to this post to help the other members find it more quickly

 

View solution in original post

1 REPLY 1
hackcrr
Super User
Super User

hi, @mohammadjavaher 

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.
To allow specific FQDNs:

New-ItemProperty -Path "HKLM:\System\CurrentControlSet\Control\Lsa\MSV1_0" -Name "BackConnectionHostNames" -Value "your_fqdn" -PropertyType MultiString -Force

hackcrr_0-1722944043942.png

 

https://learn.microsoft.com/en-us/power-bi/report-server/configure-kerberos-powerbi-reports#using-se...

 

 

If this post helps, then please consider Accept it as the solution and kudos to this post to help the other members find it more quickly

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.