<?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: Disable SSO in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Disable-SSO/m-p/4756224#M41334</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="362068" data-lia-user-login="Philipp_A" class="lia-mention lia-mention-user"&gt;Philipp_A&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-pm-slice="0 0 []"&gt;Yes, it is possible to disable Single Sign-On (SSO) in Power BI Report Server by adjusting the server's authentication settings. By default, Power BI Report Server uses Integrated Windows Authentication, which automatically logs users in using their Windows credentials—this is what enables SSO. To disable this behavior, you need to modify the RSReportServer.config file, which is located in the Report Server installation directory. In this file, under the &amp;lt;AuthenticationTypes&amp;gt; section, you can remove or comment out the RSWindowsNegotiate line (which is responsible for enabling SSO) and keep only RSWindowsNTLM. This change forces the system to prompt users for credentials instead of logging them in automatically. Additionally, you may also need to adjust your browser settings to stop it from automatically passing Windows credentials. By making these changes, users will be required to manually enter their credentials each time they access the report server, effectively disabling SSO.&lt;/P&gt;
&lt;P data-pm-slice="0 0 []"&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Jul 2025 08:51:53 GMT</pubDate>
    <dc:creator>Poojara_D12</dc:creator>
    <dc:date>2025-07-08T08:51:53Z</dc:date>
    <item>
      <title>Disable SSO</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Disable-SSO/m-p/4756118#M41333</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;just a simple question: is it possible to disable SSO when logging into PBI Report Server?&lt;/P&gt;&lt;P&gt;If yes, how? Haven't found anything particularly helpful online.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Philipp&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 07:34:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Disable-SSO/m-p/4756118#M41333</guid>
      <dc:creator>Philipp_A</dc:creator>
      <dc:date>2025-07-08T07:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Disable SSO</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Disable-SSO/m-p/4756224#M41334</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="362068" data-lia-user-login="Philipp_A" class="lia-mention lia-mention-user"&gt;Philipp_A&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-pm-slice="0 0 []"&gt;Yes, it is possible to disable Single Sign-On (SSO) in Power BI Report Server by adjusting the server's authentication settings. By default, Power BI Report Server uses Integrated Windows Authentication, which automatically logs users in using their Windows credentials—this is what enables SSO. To disable this behavior, you need to modify the RSReportServer.config file, which is located in the Report Server installation directory. In this file, under the &amp;lt;AuthenticationTypes&amp;gt; section, you can remove or comment out the RSWindowsNegotiate line (which is responsible for enabling SSO) and keep only RSWindowsNTLM. This change forces the system to prompt users for credentials instead of logging them in automatically. Additionally, you may also need to adjust your browser settings to stop it from automatically passing Windows credentials. By making these changes, users will be required to manually enter their credentials each time they access the report server, effectively disabling SSO.&lt;/P&gt;
&lt;P data-pm-slice="0 0 []"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 08:51:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Disable-SSO/m-p/4756224#M41334</guid>
      <dc:creator>Poojara_D12</dc:creator>
      <dc:date>2025-07-08T08:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Disable SSO</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Disable-SSO/m-p/4757325#M41346</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="837199" data-lia-user-login="Poojara_D12" class="lia-mention lia-mention-user"&gt;Poojara_D12&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your quick Answer!&lt;/P&gt;&lt;P&gt;Ich modified the RSReportServer.config so that it looks like so:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;Authentication&amp;gt;
    &amp;lt;AuthenticationTypes&amp;gt;
      &amp;lt;RSWindowsNTLM /&amp;gt;
    &amp;lt;/AuthenticationTypes&amp;gt;
    &amp;lt;RSWindowsExtendedProtectionLevel&amp;gt;Off&amp;lt;/RSWindowsExtendedProtectionLevel&amp;gt;
    &amp;lt;RSWindowsExtendedProtectionScenario&amp;gt;Proxy&amp;lt;/RSWindowsExtendedProtectionScenario&amp;gt;
    &amp;lt;EnableAuthPersistence&amp;gt;true&amp;lt;/EnableAuthPersistence&amp;gt;
  &amp;lt;/Authentication&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;Restarted the PowerBI RS Service but it always &lt;EM&gt;doesn't&lt;/EM&gt; ask for credentials. Tried with a different browser but it's the same.&lt;/P&gt;&lt;P&gt;Using Report Server May 2025 if thats important.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Philipp&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 06:45:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Disable-SSO/m-p/4757325#M41346</guid>
      <dc:creator>Philipp_A</dc:creator>
      <dc:date>2025-07-09T06:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Disable SSO</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Disable-SSO/m-p/4757697#M41347</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="362068" data-lia-user-login="Philipp_A" class="lia-mention lia-mention-user"&gt;Philipp_A&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Sometimes, Chrome/Edge&amp;nbsp;use Windows Integrated Authentication by default. You may want to adjust&amp;nbsp;Group Policy&amp;nbsp;or&amp;nbsp;Local Security Policy&amp;nbsp;to prevent automatic credential forwarding.&amp;nbsp;&lt;SPAN&gt;Use Group Policy to disable automatic NTLM authentication for the Report Server URL.If you are using Firefox, remove the Report Server URL from&amp;nbsp;trusted-urls.&lt;BR /&gt;Set&amp;nbsp;EnableAuthPersistence&amp;nbsp;to False&amp;nbsp;&amp;nbsp;to force re-authentication.&lt;BR /&gt;You can try these fixes and let us know if it worked!&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 11:06:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Disable-SSO/m-p/4757697#M41347</guid>
      <dc:creator>v-sdhruv</dc:creator>
      <dc:date>2025-07-09T11:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Disable SSO</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Disable-SSO/m-p/4765276#M41406</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="362068" data-lia-user-login="Philipp_A" class="lia-mention lia-mention-user"&gt;Philipp_A&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN data-teams="true"&gt;Just wanted to check if you had the opportunity to review the suggestions provided?&lt;BR /&gt;&lt;BR /&gt;If any of the response has addressed your query, please&amp;nbsp;accept it as a solution&amp;nbsp;so other members can easily find it.&lt;BR /&gt;Thank You&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 12:31:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Disable-SSO/m-p/4765276#M41406</guid>
      <dc:creator>v-sdhruv</dc:creator>
      <dc:date>2025-07-16T12:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Disable SSO</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Disable-SSO/m-p/4768209#M41429</link>
      <description>&lt;P&gt;Hello &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="837199" data-lia-user-login="Poojara_D12" class="lia-mention lia-mention-user"&gt;Poojara_D12&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;your solution worked after I also removed the trused URI entry in Firefox. Thanks also &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1249533" data-lia-user-login="v-sdhruv" class="lia-mention lia-mention-user"&gt;v-sdhruv&lt;/a&gt;!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2025 09:47:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Disable-SSO/m-p/4768209#M41429</guid>
      <dc:creator>Philipp_A</dc:creator>
      <dc:date>2025-07-18T09:47:18Z</dc:date>
    </item>
  </channel>
</rss>

