@hybridheroes/jitsu-msgraph-source
v0.0.8
Published
Jitsu source - Microsoft Graph API
Downloads
13
Maintainers
Readme
Microsoft Graph Source for Jitsu
Microsoft Graph
To grant this connector access to the Microsoft Graph API an Azure AD app needs to be registered with the following permissions:
- Users.Read.All
- Calendars.Read
Permissions need to be granted with the type application with tenant-wide admin consent.
The OAuth 2.0 credentials for the Azure AD app need to passed to the source as configuration:
- tenant_id
- client_id
- client_secret
Commands
npm run build
npm run verify -- -c '{"tenant_id": "...", "client_id": "...", "client_secret": "..."}'
npm run execute -- -c '{"tenant_id": "...", "client_id": "...", "client_secret": "..."}' -s '{stream: "workspace_bookings"}'
npm publish --access public