Connect to Process Cloud APIs
You can connect to Process Cloud APIs using identity propagation or fixed credentials.
Note:
Oracle Process Cloud Service, which is included in the Enterprise edition of Oracle Integration Gen 2, is deprecated. See Process Features for details.Connect to Process APIs Using Identity Propagation
To connect to Process APIs using identity propagation, the Process and Visual Builder instances must be located in the same domain and use the same IDCS instance for authentication.
Using "Oracle Cloud Account" authentication provides identity propagation from Visual Builder to Process without the need for any additional configuration. No CORS configuration is required because the instances are in the same domain.
To connect to Process APIs using identity propagation:
Connect to Process APIs Using Fixed Credentials
To connect to Process APIs using fixed credentials, you can choose to use Basic Auth, OAuth 2.0 Client Credentials or OAuth 2.0 Resource Owner Password as the authentication method.
For access to Process APIs using fixed credentials, the Process and Visual Builder instances do not need not be located in the same domain or governed by the same IDCS instance. The steps are the same if they use the same IDCS instance. When creating the service connection, you can use one of the following authentication method for the service connection:
Authentication method | Details |
---|---|
Basic |
To use this option you need to provide the following details:
|
OAuth 2.0 Client Credentials |
To use this option you need to provide the following details:
|
OAuth 2.0 Resource Owner Password |
To use this option you need to provide the following details:
|
If you do not have access to IDCS, you will need to request the authentication details from an administrator if you want to use the OAuth 2.0 Client Credentials or OAuth 2.0 Resource Owner Password authentication methods.
To connect to Process APIs using fixed credentials: