<?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: Integrate LDAP roles along with row-level filters in SAS Visual Analytics in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Integrate-LDAP-roles-along-with-row-level-filters-in-SAS-Visual/m-p/679682#M19789</link>
    <description>&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/341295"&gt;@sagarmandal931&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;Did the response I wrote to your same question on the &lt;A href="https://blogs.sas.com/content/sgf/2018/01/16/sas-viya-3-3-authentication-options/" target="_self"&gt;blog&lt;/A&gt; help?&amp;nbsp; For others the response was:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;... I'd encourage you to look at the post "&lt;/SPAN&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Examples-of-row-level-security-in-SAS-Viya/ta-p/578700" rel="nofollow" target="_blank"&gt;Examples of row-level security in SAS Viya&lt;/A&gt;&lt;SPAN&gt;" by my colleague&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/52061" rel="nofollow" target="_blank"&gt;David Stern&lt;/A&gt;&lt;SPAN&gt;. Where he walks through applying row-level security using LDAP groups. Also I would recommend reviewing the documentation for&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://go.documentation.sas.com/?cdcId=calcdc&amp;amp;cdcVersion=3.4&amp;amp;docsetId=calauthzcas&amp;amp;docsetTarget=n1bf0cwn6ae85gn1b64x2j0czu24.htm&amp;amp;locale=en#p0typu0legb624n139nqaw1p19pt" rel="nofollow"&gt;Identity-Based Substitution&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;and the example to set a&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=caspg&amp;amp;docsetVersion=3.4&amp;amp;docsetTarget=p0hl1p1jnrmna0n1hx4lz5hbak8p.htm&amp;amp;locale=en" rel="nofollow"&gt;dynamic row-level filter&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for your time.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Stuart&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Aug 2020 11:21:10 GMT</pubDate>
    <dc:creator>StuartRogers</dc:creator>
    <dc:date>2020-08-27T11:21:10Z</dc:date>
    <item>
      <title>Integrate LDAP roles along with row-level filters in SAS Visual Analytics</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Integrate-LDAP-roles-along-with-row-level-filters-in-SAS-Visual/m-p/677858#M19708</link>
      <description>&lt;P class="p1"&gt;Hi currently we are using SAS Viya 3.4 and we need to assign dynamically roles to users according to the roles and groups getting from the LDAP and then how to integrate these users with SAS DataSets in CAS lib in Visual Analytics to give permission to reports based on there roles and group.&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;Currently, we are using row-level grant in Visual Analytics and through code as followed below: -&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;cas mysession;&lt;/P&gt;&lt;P class="p1"&gt;proc cas;&lt;/P&gt;&lt;P class="p1"&gt;accessControl.updSomeAcsTable /&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;acs={&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{caslib="row_lvl",&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;table="row_level.sas7bdat",&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;identity="XYZ",&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;identityType="User",&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;permType="Grant",&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;permission="Select",&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;filter="upcase(ABC)=upcase('SUB::SAS.Userid')"}};&lt;/P&gt;&lt;P class="p1"&gt;quit;&lt;/P&gt;&lt;P class="p1"&gt;cas mysession terminate;&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;Is there a way where we could integrate LDAP roles along with row-level filters in SAS Visual Analytics.&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/37179"&gt;@StuartRogers&lt;/a&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/52061"&gt;@DavidStern&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;i have gone through your blogs may be you are the right person for this query&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 16:39:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Integrate-LDAP-roles-along-with-row-level-filters-in-SAS-Visual/m-p/677858#M19708</guid>
      <dc:creator>sagarmandal931</dc:creator>
      <dc:date>2020-08-19T16:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate LDAP roles along with row-level filters in SAS Visual Analytics</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Integrate-LDAP-roles-along-with-row-level-filters-in-SAS-Visual/m-p/679682#M19789</link>
      <description>&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/341295"&gt;@sagarmandal931&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;Did the response I wrote to your same question on the &lt;A href="https://blogs.sas.com/content/sgf/2018/01/16/sas-viya-3-3-authentication-options/" target="_self"&gt;blog&lt;/A&gt; help?&amp;nbsp; For others the response was:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;... I'd encourage you to look at the post "&lt;/SPAN&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Examples-of-row-level-security-in-SAS-Viya/ta-p/578700" rel="nofollow" target="_blank"&gt;Examples of row-level security in SAS Viya&lt;/A&gt;&lt;SPAN&gt;" by my colleague&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/52061" rel="nofollow" target="_blank"&gt;David Stern&lt;/A&gt;&lt;SPAN&gt;. Where he walks through applying row-level security using LDAP groups. Also I would recommend reviewing the documentation for&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://go.documentation.sas.com/?cdcId=calcdc&amp;amp;cdcVersion=3.4&amp;amp;docsetId=calauthzcas&amp;amp;docsetTarget=n1bf0cwn6ae85gn1b64x2j0czu24.htm&amp;amp;locale=en#p0typu0legb624n139nqaw1p19pt" rel="nofollow"&gt;Identity-Based Substitution&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;and the example to set a&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=caspg&amp;amp;docsetVersion=3.4&amp;amp;docsetTarget=p0hl1p1jnrmna0n1hx4lz5hbak8p.htm&amp;amp;locale=en" rel="nofollow"&gt;dynamic row-level filter&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for your time.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Stuart&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 11:21:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Integrate-LDAP-roles-along-with-row-level-filters-in-SAS-Visual/m-p/679682#M19789</guid>
      <dc:creator>StuartRogers</dc:creator>
      <dc:date>2020-08-27T11:21:10Z</dc:date>
    </item>
  </channel>
</rss>

