Forum Discussion

mypbishell's avatar
mypbishell
New Member
4 years ago
Solved

Power BI Report Server - Authentification with Basic Auth

Hello, 

 

Version : PowerBI Report Server January 2022

 

Can NTLM and Basic Auth coexist ?

 

My organization is using the NTLM authentification.

However, I need to connect to my report also using the Basic Auth.

 

So I followed the following procedure 

 

My config file of my report server look like :

 

 

 

<Authentication>
   <AuthenticationTypes>
      <RSWindowsNTLM />
      <RSWindowsBasic/>
    </AuthenticationTypes>
    <EnableAuthPersistence>true</EnableAuthPersistence>
  <RSWindowsExtendedProtectionLevel>Off</RSWindowsExtendedProtectionLevel>
  <RSWindowsExtendedProtectionScenario>Any</RSWindowsExtendedProtectionScenario>
</Authentication>

 

 

 

I restarted my Report Server and tried to connect to my report url using postman.

 

When I used the NTLM Authentification, it worked (Request had a 200 status response).

But when I used the Basic Authentificationm it didn't worked (Request had a 401 status response) :

 

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.
 
This is why I ask if NTLM and Basic Auth can coexist.
 
What am I doing wrong ? 
 

Have a nice day.

 

Thanks by advance.

3 Replies