<?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: PBIRS (March 2018 release) with custom security sample - error in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/PBIRS-March-2018-release-with-custom-security-sample-error/m-p/496541#M7364</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No, we are going with Power BI cloud. Still I am looking for the steps on Report server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venu Bolla&lt;/P&gt;</description>
    <pubDate>Wed, 22 Aug 2018 17:37:08 GMT</pubDate>
    <dc:creator>bvenu2712</dc:creator>
    <dc:date>2018-08-22T17:37:08Z</dc:date>
    <item>
      <title>PBIRS (March 2018 release) with custom security sample - error</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBIRS-March-2018-release-with-custom-security-sample-error/m-p/445470#M6205</link>
      <description>&lt;P&gt;I'm trying to configure the March 2018 PBIRS release to use custom authentication. We have the October 2017 release working fine, but need to move to the latest version. If I customize the March 2018 release with the default configuration as specified in the ReadMe.md, it works properly. I can register new users and log into the PBIRS server through the logon.aspx page. However, our forms authentication requirements are a bit more complicated than that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are displaying embedded Power BI reports in our existing form-authenticated application, so rather than using the default PassThroughCookies specified for rsreportserver.config, we use the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;          &amp;lt;PassThroughCookies&amp;gt;
            &amp;lt;PassThroughCookie&amp;gt;.ASPXAUTH&amp;lt;/PassThroughCookie&amp;gt;
          &amp;lt;/PassThroughCookies&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Similarly, in web.config, instead of the "forms" configuration with "logon.aspx" and "sqlAuthCookie", we point to our application login:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;  &amp;lt;forms timeout="120" domain=".productiondomain.com" cookieless="UseCookies" enableCrossAppRedirects="true" name=".ASPXAUTH" loginUrl="http://formsLogin.productiondomain.com" /&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The server seems to start properly, with no errors in any of the log files -- until I attempt to access the PBIRS portal (&lt;/SPAN&gt;&lt;A href="https://pbirs.productiondomain.com/Reports" target="_blank" rel="nofollow"&gt;https://pbirs.productiondomain.com/Reports&lt;/A&gt;&lt;SPAN&gt;). The access attempt results in an HTTP 500 error on my browser, and the following error in the RSPortal log file:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;2018-06-20 16:33:17.4985|ERROR|5| 192.168.32.221: GET /browse/ - 0:00:00.0315727
Exception: System.Web.HttpException (0x80004005): Unable to validate data.
   at System.Web.Configuration.MachineKeySection.EncryptOrDecryptData(Boolean fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Boolean useValidationSymAlgo, Boolean useLegacyMode, IVType ivType, Boolean signData)
   at System.Web.Security.FormsAuthentication.Decrypt(String encryptedTicket)
   at Microsoft.BIServer.Owin.Common.Middleware.CustomAuthenticationMiddleware.CreateRequestContextFromCookie(IOwinContext context)
   at Microsoft.BIServer.Owin.Common.Middleware.CustomAuthenticationMiddleware.CreatePortalIdentity(IOwinContext context)
   at Microsoft.BIServer.Owin.Common.Middleware.CustomAuthenticationMiddleware.Invoke(IOwinContext context)
   at Microsoft.Owin.Security.Infrastructure.AuthenticationMiddleware`1.&amp;lt;Invoke&amp;gt;d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.BIServer.Owin.Common.Middleware.RequestLoggingMiddleWare.&amp;lt;Invoke&amp;gt;d__2.MoveNext()| RequestID = s_8746993e-6fe4-4a0d-84d3-ff0d3256c9cc&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;With the October 2017 release of PBIRS and the old version of the CustomSecuritySample, things worked just fine. Using the March 2018 release of PBIRS with either the old version or current version of CustomSecuritySample with our additional customizations fails.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 19:06:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBIRS-March-2018-release-with-custom-security-sample-error/m-p/445470#M6205</guid>
      <dc:creator>teros</dc:creator>
      <dc:date>2018-06-21T19:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: PBIRS (March 2018 release) with custom security sample - error</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBIRS-March-2018-release-with-custom-security-sample-error/m-p/445501#M6206</link>
      <description>&lt;P&gt;Problem solved -- I needed to make sure that the MachineKey value for PBIRS was the same as the one for our forms-authenticated application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Whew!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 20:04:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBIRS-March-2018-release-with-custom-security-sample-error/m-p/445501#M6206</guid>
      <dc:creator>teros</dc:creator>
      <dc:date>2018-06-21T20:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: PBIRS (March 2018 release) with custom security sample - error</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBIRS-March-2018-release-with-custom-security-sample-error/m-p/447485#M6236</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="28267" data-lia-user-login="teros" class="lia-mention lia-mention-user"&gt;teros&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to the Power BI Report Server and looking for the steps to share reports/dashboard with external users who are not part of our domain.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you implement custom security both for internal and external users? appreciate, if you could provide step by step process in implementing custom security.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venu Bolla&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 13:01:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBIRS-March-2018-release-with-custom-security-sample-error/m-p/447485#M6236</guid>
      <dc:creator>bvenu2712</dc:creator>
      <dc:date>2018-06-25T13:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: PBIRS (March 2018 release) with custom security sample - error</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBIRS-March-2018-release-with-custom-security-sample-error/m-p/495316#M7324</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="59665" data-lia-user-login="bvenu2712" class="lia-mention lia-mention-user"&gt;bvenu2712&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you configure the PBIRS to accept external users? I have the same problem as you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my envirorment I have intalled the Power BI Report Server and I'm trying to embed the application in sharepoint with external user authentication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did your configuration works?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 17:21:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBIRS-March-2018-release-with-custom-security-sample-error/m-p/495316#M7324</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-21T17:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: PBIRS (March 2018 release) with custom security sample - error</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBIRS-March-2018-release-with-custom-security-sample-error/m-p/495320#M7325</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="59665" data-lia-user-login="bvenu2712" class="lia-mention lia-mention-user"&gt;bvenu2712&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you configure the PBIRS to accept external users? I have the same problem as you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my envirorment I have intalled the Power BI Report Server and I'm trying to embed the application in sharepoint with external user authentication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did your configuration works?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 17:26:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBIRS-March-2018-release-with-custom-security-sample-error/m-p/495320#M7325</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-21T17:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: PBIRS (March 2018 release) with custom security sample - error</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBIRS-March-2018-release-with-custom-security-sample-error/m-p/496541#M7364</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No, we are going with Power BI cloud. Still I am looking for the steps on Report server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venu Bolla&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 17:37:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBIRS-March-2018-release-with-custom-security-sample-error/m-p/496541#M7364</guid>
      <dc:creator>bvenu2712</dc:creator>
      <dc:date>2018-08-22T17:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: PBIRS (March 2018 release) with custom security sample - error</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBIRS-March-2018-release-with-custom-security-sample-error/m-p/804590#M11651</link>
      <description>&lt;P&gt;Can you please elaborate the answer ?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 18:27:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBIRS-March-2018-release-with-custom-security-sample-error/m-p/804590#M11651</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-27T18:27:16Z</dc:date>
    </item>
  </channel>
</rss>

