<?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: How to customize login screen in on-premises powerbi report server in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-customize-login-screen-in-on-premises-powerbi-report/m-p/3339867#M30586</link>
    <description>&lt;P&gt;I am new to Power BI, sorry for some basic questions.&lt;BR /&gt;I am using Power BI Report Server 15.0.1111.115 in Windows Server 2012 R2 Standard.&lt;/P&gt;&lt;P&gt;I am trying to customize default pop-up login in order to only allow specific Active Directory accounts log in to Power BI.&lt;BR /&gt;Is this article conform to what I want to do?&lt;BR /&gt;I cannot find app.config mentioned in the beginning either in sample code downloaded or in report server folder.&lt;BR /&gt;Where should app.config be in?&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jul 2023 03:12:28 GMT</pubDate>
    <dc:creator>secomitazure</dc:creator>
    <dc:date>2023-07-20T03:12:28Z</dc:date>
    <item>
      <title>How to customize login screen in on-premises powerbi report server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-customize-login-screen-in-on-premises-powerbi-report/m-p/1826224#M19188</link>
      <description>&lt;P&gt;My on-premises powerbi report server is displaying a pop-up for user credentials. how to change sign-in screen from pop-up to a customized as in below screenshot?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 03:10:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-customize-login-screen-in-on-premises-powerbi-report/m-p/1826224#M19188</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-06T03:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize login screen in on-premises powerbi report server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-customize-login-screen-in-on-premises-powerbi-report/m-p/1828238#M19208</link>
      <description>&lt;P&gt;This is a bit tricky and needs some customization. Out of the below steps first please do only Logon page change and deploy. In case you dont need custom sign -in that should suffice, in case that dsn't work there are other steps below too :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/chunlampang/ms-ssrs-2014-custom-security" target="_blank"&gt;https://github.com/chunlampang/ms-ssrs-2014-custom-security&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Download Custom Security samples for Reporting Services by Microsoft and configure Login page as per requirements. Change app.config app settings to reflect server URL&lt;/P&gt;&lt;P&gt;&amp;lt;applicationSettings&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Microsoft.Samples.ReportingServices.CustomSecurity.Properties.Settings&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&amp;lt;setting name="Microsoft_Samples_ReportingServices_CustomSecurity_localhost_ReportingService2015"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; serializeAs="String"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;value&amp;gt;http://servername/ReportsBI/browse/&amp;lt;/value&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/setting&amp;gt;--&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;setting name="Database_ConnectionString" serializeAs="String"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;Data Source=XXXX;Initial Catalog=UserAccounts;Integrated Security=false;User Id=XXX;Password=XXX;&amp;lt;/value&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/setting&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Microsoft.Samples.ReportingServices.CustomSecurity.Properties.Settings&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add key="ValidationSettings:UnobtrusiveValidationMode" value="None" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/applicationSettings&amp;gt;&lt;/P&gt;&lt;P&gt;Compile the project and deploy below dlls at designated Power BI server locations :&lt;/P&gt;&lt;P&gt;\Program Files\Microsoft Power BI Report Server\PBIRS\PowerBI&lt;/P&gt;&lt;P&gt;Microsoft.Samples.ReportingServices.CustomSecurity.dll&lt;/P&gt;&lt;P&gt;Microsoft.Samples.ReportingServices.CustomSecurity.pdb&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;\Program Files\Microsoft Power BI Report Server\PBIRS\ReportServer\bin&lt;/P&gt;&lt;P&gt;Microsoft.Samples.ReportingServices.CustomSecurity.dll&lt;/P&gt;&lt;P&gt;Microsoft.Samples.ReportingServices.CustomSecurity.pdb&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;\Program Files\Microsoft Power BI Report Server\PBIRS\Portal&lt;/P&gt;&lt;P&gt;Microsoft.Samples.ReportingServices.CustomSecurity.dll&lt;/P&gt;&lt;P&gt;Microsoft.Samples.ReportingServices.CustomSecurity.pdb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Deploy below additional file to Report Server which you have made as per your requirement :&lt;/P&gt;&lt;P&gt;C:\Program Files\Microsoft Power BI Report Server\PBIRS\ReportServer&lt;/P&gt;&lt;P&gt;Logon.aspx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit below config files for custom logon on Report Server :&lt;/P&gt;&lt;P&gt;\Program Files\Microsoft Power BI Report Server\PBIRS\ReportServer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;rsreportserver,srvpolicy and web.config - these will need below entries&lt;BR /&gt;tags for LogonUSer,LogonDOmain and LogonCred&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;:\Program Files\Microsoft Power BI Report Server\PBIRS\Portal&lt;/P&gt;&lt;P&gt;RSPortal.exe.config&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Insert Machine Key&amp;nbsp; Encryption and Decryption:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;system.web&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;machineKey validationKey=’XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXD" decryptionKey="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" validation="AES" decryption="AES" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/system.web&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;C:\Program Files\Microsoft Power BI Report Server\PBIRS\PowerBI&lt;/P&gt;&lt;P&gt;&amp;lt;system.web&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;machineKey validationKey=’XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXD" decryptionKey="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" validation="AES" decryption="AES" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/system.web&amp;gt;&lt;/P&gt;&lt;P&gt;RSPowerBI.exe.config&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Machine key can be generated from IIS/relevant mechanism( lookup on web)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These steps will have the Power BI ReportServer ready with Login :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 17:43:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-customize-login-screen-in-on-premises-powerbi-report/m-p/1828238#M19208</guid>
      <dc:creator>AbhiSSRS</dc:creator>
      <dc:date>2021-05-06T17:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize login screen in on-premises powerbi report server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-customize-login-screen-in-on-premises-powerbi-report/m-p/1835056#M19275</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to the sample in&amp;nbsp;&lt;A href="https://mirkomaggioni.com/2020/11/28/implementing-custom-authentication-and-authorization-with-power-bi-report-server/" target="_blank"&gt;https://mirkomaggioni.com/2020/11/28/implementing-custom-authentication-and-authorization-with-power-bi-report-server/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;helps, then please consider&amp;nbsp;Accept it as the solution&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Dedmon Dai&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 06:10:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-customize-login-screen-in-on-premises-powerbi-report/m-p/1835056#M19275</guid>
      <dc:creator>v-deddai1-msft</dc:creator>
      <dc:date>2021-05-11T06:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize login screen in on-premises powerbi report server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-customize-login-screen-in-on-premises-powerbi-report/m-p/3339867#M30586</link>
      <description>&lt;P&gt;I am new to Power BI, sorry for some basic questions.&lt;BR /&gt;I am using Power BI Report Server 15.0.1111.115 in Windows Server 2012 R2 Standard.&lt;/P&gt;&lt;P&gt;I am trying to customize default pop-up login in order to only allow specific Active Directory accounts log in to Power BI.&lt;BR /&gt;Is this article conform to what I want to do?&lt;BR /&gt;I cannot find app.config mentioned in the beginning either in sample code downloaded or in report server folder.&lt;BR /&gt;Where should app.config be in?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 03:12:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-customize-login-screen-in-on-premises-powerbi-report/m-p/3339867#M30586</guid>
      <dc:creator>secomitazure</dc:creator>
      <dc:date>2023-07-20T03:12:28Z</dc:date>
    </item>
  </channel>
</rss>

