<?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: How to provide access to a SAS workspace server /SASAPP server to a user in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-provide-access-to-a-SAS-workspace-server-SASAPP-server-to/m-p/535377#M15635</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18432"&gt;@PaulHomes&lt;/a&gt;&amp;nbsp;- I exactly did as you mentioned. Thanks so much for the detailed response. Appreciate it!&lt;/P&gt;</description>
    <pubDate>Wed, 13 Feb 2019 19:46:43 GMT</pubDate>
    <dc:creator>RupaJ</dc:creator>
    <dc:date>2019-02-13T19:46:43Z</dc:date>
    <item>
      <title>How to provide access to a SAS workspace server /SASAPP server to a user</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-provide-access-to-a-SAS-workspace-server-SASAPP-server-to/m-p/534066#M15613</link>
      <description>&lt;P&gt;Hello SAS users,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could some one please tell me how I should grant/revoke access to a user on a SAS application server. I have a SASAPP2 server that only few users in the company have access to and now I see couple users who should not be having access on that server. Now how do I revoke the access for those users. Have been looking around for quite some time to figure this out. Pretty sure this should be very straightforward.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 20:57:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-provide-access-to-a-SAS-workspace-server-SASAPP-server-to/m-p/534066#M15613</guid>
      <dc:creator>RupaJ</dc:creator>
      <dc:date>2019-02-08T20:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to provide access to a SAS workspace server /SASAPP server to a user</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-provide-access-to-a-SAS-workspace-server-SASAPP-server-to/m-p/534079#M15614</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Refer SAS Management Console.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=mcsecug&amp;amp;docsetTarget=n0pgcve9z5pfp7n1rf46l5u5xkbf.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=mcsecug&amp;amp;docsetTarget=n0pgcve9z5pfp7n1rf46l5u5xkbf.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 22:14:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-provide-access-to-a-SAS-workspace-server-SASAPP-server-to/m-p/534079#M15614</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2019-02-08T22:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to provide access to a SAS workspace server /SASAPP server to a user</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-provide-access-to-a-SAS-workspace-server-SASAPP-server-to/m-p/534116#M15615</link>
      <description>&lt;P&gt;Rather than looking at this problem as how do I revoke access to people who have access but shouldn't, I would recommend taking a step back and considering how do I make sure I only grant access to the people who should have access. Based on the latter it looks like the access controls on the app server are not currently setup correctly to only grant access to those who should have access.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you were to look at denying access to specific users or non-implicit groups (groups other than PUBLIC/SASUSERS) then you are very likely to run into conflict scenarios. You end up finding people-who-have-access-who-shouldn't or people-who-don't-have-access-but-should that can hard to troubleshoot (and the first group don't always tell you).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The recommended practice is to deny broadly (wipe out everyone's access) using PUBLIC (or SASUSERS) and then start granting access back to those who should have access (SAS System Services, SAS Administrators, other org groups).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more info on this, there several resources you could look at:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/SAS-Security-Model-Design-Golden-Rules-Validation-and-Monitoring/ta-p/400904" target="_self"&gt; SAS® Security Model Design Golden Rules, Validation, and Monitoring - Webinar&lt;/A&gt; - there is a webinar and many links to related papers&lt;/LI&gt;
&lt;LI&gt;SAS Global Forum 2011 Paper 376-2011 &lt;A href="http://support.sas.com/resources/papers/proceedings11/376-2011.pdf" target="_self"&gt;Best Practice Implementation of SAS® Metadata Security at Customer Sites in Denmark&lt;/A&gt; by Cecily Hoffritz &amp;amp; Johannes Jørgensen - includes example of securing app servers too&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If you follow those best practice examples then you control who has access by making sure they are members of groups that should have access. By making sure you do not deny permissions to any identity other than PUBLIC/SASUSERS then you also won't get conflicts. If the groups are setup correctly and someone doesn't have access then they need to join a group that has access. If they have access but shouldn't then they need to leave any groups that have access. If neither of those choices make business sense then the access controls and groups need to be revisited.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Feb 2019 01:09:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-provide-access-to-a-SAS-workspace-server-SASAPP-server-to/m-p/534116#M15615</guid>
      <dc:creator>PaulHomes</dc:creator>
      <dc:date>2019-02-09T01:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to provide access to a SAS workspace server /SASAPP server to a user</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-provide-access-to-a-SAS-workspace-server-SASAPP-server-to/m-p/535377#M15635</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18432"&gt;@PaulHomes&lt;/a&gt;&amp;nbsp;- I exactly did as you mentioned. Thanks so much for the detailed response. Appreciate it!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 19:46:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-provide-access-to-a-SAS-workspace-server-SASAPP-server-to/m-p/535377#M15635</guid>
      <dc:creator>RupaJ</dc:creator>
      <dc:date>2019-02-13T19:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to provide access to a SAS workspace server /SASAPP server to a user</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-provide-access-to-a-SAS-workspace-server-SASAPP-server-to/m-p/535457#M15639</link>
      <description>&lt;P&gt;Great to hear it was helpful and thanks for marking it solved.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 23:45:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-provide-access-to-a-SAS-workspace-server-SASAPP-server-to/m-p/535457#M15639</guid>
      <dc:creator>PaulHomes</dc:creator>
      <dc:date>2019-02-13T23:45:52Z</dc:date>
    </item>
  </channel>
</rss>

