cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
soandos
Helper I
Helper I

PBIRS behind nginx

I need to place PBIRS behind nginx for policy reasons, and I seem to be getting 401/400s. I followed the directions for putting it behind an NLB (the only concrete step I took was to create the BackConnectionHostNames key, and add `localhost` and the hostname of the machine to it), but it still doesn't work (fast fail to 401/400, if I attempt to use 127.0.0.1 I can get a login prompt that I can't pass).

 

I don't see more detailed logs about these requests (not in the PBIRS logs, and not in the Event Viewer).

 

How can I fix this?

1 ACCEPTED SOLUTION

The issue was that nginx (the free version) cannot forward NTLM authentication (technically this is because NTLM authentication happens for a session, not for a request).

 

We ended up having to use IIS with custom scripts to do what we wanted to do

 

Sorry I could not be of more help

View solution in original post

2 REPLIES 2
g-decenci01
New Member

Hello Soandos,

 

Were you able to make Report Server work with nginx?

I need to do the same thing and for me only the authentication screen appears after that the error 400 appears.

The issue was that nginx (the free version) cannot forward NTLM authentication (technically this is because NTLM authentication happens for a session, not for a request).

 

We ended up having to use IIS with custom scripts to do what we wanted to do

 

Sorry I could not be of more help

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors