APEX_WORKSPACE_ACCESS_LOG.AUTHENTICATION_RESULT invalid on custom authentic
Hi,
I have a custom authentication function which calls PL/SQL function that returns a boolean. This works correctly and when an user enters invalid login credentials they get the "invalid login" message etc. However in the APEX_WORKSPACE_ACCESS_LOG the AUTHENTICATION_RESULT columns still shows this as: "AUTH_SUCCESS". I tested this with both LDAP and Application Express type logins and it logs correctly for valid and invalid login attempts.
Is their something I need to do differently on my custom authentication? Is this a bug?
Thank you,
Martin