Try our conversational search powered by Generative AI!

Setting exception to CMSAdmin rights

Vote:
 

To my understanding all Users belonging to the roles set as CmsAdmins in the web.config can change and edit the "Set Access Rights" list. Is there's workaround for this? I would like admins to have rights to everything else but that and have a "Access Rights"-admin.

#175795
Mar 02, 2017 11:07
Vote:
 

I guess you could add a location path in web.config for /EPiServer/CMS/Admin/security.aspx. It will give them the login-screen though.

<location path="EPiServer/CMS/admin/security.aspx">
    <system.web>
      <authorization>
        <allow roles="MySuperDuperAdminRole" />
        <deny users="*" />
      </authorization>
    </system.web>
  </location>
#175797
Mar 02, 2017 12:03
Vote:
 

Thanks a bunch, that will work as a solutions!

#175799
Mar 02, 2017 12:42
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.