<?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: Azure AD Security Group In Lakehouse SQL analytics endpoint in Fabric platform</title>
    <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Azure-AD-Security-Group-In-Lakehouse-SQL-analytics-endpoint/m-p/3636768#M3370</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;The approach shown in the link, is using USER_NAME() for single user only.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;-- Creating a function for the SalesRep evaluation
CREATE FUNCTION Security.tvf_securitypredicate(@SalesRep AS nvarchar(50))
RETURNS TABLE
WITH SCHEMABINDING
AS
RETURN SELECT 1 AS tvf_securitypredicate_result
WHERE @SalesRep = USER_NAME() OR USER_NAME() = 'manager@contoso.com';
GO&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How can we do it for Entra ID security groups?&lt;BR /&gt;&lt;BR /&gt;I have tried to do that, but I wasn't succesful. Can you provide some guidance. Please see my post:&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/General-Discussion/SQL-Analytics-Endpoint-RLS-for-Security-Groups/td-p/3636757" target="_blank"&gt;SQL Analytics Endpoint - RLS for Security Groups - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jan 2024 21:18:29 GMT</pubDate>
    <dc:creator>fabricator1</dc:creator>
    <dc:date>2024-01-12T21:18:29Z</dc:date>
    <item>
      <title>Azure AD Security Group In Lakehouse SQL analytics endpoint</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Azure-AD-Security-Group-In-Lakehouse-SQL-analytics-endpoint/m-p/3622914#M3337</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Can I access AD Security group in&amp;nbsp;Lakehouse SQL analytics endpoint? I tried&amp;nbsp;IS_MEMBER ('AnyGroupName')&amp;nbsp; function. But it didn't work. It returned "NULL". Do you have any idea? My aim is to create RLS security in SQL with Security Groups.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below link says for IS_MEMBER function:&amp;nbsp; "&lt;SPAN&gt;... current user is a member of a database role or a Windows domain group."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/sql/t-sql/functions/is-member-transact-sql?view=sql-server-ver16" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/sql/t-sql/functions/is-member-transact-sql?view=sql-server-ver16&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 13:13:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Azure-AD-Security-Group-In-Lakehouse-SQL-analytics-endpoint/m-p/3622914#M3337</guid>
      <dc:creator>verianalizi</dc:creator>
      <dc:date>2024-01-08T13:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Azure AD Security Group In Lakehouse SQL analytics endpoint</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Azure-AD-Security-Group-In-Lakehouse-SQL-analytics-endpoint/m-p/3635122#M3338</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="288594" data-lia-user-login="verianalizi" class="lia-mention lia-mention-user"&gt;verianalizi&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thanks for using Fabric Community.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;RLS security in SQL Endpoint - Fabric with Security Groups can be implemented.&lt;BR /&gt;&lt;/SPAN&gt;For detail process please check this &lt;A href="https://learn.microsoft.com/en-us/fabric/data-warehouse/row-level-security" target="_blank" rel="noopener"&gt;link&lt;/A&gt; for reference.&lt;BR /&gt;&lt;BR /&gt;Hope this is helpful. Please let me know incase of further queries.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 07:34:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Azure-AD-Security-Group-In-Lakehouse-SQL-analytics-endpoint/m-p/3635122#M3338</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-12T07:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Azure AD Security Group In Lakehouse SQL analytics endpoint</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Azure-AD-Security-Group-In-Lakehouse-SQL-analytics-endpoint/m-p/3635170#M3339</link>
      <description>&lt;P&gt;Hello thank you for your response but I can't access the link. "about:blank#blocked"&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 07:14:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Azure-AD-Security-Group-In-Lakehouse-SQL-analytics-endpoint/m-p/3635170#M3339</guid>
      <dc:creator>verianalizi</dc:creator>
      <dc:date>2024-01-12T07:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Azure AD Security Group In Lakehouse SQL analytics endpoint</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Azure-AD-Security-Group-In-Lakehouse-SQL-analytics-endpoint/m-p/3635207#M3340</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="288594" data-lia-user-login="verianalizi" class="lia-mention lia-mention-user"&gt;verianalizi&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Please refer this link -&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-warehouse/row-level-security" target="_blank"&gt;Row-level security in Fabric data warehousing - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 07:33:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Azure-AD-Security-Group-In-Lakehouse-SQL-analytics-endpoint/m-p/3635207#M3340</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-12T07:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Azure AD Security Group In Lakehouse SQL analytics endpoint</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Azure-AD-Security-Group-In-Lakehouse-SQL-analytics-endpoint/m-p/3636768#M3370</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;The approach shown in the link, is using USER_NAME() for single user only.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;-- Creating a function for the SalesRep evaluation
CREATE FUNCTION Security.tvf_securitypredicate(@SalesRep AS nvarchar(50))
RETURNS TABLE
WITH SCHEMABINDING
AS
RETURN SELECT 1 AS tvf_securitypredicate_result
WHERE @SalesRep = USER_NAME() OR USER_NAME() = 'manager@contoso.com';
GO&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How can we do it for Entra ID security groups?&lt;BR /&gt;&lt;BR /&gt;I have tried to do that, but I wasn't succesful. Can you provide some guidance. Please see my post:&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/General-Discussion/SQL-Analytics-Endpoint-RLS-for-Security-Groups/td-p/3636757" target="_blank"&gt;SQL Analytics Endpoint - RLS for Security Groups - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 21:18:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Azure-AD-Security-Group-In-Lakehouse-SQL-analytics-endpoint/m-p/3636768#M3370</guid>
      <dc:creator>fabricator1</dc:creator>
      <dc:date>2024-01-12T21:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Azure AD Security Group In Lakehouse SQL analytics endpoint</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Azure-AD-Security-Group-In-Lakehouse-SQL-analytics-endpoint/m-p/3640756#M3415</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="288594" data-lia-user-login="verianalizi" class="lia-mention lia-mention-user"&gt;verianalizi&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .&lt;BR /&gt;In case if you have any resolution please do share that same with the community as it can be helpful to others . &lt;BR /&gt;Otherwise, will respond back with the more details and we will try to help . &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 10:39:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Azure-AD-Security-Group-In-Lakehouse-SQL-analytics-endpoint/m-p/3640756#M3415</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-16T10:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Azure AD Security Group In Lakehouse SQL analytics endpoint</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Azure-AD-Security-Group-In-Lakehouse-SQL-analytics-endpoint/m-p/3643231#M3453</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="288594" data-lia-user-login="verianalizi" class="lia-mention lia-mention-user"&gt;verianalizi&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In case if you have any resolution please do share that same with the community as it can be helpful to others .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise, will respond back with the more details and we will try to help .&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 09:56:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Azure-AD-Security-Group-In-Lakehouse-SQL-analytics-endpoint/m-p/3643231#M3453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-17T09:56:07Z</dc:date>
    </item>
  </channel>
</rss>

