Forum Discussion

Hany's avatar
Hany
Regular Visitor
2 years ago

embed powerbi report server

Hi All 

i have power bi Report Server (On Premise ) stand alon server and i want to dispaly server report in my .netcore application 

i already used iframe to embed the report with parameter- rs:embed=true-

but still ask me for report server authentication username and password 

is there is away to integrate with powerbi report server back to back through apis so i can display the report without asking user to put username and password again 

i want exmple if it's avaialabe .

thnaks ,

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Hany ,

    According to our experience, if it is windows authentication, you can realize the following way to automatically use the AD user who is currently logged into this computer to log into the PBIRS web page, so that the user does not need to enter the login information when opening the report.
    The specific way is as follows.
    CMD enter inetcpl.cpl, enter
     Internet Properties->Security, select Local Intranet, click sites, add PBIRS web page to Local Intranet.

    Click Custom level, make sure your current User Authentication selection is Automatic logon only in Intranet zone (this is the default).

    You can append PBIRS pages to the local intranet via domain policy push, eliminating the need to manually append from each client.

     

    Authentication with the report server - SQL Server Reporting Services (SSRS) | Microsoft Learn

     

    If it does not help, please provide more details.

     

    Best Regards
    Community Support Team _ Rongtie

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

  • Hany's avatar
    Hany
    Regular Visitor

    Hello thanks For your Replay 

    but still the issue i cannot open report server without asking for username and password 
    i need away to embed report server in my .netcore application back to back using APIS or something like that 

     

    So i can Avoid This Message Of Authencation 

     

     

    • ChrisMuthmann's avatar
      ChrisMuthmann
      Resolver II

      Have you tried to add the server to the "Trusted sites"?

      Then hit custom level, scroll right to the bottom and change User Authentication > Logon > Automatic logon with current user name and password.