https://github.com/jmservera/appsource-fulfillment-api-demo
A WIP example for the SaaS Fulfillment API v2
https://github.com/jmservera/appsource-fulfillment-api-demo
Last synced: 3 months ago
JSON representation
A WIP example for the SaaS Fulfillment API v2
- Host: GitHub
- URL: https://github.com/jmservera/appsource-fulfillment-api-demo
- Owner: jmservera
- License: mit
- Created: 2019-07-04T06:35:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T00:00:44.000Z (over 2 years ago)
- Last Synced: 2024-12-30T03:35:01.076Z (5 months ago)
- Language: JavaScript
- Homepage: https://docs.microsoft.com/en-us/azure/marketplace/partner-center-portal/pc-saas-fulfillment-api-v2
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# appsource-fulfillment-api-demo
[](https://dev.azure.com/jmservera/appsource-fulfillment-api-demo/_build/latest?definitionId=4&branchName=master)
[](https://sonarcloud.io/dashboard?id=appsource-fulfillment-api-demo)Just some demo code for the [SaaS Fulfillment APIs](https://docs.microsoft.com/en-us/azure/marketplace/partner-center-portal/pc-saas-fulfillment-apis)
Features implemented so far:
* Authorization Bearer
* Token resolve
* Change webhook (without code by now)You need to [register your AAD application](https://docs.microsoft.com/en-us/azure/marketplace/partner-center-portal/pc-saas-registration) and provide
your Tenant ID, Client ID and Client Secret through the *config.js* file or via environment variables with the same name than the config fields.