Skip to content

Commit 4514ccc

Browse files
New video oauth oic step by step guide
1 parent fd813ee commit 4514ccc

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
@@ -13,6 +13,24 @@ This section contains various examples related to Application Integration: demo
1313

1414
## Demos
1515

16+
- [Setting Up OAuth and Calling Oracle Integration APIs: A Step-by-Step Guide](https://youtu.be/UrptzZbycm4?si=opv0_wc5F7SV86nx)
17+
18+
- 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.
19+
20+
Using Postman, we'll demonstrate how to make authenticated API calls to Oracle Integration, ensuring secure data retrieval and manipulation.
21+
22+
Parameters referred in video:
23+
24+
Grant Type : Client Credentials/Authorization Code
25+
Access Token URL : https://[idcs url]/oauth2/v1/token
26+
Client ID: xxxxx
27+
Client Secret: xxxxxx
28+
Scope: https://xxxxx:opc:resource:consumer::all
29+
Auth URL* : https://[idcs url]/oauth2/v1/authorize
30+
Redirect URL* : https://[oic url]/icsapis/agent/oauth/callback
31+
32+
"*" parameters are required for Authorization Code flow only.
33+
1634
- [Oracle Process Automation - File Manager Component](https://youtu.be/ZnGPteYE_tA?si=KAFsgffX1ZsRkfer)
1735

1836
- 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)