Roadmap for Setting Up Unifier with Oracle Integration
This is a high-level roadmap for setting up Unifier with Oracle Integration.
Prerequisites
As an administrator, you have the required permissions to access the following applications:
- Oracle Integration Administration Console (IDCS)
- Unifier with Company Administration credentials
- Oracle Integration application with administration credentials
Procedure
To setup business processes (BPs) configured to use Oracle Integration as the default integration engine, complete the following steps:
Additional References
- To set up REST Adapter connection in Oracle Integration, ensure:
- Security Policy: OAuth Custom Two Legged Flow
- Example of Access Token Request:
-X GET -H "Content-Type: application/x-www-form-urlencoded" -H "Authorization: Basic <encoded username:password>" -d 'grant_type=client_credentials' https://<unifier url>/ws/rest/service/v2/auth/tokenNote:
Replace<encoded username:password>with the Base64 encoding of integrationusername:password. Substitute the correct Unifier URL.
- See the REST Adapter Connection section of the Primavera Unifier BP Sync Starter Recipe.