Application Development 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: 

OAuth 2.0 Server using AS ABAP

former_member212005
Active Contributor

Hello Team:

I am creating a simple REST API in AS ABAP server.

I have already created an SICF node for the service. However, I wish to provide this REST API service only using OAuth 2.0

For this, I am following the below link:

https://help.sap.com/viewer/e815bb97839a4d83be6c4fca48ee5777/7.5.6/en-US/fb363d11320343dea81d4da2f12...

The registration of OAuth2.0 client is nearly complete. One final step is to specify the scope....and this is where I am struggling.

I cannot see the resource which was created as simple REST API in the scope list.

As per below link of SAP, OAuth 2.0 scope cannot be created or edited manually. Then how is this list populated?

https://help.sap.com/viewer/e815bb97839a4d83be6c4fca48ee5777/7.5.6/en-US/8d2a607a70024a33bd0349e70b0...

NOTE: We are not using SAP Gateway

Can someone please help?

1 REPLY 1

juliusku
Participant

I am trying to do something similar, did you find a way to solve it?