An open API service indexing awesome lists of open source software.

https://github.com/serban-petrescu/sapim-scopes

SAP API Manager: Coarse-grained access control with OAuth scopes
https://github.com/serban-petrescu/sapim-scopes

access-control api-management oauth2 sap scopes

Last synced: 11 months ago
JSON representation

SAP API Manager: Coarse-grained access control with OAuth scopes

Awesome Lists containing this project

README

          

# SAP API Manager Sample: Scopes
## Intro
Sample API Proxy using the [sapim](https://github.com/serban-petrescu/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](https://github.com/serban-petrescu/sapim/wiki/Configuration).
- Do a `npm run build`.
After doing these steps, the API Proxy should be deployed to your API Management Portal.