Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 573 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 573 Bytes

SAP API Manager Sample: Scopes

Intro

Sample API Proxy using the sapim library for implementing coarse-grained access control by using OAuth scopes.

Running

To get it running, do the following:

  • Clone this git repository.
  • Do a npm install.
  • Setup your SAP API Management user and portal host for the sapim library, like described here.
  • Do a npm run build. After doing these steps, the API Proxy should be deployed to your API Management Portal.