Skip to main content

Undergrounders,


I'm looking for a way to (totally) lock users out of the workspace. By setting security on all the items in the Workspace security still allow a user to view the landing page of the Workspace (reports and worklist). Is there a way, using the workspace security layer, to lock all (except admin) users out?


Regards,
Gabriel

I don't know of a way to do it through workspace, but  you could add something like this to the web.config:


<authorization>
      <allow roles="admins"/>
      <deny users="*"/>
</authorization>


The drawback would be anytime you upgrade your software you would probably have to re-add these entries.




You can manage workspace access rights from within the workspace security tab.

Yes, but you cannot totally block access. The minimum you can accomplish in the Workspace Security tab is a view of the users worklist and shortcuts to reports and unfortunately we require only admin users to have ANY access into the workspace.


Reply