User access to specific objects using MendixSSO

0
Hi all, I am currently working on user rights/access in my application and I don't know if the thing I want to achieve is possible. I have an entity called ‘Object_’ this represents for example a vessel we work on. On this Vessel we perform projects. After logging in, the user will have to select the object they wish to work on and select a project that is available for this object. I've setup user acces to pages, but is it also possible to give users access to certain Objects?
asked
1 answers
0

With entity access you can also add xpath constraints. So you can say a user is only able to see vessels that are associated to that user (by their manager) for example.

answered