> ## Documentation Index
> Fetch the complete documentation index at: https://nango-tiktok-accounts-update.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Microsoft Tenant Specific Endpoints

API configuration: [`microsoft-tenant-specific`](https://nango.dev/providers.yaml)

## Features

| Feature                                           | Status |
| ------------------------------------------------- | ------ |
| [Auth (OAuth)](/guides/oauth)                     | ✅      |
| [Syncs](/guides/sync) & [Actions](/guides/action) | 🚫     |
| [Nango Proxy](/guides/proxy)                      | 🚫     |
| Auto-pagination                                   | 🚫     |
| API-specific rate limits                          | 🚫     |

Sync is not provided for this provider as it is a generic mechanism to access unspecified APIs so there is no consistent way to sync data.
If you want to sync data from Microsoft Graph, use the [Microsoft Teams provider](/integrations/all/microsoft-teams) instead.

<Tip>We can implement missing features in \<48h, just ask for it in the [community](https://nango.dev/slack).</Tip>

## Getting started

* [Create an Azure app registration for the specific application](https://go.microsoft.com/fwlink/?linkid=2083908).
  * Add permissions for the appropriate app on the `API Permissions` tab
* [OAuth-related docs](https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code-flow).
  * See particularly the `tenant` parameter under [Request an authorization code](https://learn.microsoft.com/en-us/entra/identity-platform/v2-oauth2-auth-code-flow#request-an-authorization-code).
    This `tenant` parameter must be provided as [extra configuration to the frontend SDK](https://docs.nango.dev/sdks/frontend#oauth-flows-requiring-extra-configuration).
* [List of OAuth scopes](https://learn.microsoft.com/en-us/azure/active-directory/develop/permissions-consent-overview)
  * The specific scopes required will depend on the application being accessed.  This might use the [.default scope with the resource's identifier URI](https://learn.microsoft.com/en-us/entra/identity-platform/scopes-oidc#the-default-scope).

<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip>

This endpoint supports services authorized using an Azure App Registration in any accessible tenant, including:

> * Microsoft Dynamics 365 Finance and Operations

<Tip>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](/integrations/all/microsoft-teams) instead which includes sync capability.</Tip>

## API gotchas

<Note>
  Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/microsoft-tenant-specific.mdx)
</Note>
