Dynamic role access of pages and microflows at runtime

0
Hi Reader,    I have a requirement in which I have to provide access to pages and microflows at runtime not at the application level. User roles are defined at application level but their pages access and microflow access  provided at runtime i.e. from UI . Is this feasible with mendix ? If feasible How can I do This?  
asked
2 answers
0

Hi Harshraj,

 

No, it is not possible. Also, it would require giving the logic providing run-time rights full access for all. That would imply that an anonymous user (or any user) could call that logic from the client API.

 

The security in Mendix is very granular and using Access Right on Entityies is very powerful. If you are not allowed to read data in some cases I would add that logic to the XPath statement or to an OQL statement.

 

Go Make It

answered
0

Hi Marco,

I want this screen handled from the UI, that  a super user can provide access of pages and microflows to different users

 

answered