This blog post details configuring Oracle Cloud Infrastructure (OCI) confidential applications to securely call Oracle Integration Cloud (OIC) integrations via REST APIs using the OAuth 2.0 authorization code grant type. It outlines prerequisites, creating a REST integration, establishing a confidential application, and testing API calls using Postman.
REST
Oracle Integration Cloud: Calling API Endpoints with OAuth 2.0 using the Client Credentials grant
This blog post outlines the configuration of an Oracle Cloud Infrastructure (OCI) confidential application for calling Oracle Integration Cloud (OIC) integrations via REST APIs secured by OAuth 2.0. It details prerequisites, steps for creating a REST-triggered integration, and testing API calls using Postman, focusing on client credentials grant type for authentication.
OIC Integration Lifecycle Using REST Endpoints
Out-of-the-box, Oracle provides a bunch of REST endpoints available to interact with your Oracle Integration Cloud (OIC) instance or the components in which you have built. In this post, we will look at how we interact with an OIC integration using the available REST endpoints throughout it's lifecycle. This post will not cover all available … Continue reading OIC Integration Lifecycle Using REST Endpoints