Hi,
I have just listen to the role based security online class from OutSystems for mobile associate certificate and at the end, I stayed with a doubt.
If I create a specific role, like Manager for example, can he access to the same information as a registered user plus the information that I specifically said for the manager?Or he will only be authorized to see the manager information?
thank you in advance!
The registered role checks if an User has ANY ROLE to grant access.
The anonymous role grant access to ANY USER, logged in or not.
Hi, friend.
OutSystems has a method called CheckRole method for each role created in the systems. You can, for example, make the access to a page with multiple roles or just one, as you wish. There are many thinks we can do with that permitions.
Lenon Manhães wrote:
Thank you very much! that's what I wanted to know (:
Something like that
I'm glad to help.
Best regards.