Forum Discussion

Laith's avatar
Laith
Frequent Visitor
7 years ago
Solved

Power BI - Disable Authenticaton

Hello ,

Is there a way of work around to disable the windows authentication from the power bi server ? I dont want it at all, it is annoying sicnce my powerbi reports are hosted on a different website, so users have to enter website password then the power bi windows authentication popup ! no need for this at all.


I tried the custom secuirty .NET project, but that didnt work or not what i need, i just need to disable it somehow from the config files of the powerbi server.


Much Appreciated,
Laith

  • Hello Guys,

    I resolved the issue myself. 
    Thank you for your response. :)

6 Replies

  • Laith's avatar
    Laith
    Frequent Visitor

    Hello Guys,

    I resolved the issue myself. 
    Thank you for your response. :)

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi Laith,

       

      Can you please kindly share some details about how you managed to solve this? We are facing the same issue here...

       

      Thanks!

      Felix

      • Laith's avatar
        Laith
        Frequent Visitor

        Hello Felix,

        In summary , The .dll files in the PBIRS folder has all the required methods you need to pass through without authentication.

        Didnt know why microsoft didnt not mention these stuff is it becuase they want the users to focus on Azure only and Clouding Business Solutions!!

        Users should differentiate between SSRS and PBIRS and the custom security GITHUB documentation they have posted is only for SSRS .asmx.

        After all headache i have solved working arounf with the .dll libraries in PBIRS and finally the NTLM is no longer poping up becuase i fix a user and password to be sent!

        Hope that helps !

        I will try to put it on Github very SOON called "PBI - Pass through Authentication"

        Have a great one!

        Laith

  • can you share more details how you manage .dll libraries to avoid authentication popup?