How to Secure OIC REST API with API Key (x-api-key) Instead of OAuth?
Summary:
I need to expose an Oracle Integration Cloud (OIC) REST API endpoint that is secured using API key authentication.
Requirement:
The client invoking the OIC API cannot perform an OAuth-based authentication flow to obtain and pass an access token. They are only capable of making a single API call, so using OAuth is not an option.
To address this, I am planning to secure the OIC REST API using an x-api-key
header.
Question:
Is it possible to configure OIC to accept and validate an x-api-key
for REST API calls? If so, could you please provide detailed steps or documentation references for setting this up?
Tagged:
0