<?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: Row Level Security to customized authentication in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Row-Level-Security-to-customized-authentication/m-p/1225339#M15055</link>
    <description>&lt;P&gt;Yes, checks for RLS are different since those are not server permissions. We don't have in our custom authentication interfaces the ability to determine if a user is part of a group, so group roles are unsupported with custom auth. Feel free to post this int he ideas forum to help the team prioritize the ask:&amp;nbsp;&lt;FONT&gt;&lt;A href="https://ideas.powerbi.com/" target="_blank" rel="noopener"&gt;https://ideas.powerbi.com/&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;-Boreki&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jul 2020 16:57:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-07-15T16:57:12Z</dc:date>
    <item>
      <title>Row Level Security to customized authentication</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Row-Level-Security-to-customized-authentication/m-p/1219148#M15006</link>
      <description>&lt;P&gt;I have an instance of PBIRS on premises (May 2020). I implemented my own authentication and authorization libraries implementing&amp;nbsp; IAuthenticationExtension and IAuthorizationExtension.&lt;/P&gt;&lt;P&gt;I created a principal name called "everyone" allowing permissions to all users in the CheckAccess methods.&lt;/P&gt;&lt;P&gt;When I go to a report with RLS anyways it doesn't work and I get the following log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Exception of type 'Microsoft.PowerBI.ReportServer.WebApi.ASConnection.RlsNotAuthorizedForModelException' was thrown&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I have to do something more? Is permission check for RLS different from the other ones?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 17:36:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Row-Level-Security-to-customized-authentication/m-p/1219148#M15006</guid>
      <dc:creator>fedebona</dc:creator>
      <dc:date>2020-07-13T17:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Row Level Security to customized authentication</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Row-Level-Security-to-customized-authentication/m-p/1225339#M15055</link>
      <description>&lt;P&gt;Yes, checks for RLS are different since those are not server permissions. We don't have in our custom authentication interfaces the ability to determine if a user is part of a group, so group roles are unsupported with custom auth. Feel free to post this int he ideas forum to help the team prioritize the ask:&amp;nbsp;&lt;FONT&gt;&lt;A href="https://ideas.powerbi.com/" target="_blank" rel="noopener"&gt;https://ideas.powerbi.com/&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;-Boreki&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 16:57:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Row-Level-Security-to-customized-authentication/m-p/1225339#M15055</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-15T16:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Row Level Security to customized authentication</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Row-Level-Security-to-customized-authentication/m-p/1401596#M16139</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even though this is about custom auth, it seems that even with Basic it's not working. When we add a group to a role, a new login window popup comes up when someone in that group opens the report and it doesn't accept the 100% sure valid credentials (user/pwd). Works fine if we add specifically the user himself and not through the group. So can we say currently it's not possible to put groups into RLS roles, only users? If this is not supported, why is this even possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why the docs says that you should be able to do this?&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/power-bi/report-server/row-level-security-report-server" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/power-bi/report-server/row-level-security-report-server&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Enter the user &lt;STRONG&gt;or group&lt;/STRONG&gt; in the text box in the Username format (DOMAIN\user) and select the roles you wish to assign to them. The member has to be within your organization."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you sure it's working at all? If yes, any recommendations what could be the problem? What should we look for?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:22:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Row-Level-Security-to-customized-authentication/m-p/1401596#M16139</guid>
      <dc:creator>Arklur</dc:creator>
      <dc:date>2020-09-29T10:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Row Level Security to customized authentication</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Row-Level-Security-to-customized-authentication/m-p/1402204#M16140</link>
      <description>&lt;P&gt;Groups are supported for windows authentication. If you are seeing issues with that you should contact support so it can be investigated.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:53:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Row-Level-Security-to-customized-authentication/m-p/1402204#M16140</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-29T14:53:12Z</dc:date>
    </item>
  </channel>
</rss>

