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 ?