> ## Documentation Index
> Fetch the complete documentation index at: https://docs.langdock.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Microsoft Integration Scopes

> Understand minimum OAuth scopes for Microsoft integrations and review scope mappings for Outlook Calendar, Outlook Email, Microsoft OneNote, Microsoft OneDrive, SharePoint, Microsoft Teams, Microsoft Planner, Microsoft To Do, Microsoft Entra, Power BI, Dynamics 365, and Microsoft Excel actions.

Microsoft integrations use OAuth scopes to access Microsoft Graph. Langdock documents the minimum standard delegated scopes for each action. Standard SharePoint content permissions use tenant wide `.All` scopes such as `Sites.Read.All` and `Sites.ReadWrite.All`.

<Warning>
  All Microsoft integrations are built for standard `.All` scopes. While you can configure them to use `Sites.Selected`, Langdock does not guarantee their full functionality.

  This affects a variety of actions across several Microsoft integrations:

  * SharePoint
  * Microsoft OneDrive
  * Microsoft OneNote
  * Microsoft Teams

  When actions are affected, they are flagged clearly on the respective integration's page.
</Warning>

## Microsoft integration scopes

Select an integration to review its minimum scopes. Each page lists the exact action, a short description, and every scope in its current mapping.

<CardGroup cols={2}>
  <Card title="Outlook Calendar" icon="calendar" href="/en/admin/manage-integrations/microsoft-integration-scopes/outlook-calendar">
    Review minimum scopes for this integration's actions.
  </Card>

  <Card title="Outlook Email" icon="envelope" href="/en/admin/manage-integrations/microsoft-integration-scopes/outlook-email">
    Review minimum scopes for this integration's actions.
  </Card>

  <Card title="Microsoft OneDrive" icon="cloud" href="/en/admin/manage-integrations/microsoft-integration-scopes/onedrive">
    Review minimum scopes for this integration's actions.
  </Card>

  <Card title="SharePoint" icon="share-nodes" href="/en/admin/manage-integrations/microsoft-integration-scopes/sharepoint">
    Review minimum scopes for this integration's actions.
  </Card>

  <Card title="Microsoft Teams" icon="comments" href="/en/admin/manage-integrations/microsoft-integration-scopes/teams">
    Review minimum scopes for this integration's actions.
  </Card>

  <Card title="Microsoft Planner" icon="clipboard-list" href="/en/admin/manage-integrations/microsoft-integration-scopes/planner">
    Review minimum scopes for this integration's actions.
  </Card>

  <Card title="Microsoft To Do" icon="list-check" href="/en/admin/manage-integrations/microsoft-integration-scopes/todo">
    Review minimum scopes for this integration's actions.
  </Card>

  <Card title="Microsoft Entra" icon="id-card" href="/en/admin/manage-integrations/microsoft-integration-scopes/entra">
    Review minimum scopes for this integration's actions.
  </Card>

  <Card title="Microsoft Power BI" icon="chart-pie" href="/en/admin/manage-integrations/microsoft-integration-scopes/power-bi">
    Review minimum scopes for this integration's actions.
  </Card>

  <Card title="Microsoft Dynamics 365" icon="briefcase" href="/en/admin/manage-integrations/microsoft-integration-scopes/dynamics-365">
    Review minimum scopes for this integration's actions.
  </Card>

  <Card title="Microsoft Excel" icon="file-excel" href="/en/admin/manage-integrations/microsoft-integration-scopes/excel">
    Review minimum scopes for this integration's actions.
  </Card>
</CardGroup>

## Related pages

* [Manage Action-Level Scopes](/en/admin/manage-integrations/manage-action-level-scopes)
* [Microsoft integrations: permissions and admin approval](/en/admin/manage-integrations/integration-setup-guides/microsoft)
