Authorization Schema in Oracle Apex
UDF not called on each Component! (UPDATE: it was my fault!)
We've developed a specialized Authorization Schema Configuration Tool within Apex to manage the security configurations for each component effectively.
Configuring Authschemes in Apex
Apex allows us to configure authorization schemes across various sections and scenarios to ensure robust security management.
On Page Level
Note: While we do select an authorization schema for each test object, we've streamlined the process and haven't included a new screenshot for every example.
On Region Level:
On Item Level:
On Buttons
On Dynamic Actions:
On Actions from Dynamic Actions:
On Validations
On Processes:
On IR + IG Columns:
On IG Edit - Row Privileges:
Now i configure Authorization Schemas for Handling
For example our p_sec.check_priv Package and Procedure
We put a Logger into this Package to see how often its called and what parameters are passed this way.
I found out that Apex didnt call my Package on Interactive Grid, Dynamic Actions and Dynamic Action Actions... so i flagged it with no APEX_SUPPORTED ;-(
UPDATE: At meanwhile i found out that this AutzChecks are running only if we entered in IG editmode or when the DA ist triggered. So in my logs after Page Load this Components are not seen until i do something with this interactive components! Thx Patrick
Best wishes Tom