Skip to Main Content

APEX

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!

APEX_WEB_SERVICE Authentication with Bearer token

Martin1Jul 4 2018 — edited Jul 8 2018

Hi,

i want to consume a REST service via APEX_WEB_SERVICE.make_rest_request with Bearer token authentication. Accordingly to the documentation of the APEX_WEB_SERVICE API I need a username/password for the authentication. How is it possible to work with a Bearer token instead of username/password for the authentication?

Here is the accordingly curl statement:

curl <URL> -H "Authorization: <Bearer token>"

Many thanks in advance.

Best regards,

Martin

This post has been answered by Carsten Czarski-Oracle on Jul 4 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 5 2018
Added on Jul 4 2018
5 comments
9,171 views