To get the OAuth token, make an HTTP POST call to the below endpoint with the clientId and clientSecret created in Step 2.
URL: http://<<hostname>>:<<port>>/api-gateway/platojwtauth/
Header: appId: SECSRV001
Header: content-Type: application/json
Header: sourceCode: <SOURCECODE>
Note:
Source Code created for
Oracle Banking Digital Experience in
Figure 1-2 screen.
In the POST body, mention the Base64 encoded clientId as username and Base64 clientSecret as password in the JSON format.
Sample Oauth Token Response:{
"super_user_locale": null,
"scope": "resource-server-read resource-server-write",
"super_user": "N",
"token_type": "bearer",
"entity_id": "DEFAULTENTITY",
"expires_in": "588168",
"token": "38uuHYumJhyKGKEuouaQ988cXLc"
}
Use the OAuth token, userId
and sourceCode
as headers in Oracle Banking Digital Experience setup, to access Oracle Banking Virtual Account Management Service APIs.