Skip to content

Commit 79198b0

Browse files
authored
Merge pull request #1149 from oracle-devrel/harrisq-13
New video oauth oic step by step guide
2 parents ba5c9ff + 7949106 commit 79198b0

File tree

1 file changed

+18
-0
lines changed
  • ai-and-app-modernisation/app-integration-and-automation/shared-assets

1 file changed

+18
-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

0 commit comments

Comments
 (0)