Does ERP support OAuth when calling rest apis?
Hello,
I have managed to call ERP REST APIs using Basic Auth, i had previously tested this and brought it up with support and they mentioned that this feature is currently not supported. Can someone please suggest if there is a more secure way to call ERP Rest APIs, Maybe JWT for example, but i think this also is not supported.
For example:
Oracle ERP REST APIs :
/fscmRestApi/resources/11.13.18.05/invoices
/fscmRestApi/resources/11.13.18.05/erpintegrations
Below API is called successfully using Basic Auth:
curl -k --location--request POST 'https://fa-evvu-dev3-saasfaprod1.fa.ocs.oraclecloud.com/fscmRestApi/resources/11.13.18.05/erpintegrations' \
--header "Authorization: Basic ${erptoken}" \
Tagged:
1