How to disable JSF UI for User Group

We have an external application handling all the day-to-day interaction for users to the nuxeo repository. In order to avoid any mis-handling of files or structures we need to keep the End-Users out of the JSF UI. How would i go about this. I have a small group of Admins who are supposed to see the JSF UI, but the majority should not see it. I know how to add Users to a group. but how do i disable that group from logging into the JSF UI ? thanks much

0 votes

1 answers

796 views

ANSWER



Hello,

The best is to rely exclusively on Web UI which contains users and group management. You can add filters on it through configuration. If you really need to use JSF UI, then my guess is to use the development mode and add some filters (https://doc.nuxeo.com/nxdoc/how-to-activate-ui-development-mode/)

Regards

1 votes