Skip to main content
Nintex Community Menu Bar

Disable Workspace Access

  • August 5, 2008
  • 3 replies
  • 16 views

Forum|alt.badge.img+4

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

3 replies

Forum|alt.badge.img+11
  • August 5, 2008

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.




Forum|alt.badge.img+5
You can manage workspace access rights from within the workspace security tab.

Forum|alt.badge.img+4

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.