Hi,
I have an application with set authentication method (Custom, based on a table) and have set authorization scheme on all pages.
Now I have a requirement to conditionally access some pages based on a condition computed after user logs in. I set an application item with that computed value, and can use it as condition in navigation menu to not show some entries.
But that does not prevent user to access that pages with direct link to a page.
So, my question is, how can I prevent user from accessing a page based on a condition that is stored in an application item?
Using APEX 5.1.4.
TIA,
Davor