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

https://github.com/kevinleedrum/crmwebapiproxy

CRM Online Web API Proxy Server
https://github.com/kevinleedrum/crmwebapiproxy

api api-proxy azure azure-portal crm crm-online dynamics-365 express node nodejs proxy request webapi xrm

Last synced: 3 months ago
JSON representation

CRM Online Web API Proxy Server

Awesome Lists containing this project

README

          

# CRM Online Web API Proxy Server

All GET requests sent to this simple
[express](https://github.com/expressjs/express) server will be forwarded to the
CRM Online Web API using the [request](https://github.com/request/request)
module. The server will automatically retrieve and refresh the necessary access
token from the endpoint provided by the
[Azure Portal](https://portal.azure.com/)'s Azure AD App Registration page.

## Setup

Modify `config.js` as needed. You'll need to register an app in [Azure Portal](https://portal.azure.com/) to get some of these values.

``` bash
# install modules
yarn

# start server
node index.js
```