Skip to Main Content

ORDS, SODA & JSON in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ords - oauth2 callback url

Frank LehmannNov 9 2020

hello, i am new here and have a question to implement oauth2 webflow.
The context is, that a partner site will have a redirect_url from me to send me the credentials.
I have to create a callback url to follow the oauth2 webflow.
The workflow will be:
a) open the partner site to login with username / password (=web link https://partner_url/login)
b) partner site will generate a code and POST this to my redirect_url (=POST https://redirect_url/....?code=abcdefg)
c) my site should be save this code (client ID) to the database and do a new POST to the partner site to get the beareer Access Token (new POST https://partner_url?code=abcdefg)
d) getting the new bearer Access Token and save it to the database.

How could i solve this issue ?
Frank

Comments
Post Details
Added on Nov 9 2020
6 comments
869 views