> ## 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 Entra

> Prüfe die minimalen OAuth-Scopes für jede Microsoft Entra Aktion.

Prüfe die Zuordnung der minimalen Standard Scopes für delegierten Zugriff auf jede Microsoft Entra Aktion. Die Zuordnung deckt Verzeichnisuser, Gruppen, Gruppenmitglieder und Manager Lookup ab. `Sites.Selected` gilt nicht.

## Minimale Scopes pro Aktion

<Note>
  Jede Microsoft Entra Verbindung fordert zusätzlich `openid`, `offline_access` und `User.Read` an. Diese Scopes der Verbindung gelten zusätzlich zu den Aktions Scopes in der Tabelle.
</Note>

<div style={{overflowX: "auto"}}>
  <table style={{width: "100%", maxWidth: "100%", minWidth: 0, tableLayout: "fixed", whiteSpace: "normal", overflowWrap: "anywhere", wordBreak: "break-word"}}>
    <colgroup>
      <col style={{width: "20%"}} />

      <col style={{width: "25%"}} />

      <col style={{width: "55%"}} />
    </colgroup>

    <thead>
      <tr>
        <th style={{width: "20%"}}>Aktion</th>
        <th style={{width: "25%"}}>Beschreibung</th>
        <th style={{width: "55%"}}>Minimale Scopes</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td><strong>Get manager</strong></td>
        <td>Ruft den direkten Manager eines Users ab.</td>
        <td><code>User.Read.All</code></td>
      </tr>

      <tr>
        <td><strong>Resolve group</strong></td>
        <td>Löst eine Gruppe im Verzeichnis auf.</td>
        <td><code>GroupMember.Read.All</code></td>
      </tr>

      <tr>
        <td><strong>Search group members</strong></td>
        <td>Listet User Mitglieder einer Gruppe auf, inklusive Profilfeldern und optionalem Manager.</td>
        <td><code>GroupMember.Read.All</code><br /><code>User.Read.All</code></td>
      </tr>

      <tr>
        <td><strong>Search groups</strong></td>
        <td>Durchsucht Gruppen im Verzeichnis.</td>
        <td><code>GroupMember.Read.All</code></td>
      </tr>

      <tr>
        <td><strong>Search users</strong></td>
        <td>Durchsucht User im Verzeichnis.</td>
        <td><code>User.Read.All</code></td>
      </tr>
    </tbody>
  </table>
</div>

## Verwandte Seiten

* [Scopes für Microsoft-Integrationen](/de/admin/manage-integrations/microsoft-integration-scopes)
* [Microsoft-Integrationen: Berechtigungen und Admin-Freigabe](/de/admin/manage-integrations/integration-setup-guides/microsoft)
