Implementing page level authentication [message #541070] |
Fri, 27 January 2012 08:11 |
|
tinkuvinay
Messages: 9 Registered: December 2011 Location: Dallas
|
Junior Member |
|
|
Hi all,
I have created a security application in APEX which controls the user access to another APEX applications. My authentication code will check 2 tables (htmldb_app, htmldb_app_user). htmldb_app contains the application id, name, date_modified, modified_by. htmldb_app_user contains app_user_id, app_id, date_modified, modified_by. If the user has the access to application 100, then when the user try to access the application 100, my code will check in the htmldb_app_user table and then returns true.
I was able to do this at the application level since i'm able to capture the app_id by :APP_ID. Now I need to control users at page level also. How do I capture the page numbers of an application?
|
|
|
|