<?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 Allow access only to a given group for a SASContent folder and deny to authenticated users in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Allow-access-only-to-a-given-group-for-a-SASContent-folder-and/m-p/895400#M27270</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a folder in the SASContent like /SASContent/Projects/SecretProject.&lt;/P&gt;
&lt;P&gt;I need to restrict all grants for this specific path only to the group "SpecialGroup".&lt;/P&gt;
&lt;P&gt;I can a new rule to grant "SpecialGroup" everything for that path without problems.&lt;/P&gt;
&lt;P&gt;But the "Authenticated Users" principal is present everywhere with READ grant on /SASContent and convey, and hence the SecretProject folder inherits the READ grant for "Authenticated Users": I cannot deny that, otherwise I would lock everyone out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I secure that path and only that from "Authenticated Users", still keeping the general READ grant on all /SASContent and convey for "Authenticated Users" BUT on the SecretProject folder?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using Viya 2023.x&lt;/P&gt;</description>
    <pubDate>Fri, 22 Sep 2023 09:04:38 GMT</pubDate>
    <dc:creator>Edoedoedo</dc:creator>
    <dc:date>2023-09-22T09:04:38Z</dc:date>
    <item>
      <title>Allow access only to a given group for a SASContent folder and deny to authenticated users</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Allow-access-only-to-a-given-group-for-a-SASContent-folder-and/m-p/895400#M27270</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a folder in the SASContent like /SASContent/Projects/SecretProject.&lt;/P&gt;
&lt;P&gt;I need to restrict all grants for this specific path only to the group "SpecialGroup".&lt;/P&gt;
&lt;P&gt;I can a new rule to grant "SpecialGroup" everything for that path without problems.&lt;/P&gt;
&lt;P&gt;But the "Authenticated Users" principal is present everywhere with READ grant on /SASContent and convey, and hence the SecretProject folder inherits the READ grant for "Authenticated Users": I cannot deny that, otherwise I would lock everyone out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I secure that path and only that from "Authenticated Users", still keeping the general READ grant on all /SASContent and convey for "Authenticated Users" BUT on the SecretProject folder?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using Viya 2023.x&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2023 09:04:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Allow-access-only-to-a-given-group-for-a-SASContent-folder-and/m-p/895400#M27270</guid>
      <dc:creator>Edoedoedo</dc:creator>
      <dc:date>2023-09-22T09:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Allow access only to a given group for a SASContent folder and deny to authenticated users</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Allow-access-only-to-a-given-group-for-a-SASContent-folder-and/m-p/895438#M27273</link>
      <description>You could use a conditional prohibit read on authenticated users, with the condition "!groupsForCurrentUser.contains('SpecialGroup')", be sure SAS Administrators is a member of the Special Group.</description>
      <pubDate>Fri, 22 Sep 2023 12:49:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Allow-access-only-to-a-given-group-for-a-SASContent-folder-and/m-p/895438#M27273</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2023-09-22T12:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Allow access only to a given group for a SASContent folder and deny to authenticated users</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Allow-access-only-to-a-given-group-for-a-SASContent-folder-and/m-p/895987#M27285</link>
      <description>&lt;P&gt;If you need to hide any members under SASContent then you do not want to use Read Convey at that level.&amp;nbsp; You can't break convey, and it should only be used when all children should inherit the grant.&amp;nbsp; This paper shows some examples with explanations.&amp;nbsp; Written for 3.5 but the same applies...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings18/2130-2018.pdf" target="_blank"&gt;Understanding Security for SAS&amp;amp;reg; Visual Analytics 8.2 on SAS&amp;amp;reg; Viya&amp;amp;reg;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 03:36:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Allow-access-only-to-a-given-group-for-a-SASContent-folder-and/m-p/895987#M27285</guid>
      <dc:creator>angian</dc:creator>
      <dc:date>2023-09-27T03:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Allow access only to a given group for a SASContent folder and deny to authenticated users</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Allow-access-only-to-a-given-group-for-a-SASContent-folder-and/m-p/896011#M27289</link>
      <description>Thanks, so the caveat was just not to apply "read convey" at SASContent level, so in the subfolder the authenticated users does not have the read permission by default, it seems much cleanerò</description>
      <pubDate>Wed, 27 Sep 2023 09:49:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Allow-access-only-to-a-given-group-for-a-SASContent-folder-and/m-p/896011#M27289</guid>
      <dc:creator>Edoedoedo</dc:creator>
      <dc:date>2023-09-27T09:49:38Z</dc:date>
    </item>
  </channel>
</rss>

