Authorization Scheme checking before login
500324Apr 30 2007 — edited Jul 1 2008Good Day all,
I have a 10gr2 DB with 5 existing APEX 3.0 apps. 2 Apps are DB account authenticated, 2 are LDAP authenticated and 1 is public.
I have been asked to put in an ACL for the 4 authenticated apps. I created a table, put in the usernames. I created an authorization scheme for 1 app which is a PL/SQL returning boolean.
But, I now can not log into that app. The PL/SQL works, the problem appears to be that the V('USER') or :APP_USER are not being defined for the 101 login page and the boolean comes back as false, and the page does not render for me to be able to authenticate.
How does one get around that?