Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
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
Get Started with Redwood for Oracle Cloud HCM   Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.

For more information, please refer to this announcement explaining best practices for getting answers to questions.

Enable rest api call to call integrations through OAuth connection

edited Mar 25, 2024 3:57PM in Integration Cloud HR Guides and Templates 2 comments

Summary:

Currently, Using an integration to update lookup table, but OAuth connection is throwing a 401 error. The connection tested successfully but still I see this while running the integration.

Content (please ensure you mask any confidential information):

<ns0:errorPath>&lt;![CDATA[InboundJaxrsResponse{context=ClientResponse{method=PUT, uri=https://xxxxxxxxxxxxxxx.ocp.oraclecloud.com/ic/api/integration/v1/lookups/Timezone?integrationInstance=xxxx, status=401, reason=Unauthorized}}]]&gt;</ns0:errorPath>

  <ns0:instance>&lt;![CDATA[{

   "code" : "NotAuthenticated",

   "message" : "The required information to complete authentication was not provided or was incorrect."

   }.The 401 error message is usually returned by services that requires user credentials. So if you have got this error then it pobably means you entered an invalid username or password. It may also be that one of the intermediaries (proxy, LBR) could be returning this code. Please note, test connection doesn't validate the credentials and even if it is successful, it may not be sufficient. As the parameters defined within the connection page are used to call the target endpoint REST API, which is configured as part of endpoint configuration, it is strongly recommended that the endpoint configuration that

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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