Install and Configure the Recipe
On your Oracle Integration instance, install the recipe to deploy and configure the integration and associated resources.
Install the recipe on your Oracle Integration instance. See Install a Recipe or Accelerator.
After you've installed the recipe, configure the following resources:
Configure the Oracle Adobe eSign REST Connection
- In the Connections section, click the connection name.
- In the Properties section,
enter the following details:
Field Information to Enter Connection Type Select REST API Base URL. Connection URL Specify your Adobe URL. For example: https://api.<domain_name>.adobesign.com/api/rest/v6
. Where<domain_name>
indicates your domain such asin
,us
,eu
, and so on. - In the Security section, enter
the following details:
Field Information to Enter Security Policy Select OAuth Custom Three Legged Flow. Authorization Request The client application URL that the recipe must redirect you to when you provide consent.
See Configure the REST Adapter to Consume a REST API protected with 3-legged OAuth token based authentication in Using the REST Adapter with Oracle Integration 3. For example:https://secure.<domain_name>.adobesign.com/public/oauth/v2?response_type=code&client_id=<client_id_of_adobe_app>&redirect_uri=<OIC_Hostname>/icsapis/agent/oauth/callback&scope=user_login:self agreement_read:account agreement_write:account agreement_send:account
Access Token Request The access token request to use to fetch the access token.
For example,
-X POST -H 'Content-Type: application/x-www-form-urlencoded' -d 'code=${auth_code}&grant_type=authorization_code&redirect_uri=${redirect_uri}&client_id=<client_id_of_adobe_app>&client_secret=<client_secret_of_adobe_app>' https://secure.<domain_name>.adobesign.com/oauth/v2/token
- Click Save. If prompted, click Save again.
- Click Provide Consent.
- In the resulting Sign in dialog, enter your Oracle Integration user name and password, and click Sign in.You'll now be redirected to the Adobe Sign login page.
- Enter your Adobe Sign account credentials and click Continue to log in.You are now displayed a page that prompts you to authorize the connection to the Adobe Sign application created previously.
- On the Adobe Sign web page, click ACCEPT.You're informed that access to Adobe Sign is allowed. You can now switch back to the Adobe Sign Connection window of Oracle Integration to test your connection.
- Click
Test to ensure that your
connection is successfully configured. In the resulting
dialog, click Test again.
A message confirms if your test is successful.
- To return to the project workspace,
click Go back
.
Configure the Oracle REST Trigger Connection
- In the Connections section, click the connection name.
- In the Security section, enter
the following details:
Field Information to Enter Security Policy Select OAuth 2.0 or Basic Authentication. - Click Save. If prompted, click Save again.
- Click
Test to ensure that your
connection is successfully configured. In the resulting
dialog, click Test again.
A message confirms if your test is successful.
- To return to the project workspace,
click Go back
.
Configure the Oracle FTP Connection
Use the following steps to configure the Oracle FTP Read Write Connection.
- In the Connections section, click the connection name.
- In the Properties section, enter the following details:
- FTP Server Host Address: Enter the host address of your sFTP server.
- FTP Server Port: Enter
21
. - SFTP Connection: specify the value as
Yes
.
- In the Security section, enter
the following details:
Field Information to Enter Security Policy Select FTP Server Access Policy. User Name Enter the user name to connect to your sFTP server. Password Enter the password to connect to your sFTP server. - Click Save. If prompted, click Save again.
- Click
Test to ensure that your
connection is successfully configured. In the resulting
dialog, click Test again.A message confirms if your test is successful.
- To return to the project workspace,
click Go back
.
Configure the Oracle HCM Cloud Connection
Use the following steps to configure the Oracle HCM Cloud Connection connection.
- In the Connections section, click the connection name.
- In the Properties section, enter the Oracle HCM Cloud host name. For example:
https://your_domain_name.fa.DC.oraclecloud.com
. - In the Security section, enter
the following details:
Field Information to Enter Security Policy Select Username Password Token. User Name Enter the user name of the account created for Oracle Integration on Oracle HCM Cloud. See Configure Oracle HCM Cloud. Password Enter the password of the account created for Oracle Integration on Oracle HCM Cloud. - Click Save. If prompted, click Save again.
- Click
Test to ensure that your
connection is successfully configured. In the resulting
dialog, click Test again.A message confirms if your test is successful.
- To return to the project workspace,
click Go back
.
Configure the Oracle Adobe IDM Connection
- In the Connections section, click the connection name.
- In the Properties section,
enter the following details:
Field Information to Enter Connection Type Select REST API Base URL. Connection URL Specify your connection URL. For example: https://<instance_name>.adobelogin.com
. - Click Save. If prompted, click Save again.
- Click
Test to ensure that your
connection is successfully configured. In the resulting
dialog, click Test again.A message confirms if your test is successful.
- To return to the project workspace,
click Go back
.
Configure the Oracle Adobe REST Connection
- In the Connections section, click the connection name.
- In the Properties section,
enter the following details:
Field Information to Enter Connection Type Select REST API Base URL. Connection URL Specify your connection URL. For example: https://pdf-services.adobe.io
- Click Save. If prompted, click Save again.
- Click
Test to ensure that your
connection is successfully configured. In the resulting
dialog, click Test again.
A message confirms if your test is successful.
- To return to the project workspace,
click Go back
.
Configure the Lookup Table
Edit the HCM-ADOBE-CONFIG-LOOKUP lookup table to map the fields related to offer letters in Adobe Sign.
- In the Lookups section, click the lookup name.
- Enter the values for the following keys.
Key Value client_id Enter the client ID obtained while configuring Adobe PDF service authentication. See Configure Adobe PDF Service Authentication. client_secret Enter the client secret obtained while configuring Adobe PDF service authentication. jwt_token Enter the JWT token obtained while configuring Adobe PDF Service Authentication. SignatureType Enter ESIGN
.RecipientRole Enter SIGNER
.SigningOrder Enter 1
.CompanyName Enter the name of the organization releasing the offer letters CompanyContactNumber Enter the contact number of the organization - Click Save. If prompted, click Save again.
- To return to the project workspace,
click Go back
.