Hello,
Â
inside the package.manifest.json file I have some scopes defined. This scopes are assigned to permissions inside the "menu" struct.
But the items on the ctrlX main menu can be called by any user, even if they do not have the necessary permissions.
The user have the correct permissions assigned and also the JWT permissions are correct.
How can I restrict the access of items inside the ctrlx menu, sidebar and settings?
Â
Thanks!