<?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 Re: Power Bi Report Server: Custom Text Filter visual 401 error forms authentication on chrome browser in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server-Custom-Text-Filter-visual-401-error-forms/m-p/1122060#M14352</link>
    <description>&lt;P&gt;Are you using Custom Authentication to access the reports?&lt;/P&gt;</description>
    <pubDate>Wed, 27 May 2020 10:11:23 GMT</pubDate>
    <dc:creator>KSN</dc:creator>
    <dc:date>2020-05-27T10:11:23Z</dc:date>
    <item>
      <title>Power Bi Report Server: Custom Text Filter visual 401 error forms authentication on chrome browser</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server-Custom-Text-Filter-visual-401-error-forms/m-p/947334#M13197</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using Custom Text filter Visual in one of the report and hosted on Power Bi Report Server. Custom Control is working fine in Internet Explorer Edge&amp;nbsp; and failed to load in Chrome with the following errors while loading Javascript files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Failed to load resource: the server responded with a status of 401 (Unauthorized) visualSandbox.externals.js:1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;We tried enabling Access-Control-Allow-Origin on report server config and web.config and even in Report Server database in the configuration table. but no luck.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Using the Power BI Report Server version -&amp;nbsp; October 2019 release .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Any suggestions please&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 15:45:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server-Custom-Text-Filter-visual-401-error-forms/m-p/947334#M13197</guid>
      <dc:creator>KSN</dc:creator>
      <dc:date>2020-02-25T15:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Power Bi Report Server: Custom Text Filter visual 401 error forms authentication on chrome browser</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server-Custom-Text-Filter-visual-401-error-forms/m-p/1122027#M14351</link>
      <description>&lt;P&gt;Same problem here, found any solution?&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 09:57:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server-Custom-Text-Filter-visual-401-error-forms/m-p/1122027#M14351</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-27T09:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Power Bi Report Server: Custom Text Filter visual 401 error forms authentication on chrome browser</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server-Custom-Text-Filter-visual-401-error-forms/m-p/1122060#M14352</link>
      <description>&lt;P&gt;Are you using Custom Authentication to access the reports?&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 10:11:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server-Custom-Text-Filter-visual-401-error-forms/m-p/1122060#M14352</guid>
      <dc:creator>KSN</dc:creator>
      <dc:date>2020-05-27T10:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Power Bi Report Server: Custom Text Filter visual 401 error forms authentication on chrome browser</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server-Custom-Text-Filter-visual-401-error-forms/m-p/1122115#M14354</link>
      <description>&lt;P&gt;Yes i made my own version of &lt;A href="https://github.com/microsoft/Reporting-Services/tree/master/CustomSecuritySample2016" target="_self"&gt;custom authentication&lt;/A&gt; and when i open a report with custom visuals, i see many 401 messages in the chrome debug console. If i open a report with no custom visuals it works without problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Report = PBI Report, not paginated reports.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: My PBIRS version is Jan 2020&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 10:47:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server-Custom-Text-Filter-visual-401-error-forms/m-p/1122115#M14354</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-27T10:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Power Bi Report Server: Custom Text Filter visual 401 error forms authentication on chrome browser</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server-Custom-Text-Filter-visual-401-error-forms/m-p/1122205#M14357</link>
      <description>&lt;P&gt;The issue is mainly when using Custom Authentication. You will not see this issue with AD authentication.&lt;/P&gt;&lt;P&gt;The solution that worked for me is as below. I have added an attribute&amp;nbsp;cookieSameSite="None" to the forms tag as shown below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;forms loginUrl="logon.aspx" name="sqlAuthCookie" timeout="60" path="/" cookieSameSite="None"&amp;gt;&amp;lt;/forms&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if the issue is resolved after doing the above mentioned change and Accept it as a Solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 11:04:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server-Custom-Text-Filter-visual-401-error-forms/m-p/1122205#M14357</guid>
      <dc:creator>KSN</dc:creator>
      <dc:date>2020-05-27T11:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Power Bi Report Server: Custom Text Filter visual 401 error forms authentication on chrome browser</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server-Custom-Text-Filter-visual-401-error-forms/m-p/1123351#M14359</link>
      <description>&lt;P&gt;I resolved the issue using https.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 14:44:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server-Custom-Text-Filter-visual-401-error-forms/m-p/1123351#M14359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-27T14:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Power Bi Report Server: Custom Text Filter visual 401 error forms authentication on chrome browser</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server-Custom-Text-Filter-visual-401-error-forms/m-p/1421989#M16262</link>
      <description>&lt;P&gt;Can you provide a little more detail on how you resolved this? Not sure where to find that forms tag that you mentioned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I seem to have the same problem, I am using report server with custom auth and it seems that all custom visuals do not work in chrome, despite working in all other browsers (Mozilla / Safari / Edge).&amp;nbsp; Just about all of my users are using chrome and I want this to work for them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate any guidance you can proivde&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="207651" data-lia-user-login="KSN" class="lia-mention lia-mention-user"&gt;KSN&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: Ok i found the tag in web.config.. made the edit and restarted the server.. still get the same 401 errors as described in orignal post.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 18:19:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server-Custom-Text-Filter-visual-401-error-forms/m-p/1421989#M16262</guid>
      <dc:creator>blairblair</dc:creator>
      <dc:date>2020-10-08T18:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Power Bi Report Server: Custom Text Filter visual 401 error forms authentication on chrome browser</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server-Custom-Text-Filter-visual-401-error-forms/m-p/1422116#M16267</link>
      <description>&lt;P&gt;Only way I was able to get this to work was setting this to disabled:&amp;nbsp;chrome://flags/#same-site-by-default-cookies&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd rather not ask all my users to do that, am I missing a step after editing the web.config file?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 19:01:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server-Custom-Text-Filter-visual-401-error-forms/m-p/1422116#M16267</guid>
      <dc:creator>blairblair</dc:creator>
      <dc:date>2020-10-08T19:01:56Z</dc:date>
    </item>
  </channel>
</rss>

