<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hosting a Power Bi Report for Local Network Access Without Active Directory in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Hosting-a-Power-Bi-Report-for-Local-Network-Access-Without/m-p/3098770#M29019</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am developing a Power Bi report in an on-prem environment with extremely limited network access. (Internal network only)&lt;/P&gt;&lt;P&gt;I am testing my website on a Windows computer but in the future it will be running on a Raspberry Pi in a Kiosk format. (Raspberry OS)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have generated an embedded report with the dropdown option "embed" with the format:&lt;/P&gt;&lt;P&gt;&lt;A href="http://xx.xxx.xxx.xx:9090/Reports/powerbi/Dashboard/Main_Dashboard?rs:embed=true" target="_blank" rel="noopener"&gt;http://xx.xxx.xxx.xx:9090/Reports/powerbi/Dashboard/Main_Dashboard?rs:embed=true&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And my Web Service URL is setup as well:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to access that link on a Windows machine, I am met with the Windows login prompt:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;And when I try to load it on my Raspberry Pi, it simply doesn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I authenticate users automatically in some way? I cannot use Azure, as everything has to be on-prem.&lt;/P&gt;&lt;P&gt;I think because I can't use Azure, then I can't use the "Reporting Services Custom Security Sample for Power BI Report Server" code that a lot of people recommend for this purpose.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just want to embed the link into a Javascript based website and have it show up.&lt;/P&gt;&lt;P&gt;No login prompts, everything local to the network.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Feb 2023 19:37:03 GMT</pubDate>
    <dc:creator>LHP-Luke</dc:creator>
    <dc:date>2023-02-24T19:37:03Z</dc:date>
    <item>
      <title>Hosting a Power Bi Report for Local Network Access Without Active Directory</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Hosting-a-Power-Bi-Report-for-Local-Network-Access-Without/m-p/3098770#M29019</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am developing a Power Bi report in an on-prem environment with extremely limited network access. (Internal network only)&lt;/P&gt;&lt;P&gt;I am testing my website on a Windows computer but in the future it will be running on a Raspberry Pi in a Kiosk format. (Raspberry OS)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have generated an embedded report with the dropdown option "embed" with the format:&lt;/P&gt;&lt;P&gt;&lt;A href="http://xx.xxx.xxx.xx:9090/Reports/powerbi/Dashboard/Main_Dashboard?rs:embed=true" target="_blank" rel="noopener"&gt;http://xx.xxx.xxx.xx:9090/Reports/powerbi/Dashboard/Main_Dashboard?rs:embed=true&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And my Web Service URL is setup as well:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to access that link on a Windows machine, I am met with the Windows login prompt:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;And when I try to load it on my Raspberry Pi, it simply doesn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I authenticate users automatically in some way? I cannot use Azure, as everything has to be on-prem.&lt;/P&gt;&lt;P&gt;I think because I can't use Azure, then I can't use the "Reporting Services Custom Security Sample for Power BI Report Server" code that a lot of people recommend for this purpose.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just want to embed the link into a Javascript based website and have it show up.&lt;/P&gt;&lt;P&gt;No login prompts, everything local to the network.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 19:37:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Hosting-a-Power-Bi-Report-for-Local-Network-Access-Without/m-p/3098770#M29019</guid>
      <dc:creator>LHP-Luke</dc:creator>
      <dc:date>2023-02-24T19:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hosting a Power Bi Report for Local Network Access Without Active Directory</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Hosting-a-Power-Bi-Report-for-Local-Network-Access-Without/m-p/3099070#M29023</link>
      <description>&lt;P&gt;That possibly means that the browser on the Pi is not responding to the NTLM authentication prompts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The authentication providers supported by Report Server are documented here&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/sql/reporting-services/security/authentication-with-the-report-server?view=sql-server-ver16" target="_blank"&gt;https://learn.microsoft.com/en-us/sql/reporting-services/security/authentication-with-the-report-server?view=sql-server-ver16&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="464687" data-lia-user-login="LHP-Luke" class="lia-mention lia-mention-user"&gt;LHP-Luke&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I think because I can't use Azure, then I can't use the "Reporting Services Custom Security Sample for Power BI Report Server" code that a lot of people recommend for this purpose.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;No, you can definitely use the custom authentication without Azure and it would probably be a reasonable option in your scenario.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Feb 2023 00:22:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Hosting-a-Power-Bi-Report-for-Local-Network-Access-Without/m-p/3099070#M29023</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2023-02-25T00:22:19Z</dc:date>
    </item>
  </channel>
</rss>

