The OIC REST api docs tell us how to use OAuth with REST API calls -
Let's try these out -
Pre-requisite is an integration application you set up in your identity domain -
The OIC REST api docs tell us how to use OAuth with REST API calls -
Let's try these out -
Pre-requisite is an integration application you set up in your identity domain -
Some customers are using the OIC Gen2 Factory api to download the log files -
left side - OIC Gen2
right side - OIC3
In OIC runtime, integration flows are identified by a unique id, the instance id. This is defined in the OIC Gen2 and OIC3 api as a string -
In OIC Gen2 - this string contains a numeric value -In OIC3 this instance id string is alphanumeric -
Some OIC Gen2 customers have stored the instance id in a DB table, sometimes for compliance purposes, also to enable lookups of instance state by other integrations e.g. Integration B checks on the state of Integration A via the OIC Factory apis.
Check out my simple DB table below -many customers have defined the column holding the instance id as NUMBER, when they really should have been using VARCHAR.
This could be fed by a common integration, such as the following -
I use the Oracle DB adapter -Welcome to this short series of posts for OIC beginners - OIC Provisioning and Configuration - enabling other OIC components, enabling OIC...