Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Using OAuth Client in ABAP

former_member210955
Active Participant
0 Likes
698

Hi All,

I am following this documentation to setup an OAuth flow from ABAP to an oauth protected remote resource using client credentials dlow.

However i see the the token sent by the ABAP HTTP Client does not send the tokens prefixed with "Authorization: Bearer".

Do we have to do something from the calling side ? as i though this should be done internally by the ABAP HTTP Client.

Best Regards,

Saurav

1 ACCEPTED SOLUTION
Read only

former_member210955
Active Participant
0 Likes
523

There was an issue in SAP Kernel due to which this problem was happening. Fixed kernel made my scenario working

1 REPLY 1
Read only

former_member210955
Active Participant
0 Likes
524

There was an issue in SAP Kernel due to which this problem was happening. Fixed kernel made my scenario working