All
We are starting a POC in Oracle Fusion ERP cloud (24D) where we want to investigate some REST API.
From the documentation I can see the urls/paths/parameters/…. no problem here.
My problem is that each time I invoke an operation I receive a “401-unauthenticated”. I presume it is because I use “basic-auth” and the credentials are my user. My user (when I logon to cloud erp) is authenticated via the “Company Single Sign-on”. This means I cannot use “basic auth” during my REST API requests.
Question: Can I declare in Oracle Fusion Cloud ERP a kind of "JWT Token" or other mechanism so I can invoke the REST API's from the Fusion Cloud ERP 24D?
Kind Regards
Olviier