Has anyone successfully had an ORDS prehook trigger run on an ORDS OAUTH2 protected endpoint?
Using ORACLE ORDS 23.4 on an on-premise ORACLE 19 database.
Have tried this on both standalone and tomcat environments.
Endpoint protected by ORDS OAUTH privilege/role. Prehook unconditionally inserts into a log table. Get the expected 401 as user not yet authenticated, but nothing in log. If I unprotect the endpoint I get a log entry. Suggesting that the prehook doesn't fire if user not authenticated.