Forum Discussion
Azure AD Security Group In Lakehouse SQL analytics endpoint
Hello thank you for your response but I can't access the link. "about:blank#blocked"
Hi verianalizi ,
Please refer this link - Row-level security in Fabric data warehousing - Microsoft Fabric | Microsoft Learn
- fabricator12 years agoAdvocate II
Hi Anonymous,
The approach shown in the link, is using USER_NAME() for single user only.
-- 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() = '[email protected]'; GO
How can we do it for Entra ID security groups?
I have tried to do that, but I wasn't succesful. Can you provide some guidance. Please see my post: SQL Analytics Endpoint - RLS for Security Groups - Microsoft Fabric Community - Anonymous2 years agoNot applicable
Hi verianalizi ,
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .
In case if you have any resolution please do share that same with the community as it can be helpful to others .
Otherwise, will respond back with the more details and we will try to help . - Anonymous2 years agoNot applicable
Hi verianalizi ,
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .
In case if you have any resolution please do share that same with the community as it can be helpful to others .
Otherwise, will respond back with the more details and we will try to help .