Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 434 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 434 Bytes

Sample connector

# restore dependencies
npm i
# create AAD app reg
./setup.sh
# create Microsoft Graph connector and register schema
npm run createConnector
# load content
npm run loadContent

Notes

NODE_TLS_REJECT_UNAUTHORIZED=0 is required to skip certificate validation errors when using the Microsoft 365 Developer Proxy.

NODE_NO_WARNINGS=1 suppresses Node.js warnings about skipping certificate validation.