<?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 with custom authentication (2025) in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-with-custom-authentication-2025/m-p/4917570#M42802</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will find a similar topic here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-Custom-Form-Authentication-Challenge/m-p/870519" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-Custom-Form-Authentication-Challenge/m-p/870519&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Denis&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jan 2026 16:52:10 GMT</pubDate>
    <dc:creator>dpeyras</dc:creator>
    <dc:date>2026-01-13T16:52:10Z</dc:date>
    <item>
      <title>Power BI Report Server with custom authentication (2025)</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-with-custom-authentication-2025/m-p/4917339#M42800</link>
      <description>&lt;P&gt;Hi everyone, I'm new and I'm trying to configure Power BI Report Server with custom authentication. I installed a standard Windows Server 2025, SQL Server 2025, and the Power BI Report Server evaluation version. I wanted to know how to configure custom authentication via a web form login page. Is there a guide available? I'm not very experienced, so I'd need the steps. Another question: does the new version of Power BI Report Server support custom authentication?&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2026 12:12:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-with-custom-authentication-2025/m-p/4917339#M42800</guid>
      <dc:creator>fabio78</dc:creator>
      <dc:date>2026-01-13T12:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Report Server with custom authentication (2025)</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-with-custom-authentication-2025/m-p/4917570#M42802</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will find a similar topic here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-Custom-Form-Authentication-Challenge/m-p/870519" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-Custom-Form-Authentication-Challenge/m-p/870519&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Denis&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2026 16:52:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-with-custom-authentication-2025/m-p/4917570#M42802</guid>
      <dc:creator>dpeyras</dc:creator>
      <dc:date>2026-01-13T16:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Report Server with custom authentication (2025)</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-with-custom-authentication-2025/m-p/4917604#M42803</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1508471" data-lia-user-login="fabio78" class="lia-mention lia-mention-user"&gt;fabio78&lt;/a&gt;&lt;SPAN&gt;, the architecture remains the same as previous versions. You can implement custom authentication by creating a &lt;/SPAN&gt;&lt;STRONG&gt;Security Extension&lt;/STRONG&gt;&lt;SPAN&gt; using .NET and registering it in the Report Server configuration. There is no native web form login feature, so you must build it yourself.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;HR /&gt;&lt;H3&gt;&lt;STRONG&gt;Steps to Configure Custom Authentication&lt;/STRONG&gt;&lt;/H3&gt;&lt;DIV class=""&gt;Here’s the high-level process:&lt;/DIV&gt;&lt;H4&gt;&lt;STRONG&gt;1. Develop a Custom Security Extension&lt;/STRONG&gt;&lt;/H4&gt;&lt;UL&gt;&lt;LI&gt;Create a .NET class library implementing the following interfaces:&lt;UL&gt;&lt;LI&gt;IAuthenticationExtension&lt;/LI&gt;&lt;LI&gt;IAuthorizationExtension&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;These handle:&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Authentication&lt;/STRONG&gt;: Validate user credentials from your web form.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Authorization&lt;/STRONG&gt;: Define roles and permissions.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV class=""&gt;Microsoft provides a sample here:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/sql/reporting-services/extensions/security-extension-sample" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/sql/reporting-services/extensions/security-extension-sample&lt;/A&gt;&lt;/DIV&gt;&lt;HR /&gt;&lt;H4&gt;&lt;STRONG&gt;2. Deploy the Extension&lt;/STRONG&gt;&lt;/H4&gt;&lt;UL&gt;&lt;LI&gt;Copy your compiled DLL to:&lt;PRE&gt;C:\Program Files\Microsoft Power BI Report Server\PBIRS\ReportServer\bin&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Update rsreportserver.config:&lt;UL&gt;&lt;LI&gt;Add your custom extension under &amp;lt;Authentication&amp;gt; and &amp;lt;Security&amp;gt; sections.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Update rssrvpolicy.config to grant permissions to your assembly.&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;H4&gt;&lt;STRONG&gt;3. Configure the Login Page&lt;/STRONG&gt;&lt;/H4&gt;&lt;UL&gt;&lt;LI&gt;Create a custom ASP.NET page for login.&lt;/LI&gt;&lt;LI&gt;On successful login, issue an authentication cookie or token that your extension validates.&lt;/LI&gt;&lt;LI&gt;Redirect users to the Report Server portal.&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;H4&gt;&lt;STRONG&gt;4. Restart Services&lt;/STRONG&gt;&lt;/H4&gt;&lt;UL&gt;&lt;LI&gt;Restart the &lt;STRONG&gt;Power BI Report Server&lt;/STRONG&gt; service after changes.&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;H3&gt;&lt;STRONG&gt;Important Considerations&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;No official support for forms authentication out-of-the-box&lt;/STRONG&gt;; everything is custom.&lt;/LI&gt;&lt;LI&gt;Ensure &lt;STRONG&gt;HTTPS&lt;/STRONG&gt; is enabled for security.&lt;/LI&gt;&lt;LI&gt;Test thoroughly because custom extensions bypass standard Windows security.&lt;/LI&gt;&lt;LI&gt;Keep in mind that &lt;STRONG&gt;Power BI Report Server does not support Azure AD authentication&lt;/STRONG&gt;—only custom or Windows.&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;H3&gt;&lt;STRONG&gt;References:&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/azure-arc/servers/security-extensions" target="_blank" rel="noopener"&gt;Extensions security for Azure Arc-enabled servers - Azure Arc | Microsoft Learn&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://learn.microsoft.com/en-us/sql/reporting-services/extensions/security-extension/security-extensions-overview?view=sql-server-ver17" target="_blank" rel="noopener"&gt;Security extensions overview - SQL Server Reporting Services (SSRS) | Microsoft Learn&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this response was helpful in any way, I’d gladly accept a &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;much like the joy of seeing a DAX measure work first time without needing another FILTER.&lt;/P&gt;&lt;P&gt;Please mark it as the correct solution. It helps other community members find their way faster (and saves them from another endless loop &lt;span class="lia-unicode-emoji" title=":cyclone:"&gt;🌀&lt;/span&gt;.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Jan 2026 18:06:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-with-custom-authentication-2025/m-p/4917604#M42803</guid>
      <dc:creator>Zanqueta</dc:creator>
      <dc:date>2026-01-13T18:06:34Z</dc:date>
    </item>
  </channel>
</rss>

