I would like to create an adf application , this web application will have different user roles like manager,normal user and admin . First, I want to check users when they try to login into system by getting users info from database. I mean authorization should be provided by adf security from database Users table Then according to this user's roles, specific web pages should be shown to logged users. Users should see only pages that its responsible pages.
I dont know how to do it, I need your guidance