Skip to content

Commit 84392d9

Browse files
authored
Merge pull request #104651 from trpugazh/main
Minor changes to quickstarts after testing
2 parents 02f518a + 7cbb69d commit 84392d9

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

articles/active-directory/develop/console-quickstart-portal-nodejs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ ms.custom: mode-api
2525
2626
> [!div renderon="portal" id="display-on-portal" class="sxs-lookup"]
2727
> # Quickstart: Acquire a token and call Microsoft Graph API from a Node.js console app using app's identity
28-
>
29-
> [!div renderon="portal" class="sxs-lookup"]
28+
>
3029
> In this quickstart, you download and run a code sample that demonstrates how a Node.js console 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.
3130
>
3231
> 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 [client credentials grant](v2-oauth2-client-creds-grant-flow.md).

articles/active-directory/develop/daemon-quickstart-portal-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ ms.custom: aaddev, identityplatformtop40, devx-track-python, "scenarios:getting-
2525
> We apologize for the inconvenience and appreciate your patience while we work to get this resolved.
2626
2727
> [!div renderon="portal" id="display-on-portal" class="sxs-lookup"]
28+
> # Quickstart: Acquire a token and call Microsoft Graph API from a Python console app using app's identity
2829
>
29-
> [!div renderon="portal" class="sxs-lookup"]
3030
> 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.
3131
>
3232
> ## Prerequisites

articles/active-directory/develop/web-app-quickstart-portal-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.custom: aaddev, "scenarios:getting-started", "languages:Java", devx-track-jav
2222
>
2323
> We apologize for the inconvenience and appreciate your patience while we work to get this resolved.
2424
25-
> > [!div renderon="portal" id="display-on-portal" class="sxs-lookup"]
25+
> [!div renderon="portal" id="display-on-portal" class="sxs-lookup"]
2626
> # Quickstart: Add sign-in with Microsoft to a Java web app
2727
>
2828
> In this quickstart, you download and run a code sample that demonstrates how a Java web application can sign in users and call the Microsoft Graph API. Users from any Azure Active Directory (Azure AD) organization can sign in to the application.
@@ -187,4 +187,4 @@ ms.custom: aaddev, "scenarios:getting-started", "languages:Java", devx-track-jav
187187
> For a more in-depth discussion of building web apps that sign in users on the Microsoft identity platform, see the multipart scenario series:
188188
>
189189
> > [!div class="nextstepaction"]
190-
> > [Scenario: Web app that signs in users](scenario-web-app-sign-user-overview.md?tabs=java)
190+
> > [Scenario: Web app that signs in users](scenario-web-app-sign-user-overview.md?tabs=java)

0 commit comments

Comments
 (0)