Pre-Configured APIs
Microsoft Tenant Specific Endpoints
API configuration: microsoft-tenant-specific
Features
Features | Status |
---|---|
Auth (OAuth) | ✅ |
Sync data | ✅ |
Perform workflows | ✅ |
Proxy requests | ✅ |
Receive webhooks | 🚫 (time to contribute: <48h) |
We can implement missing features in <48h, just ask for it in the community.
Getting started
- Create an Azure app registration for the specific application.
- Add permissions for the appropriate app on the
API Permissions
tab
- Add permissions for the appropriate app on the
- OAuth-related docs.
- See particularly the
tenant
parameter under Request an authorization code. Thistenant
parameter must be provided as extra configuration to the frontend SDK.
- See particularly the
- List of OAuth scopes
- The specific scopes required will depend on the application being accessed. This might use the .default scope with the resource’s identifier URI.
Need help getting started? Get help in the community.
This endpoint supports services authorized using an Azure App Registration in any accessible tenant, including:
- Microsoft Dynamics 365 Finance and Operations
You can use this provider for general Microsoft Graph access (and the major Microsoft SaaS services like Teams, OneDrive, other Office 365 services, etc.) by setting the
tenant
to common
but we recommend using the Microsoft Teams provider instead which includes sync capability.API gotchas
Add Getting Started links and Gotchas by editing this page
Was this page helpful?