Mit diesem Zugriffs-Token greifen Sie später auf die Graph-API zu.
This access token is later your key to open the door to the graph API.
Sowohl delegierte als auch auf App-Rollen basierende Berechtigungsbereiche stellen eine durch die Graph-API verfügbar gemachte Berechtigung dar und können von Clientanwendungen über Anwendungsregistrierungsberechtigungen bzw. mithilfe der entsprechenden Features im Azure-Portal angefordert werden.
Both delegated and app role permission scopes represent a privilege exposed by the Graph API and can be requested by client applications through application registration permissions features in the Azure portal.
Der Entwickler registriert die Anwendung in Azure AD und konfiguriert sie so, dass Lese- und Schreibberechtigungen für die Graph-API erforderlich sind. Anschließend aktiviert er den externen Zugriff, damit andere Organisationen der Verwendung der Anwendung in ihrem Verzeichnis zustimmen können.
The developer registers the application in Azure AD, configures it to require read and write permissions for the Graph API, and then enables external access so that other organizations can consent to use the application in their directory.
Durch die Zustimmung erhält die Anwendung dann die angeforderten Berechtigungen für die Graph-API im Verzeichnis des Benutzers.
Granting consent will then give the application those requested permissions to the Graph API in the user's directory.
Da diese Features Zugriff auf Verzeichnisobjekte erfordern, muss die Anwendung die Graph-API aufrufen.
These features require access to directory objects, and so the application needs to call the Graph API.
Anwendungen können die Graph-API verwenden, um CRUD-Vorgänge (Erstellen, Lesen, Aktualisieren und Löschen) für Verzeichnisdaten und Objekte auszuführen.
Applications can use the Graph API to perform create, read, update, and delete (CRUD) operations on directory data and objects.
Da die Graph-API Informationen über Beziehungen zwischen Benutzern liefern kann, können Anwendungen mit ihrer Hilfe das in das Azure AD-Schema eingebettete soziale Diagramm einer bestimmten Organisation verstehen (weshalb sie auch Graph-API - "Diagramm-API" genannt wird).
Because the Graph API can be used to learn about relationships between users, it lets applications understand the social graph that's embedded in the Azure AD schema for a particular organization (which is why it's called the Graph API).
Damit die Graph-API in einem Verzeichnis aufgerufen werden kann, muss die Anwendung bei Azure AD registriert und so konfiguriert sein, dass ein Zugriff auf das Verzeichnis zulässig ist.
To call the Graph API on a directory, the application must be registered with Azure AD and be configured to allow access to the directory.
Für diese Aufgabe ist der Zugriff auf die Graph-API erforderlich. Der Entwickler registriert daher die Einzelinstanzanwendung in Azure AD und konfiguriert Lese- und Schreibberechtigungen für die Graph-API.
This task requires access to the Graph API, so the developer registers the single tenant application in Azure AD and configures read and write permissions for the Graph API.
An die Graph-API gesendete Anforderungen müssen wohlgeformt sein, an einen gültigen Endpunkt und eine gültige Version der Graph-API gerichtet sein und im Authorization-Header ein gültiges Zugriffstoken von Azure AD enthalten.
Important Requests sent to the Graph API must be well-formed, target a valid endpoint and version of the Graph API, and carry a valid access token obtained from Azure AD in their Authorization header.
Diese Informationen kann sie über eine Azure AD-Abfrage durch die Graph-API erhalten.
It can learn this by querying Azure AD through the Graph API.
Weitere Informationen zu den verfügbaren Codebeispielen für die Graph-API finden Sie unter Aufrufen von Azure AD Graph-API.
For more information about the code samples available for the Graph API, see Calling Azure AD Graph API.
Authentifizierung mit Azure AD: Jede Anforderung an die Graph-API muss durch Anfügen eines JSON-Webtokens (JWT) im Autorisierungsheader der Anforderung authentifiziert werden.
Authentication with Azure AD: Every request to the Graph API must be authenticated by appending a JSON Web Token (JWT) in the Authorization header of the request.
Potentially sensitive or inappropriate content
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.