Handle Non-Standard API Authentication in APEX
Introduction
Oracle APEX Web Credentials supports many standard REST API authentication schemes. However, not all APIs play nicely - some use custom or unsupported authentication flows.
When that happens, securing and reusing credentials becomes hard...
blog.cloudnueva.com8 min read
TBD finder
Clearing TBD / TODO
Well Written , As Usual Your Content is Excellent . Could you please put some insight into .How can we call OAuth 2.0 APIs like Firebase Cloud Messaging (FCM) from Oracle APEX? Context:
FCM API requires bearer tokens generated using private key encryption Current stack: Oracle APEX (ORDS) → Node.js (Supabase) → FCM → Device APEX schedulers need to send push notifications to Flutter app devices Trying to Avoid Node.js to reduce Latency