Skip to content

Commit 2eb9ff0

Browse files
Merge branch 'main' into single_node_VM_wording_change
2 parents fbc7668 + 79198b0 commit 2eb9ff0

File tree

2 files changed

+19
-0
lines changed
  • ai-and-app-modernisation/app-integration-and-automation/shared-assets
  • cloud-infrastructure/multicloud/google-interconnect

2 files changed

+19
-0
lines changed

ai-and-app-modernisation/app-integration-and-automation/shared-assets/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,24 @@ This section contains various examples related to Application Integration: demo
1919

2020
## Demos
2121

22+
- [Setting Up OAuth and Calling Oracle Integration APIs: A Step-by-Step Guide](https://youtu.be/UrptzZbycm4?si=opv0_wc5F7SV86nx)
23+
24+
- In this demo video, we provide a step-by-step guide to setting up OAuth and calling Oracle Integration APIs. We'll walk you through registering your application, obtaining client credentials, and generating OAuth tokens.
25+
26+
Using Postman, we'll demonstrate how to make authenticated API calls to Oracle Integration, ensuring secure data retrieval and manipulation.
27+
28+
Parameters referred in video:
29+
30+
Grant Type : Client Credentials/Authorization Code
31+
Access Token URL : https://[idcs url]/oauth2/v1/token
32+
Client ID: xxxxx
33+
Client Secret: xxxxxx
34+
Scope: https://xxxxx:opc:resource:consumer::all
35+
Auth URL* : https://[idcs url]/oauth2/v1/authorize
36+
Redirect URL* : https://[oic url]/icsapis/agent/oauth/callback
37+
38+
"*" parameters are required for Authorization Code flow only.
39+
2240
- [Oracle Process Automation - File Manager Component](https://youtu.be/ZnGPteYE_tA?si=KAFsgffX1ZsRkfer)
2341

2442
- The File Manager component allows end users to upload one or more documents using a process form to an external system.This video demonstrate the use of the File Manager

cloud-infrastructure/multicloud/google-interconnect/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Reviewed: 13.06.2024
1414

1515
- [Oracle and Google Cloud Announce a Groundbreaking Multicloud Partnership](https://www.oracle.com/news/announcement/oracle-and-google-cloud-announce-groundbreaking-multicloud-partnership-2024-06-11/)
1616
- [Step-by-Step Guide: Interconnecting Oracle Cloud Infrastructure and Google Cloud ](https://blogs.oracle.com/cloud-infrastructure/post/interconnecting-oci-google-cloud)
17+
- [Access to Google Cloud Platform](https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/access-to-google-cloud-platform.htm)
1718

1819

1920
# License

0 commit comments

Comments
 (0)