Microsoft Tenant Specific Endpoints
API configuration: microsoft-tenant-specific
Features
🚫 (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
See particularly the
tenant
parameter under Request an authorization code. Thistenant
parameter must be provided as extra configuration to the frontend SDK.
The specific scopes required will depend on the application being accessed. This might use the .default scope with the resource's identifier URI.
Do you need help? Please check this link 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](https://github.com/terapihq/terapi/tree/master/docs-v2/integrations/all/microsoft-tenant-specific.mdx)
Last updated