Skip to Main Content

SQL & PL/SQL

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!

Implement external oauth2.0 authentication

Frank LehmannNov 13 2023

Hi,

i have an external web page, which uses oauth2.0 authentication as follows:

a) an auth url which opens the external web page with username and password to pass in

b) then these credentials were verified and the next step is getting a code

c) with this code against a token url i will get an access_token type Bearer

With this Bearer Token i can access all endpoints from the api !

In postman i can fill in the necessary endpoints auth and token !
When creating an new access token in postman the flow is working, shows me the external login page and after correct login credentials the new bearer token and a refresh token is shown.

It is possible to implement this flow in oracle ?

Comments
Post Details
Added on Nov 13 2023
9 comments
1,202 views