I have created a REST API using ORDS in Oracle APEX.
It is accessible without authentication.
I want to secure this REST API using authentication (Basic Auth or OAuth2).
Steps
1. Created REST module
2. Enabled ORDS
3. Set authentication to “Requires Authentication”
But it is still accessible publicly.
Can someone guide me on how to properly secure ORDS REST APIs in APEX?
Thank you.