You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Does ERP support OAuth when calling rest apis?

edited Oct 13, 2023 1:16AM in Integrations and Extensions 3 comments

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:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!