You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Quickstart: Acquire a token and call Microsoft Graph API from a Python console app using app's identity
29
-
29
+
>
30
30
> [!div renderon="portal" class="sxs-lookup"]
31
31
> In this quickstart, you download and run a code sample that demonstrates how a Python application can get an access token using the app's identity to call the Microsoft Graph API and display a [list of users](/graph/api/user-list) in the directory. The code sample demonstrates how an unattended job or Windows service can run with an application identity, instead of a user's identity.
# Quickstart: Acquire an access token and call the Microsoft Graph API from an Electron desktop app
28
-
27
+
> # Quickstart: Acquire an access token and call the Microsoft Graph API from an Electron desktop app
28
+
>
29
29
> In this quickstart, you download and run a code sample that demonstrates how an Electron desktop application can sign in users and acquire access tokens to call the Microsoft Graph API.
30
30
>
31
31
> This quickstart uses the [Microsoft Authentication Library for Node.js (MSAL Node)](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-node) with the [authorization code flow with PKCE](v2-oauth2-auth-code-flow.md).
# Quickstart: Call the Microsoft Graph API from a Universal Windows Platform (UWP) application
30
-
31
-
> In this quickstart, you download and run a code sample that demonstrates how a Universal Windows Platform (UWP) application can sign in users and get an access token to call the Microsoft Graph API.
28
+
> # Quickstart: Call the Microsoft Graph API from a Universal Windows Platform (UWP) application
29
+
>
30
+
> In this quickstart, you download and run a code sample that > demonstrates how a Universal Windows Platform (UWP) application can sign in users and get an access token to call the Microsoft Graph API.
32
31
>
33
32
> See [How the sample works](#how-the-sample-works) for an illustration.
34
33
>
35
-
>
36
34
> ## Prerequisites
37
35
>
38
36
> * An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
0 commit comments