Skip to content

kevinleedrum/crmWebApiProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRM Online Web API Proxy Server

All GET requests sent to this simple express server will be forwarded to the CRM Online Web API using the request module. The server will automatically retrieve and refresh the necessary access token from the endpoint provided by the Azure Portal's Azure AD App Registration page.

Setup

Modify config.js as needed. You'll need to register an app in Azure Portal to get some of these values.

# install modules
yarn

# start server
node index.js