Hi
When using the REST Data Sources (shared components), we can specify the "credentiels" to use when calling the service.
Are there any build in way to supply "dynamic" credentials ?
We plan to use this when creating an APEX Application extending the Oracle SAAS (ERP), where each user are connected using their SAAS JWT token. It seems that the currentr solusion (APEX 20.2) only has fixed credentials where the username/password (or HTTP header API key...) are given when creating the application.
I know I can use the APEX_WEB_SERVICE PL/SQL API, but it would be great to use the lowcode approach like building reports on top of Data REST services defined in shared components.
Please let me know if the above is possible.
Thanks
Martin