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
- Host: GitHub
- URL: https://github.com/serban-petrescu/sapim-scopes
- Owner: serban-petrescu
- License: apache-2.0
- Created: 2018-03-31T11:42:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T13:01:58.000Z (about 8 years ago)
- Last Synced: 2025-03-24T06:53:12.514Z (about 1 year ago)
- Topics: access-control, api-management, oauth2, sap, scopes
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.