There is a requirement where we need to update the storage cloud password in API CS. In the previous article, we showcased how to update the DBaaS Cloud storage password.…
Oracle API CS offers an inbuilt feature to limit or remove the certain fields and headers which is the part of request and response payload. This policy is called Redaction…
In most of the cases, we configure back-end services in API CS which are SSL enabled. So while invoking such service via browser or POSTMAN tool, we face a generic…
High level steps to configure SSL in API CS physical Gateway Create Java KeyStore (JKS) and generate key Generate a Certificate Signing Request (CSR) Send the CSR file to CA…
In our previous blog, we have showcased how to install API Cloud Service physical gateway. In this blog, we’ll execute some useful commands. For instance, how to start, stop and check…
The Verify API Key policy lets user enforce verification of API keys at run-time, letting only apps with approved API keys access the APIs. This policy ensures that API keys…
Applications represent the applications API consumers use to send requests to registered APIs in Oracle API CS. Consumers register applications to APIs they use. Important Blogs to learn more about…
Plans are used to group and entitle access for client applications to a set of APIs, enforcing some quality of service or access control criteria. A plan can entitlement to…
IP white-listing allows to create lists of trusted IP addresses or IP ranges from which a users can access APIs. IP white-list is a security feature often used for limiting…
In the previous blog, we have covered how to provision Oracle API Cloud Service instance: Creating an Oracle API Platform Cloud Service (CS) InstanceTo deploy the service on Oracle API CS…