I have a region of type Form and a process of type Automatic Row Processing (DML) for this form. I've configured the form edit authorization schemes (in Attributes) for each operation: Add, Update and Delete:
But the process doesn't obbey the authorization schemes. It always runs. Here is my proccess:
I've applied the same authorization schemes on the buttons CREATE, SAVE and DELETE, and they are disappearing accordly. But a malicious user can execute this command on browser console with success, even if the related authorization scheme returns false: apex.page.submit("DELETE");
Am I doing something wrong? Or this is a security fail?
Oracle Apex 19.1
Thanks in advance.