Skip to content

Commit 17976ee

Browse files
authored
Merge pull request #176254 from MicrosoftDocs/master
10/18 PM Publish
2 parents 5361d9f + 856482a commit 17976ee

File tree

249 files changed

+1363
-581
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

249 files changed

+1363
-581
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23653,6 +23653,11 @@
2365323653
"redirect_url": "https://notebooks.azure.com",
2365423654
"redirect_document_id": false
2365523655
},
23656+
{
23657+
"source_path_from_root": "/articles/notebooks/quickstart-export-jupyter-notebook-project.md",
23658+
"redirect_url": "https://notebooks.azure.com",
23659+
"redirect_document_id": false
23660+
},
2365623661
{
2365723662
"source_path_from_root": "/articles/notification-hubs/configure-android-device-messaging.md",
2365823663
"redirect_url": "/azure/notification-hubs/configure-google-firebase-cloud-messaging",

articles/active-directory-b2c/tutorial-create-user-flows.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,9 @@ Now, grant permissions to the API scope you exposed earlier in the *IdentityExpe
225225
1. Select the **My APIs** tab, then select the **IdentityExperienceFramework** application.
226226
1. Under **Permission**, select the **user_impersonation** scope that you defined earlier.
227227
1. Select **Add permissions**. As directed, wait a few minutes before proceeding to the next step.
228-
1. Select **Grant admin consent for (your tenant name)**.
229-
1. Select your currently signed-in administrator account, or sign in with an account in your Azure AD B2C tenant that's been assigned at least the *Cloud application administrator* role.
230-
1. Select **Accept**.
231-
1. Select **Refresh**, and then verify that "Granted for ..." appears under **Status** for the scopes - offline_access, openid and user_impersonation. It might take a few minutes for the permissions to propagate.
228+
1. Select **Grant admin consent for *<your tenant name)>***.
229+
1. Select **Yes**.
230+
1. Select **Refresh**, and then verify that "Granted for ..." appears under **Status** for the scope.
232231

233232
* * *
234233

articles/active-directory/app-proxy/application-proxy-configure-single-sign-on-with-headers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following table lists common capabilities required for header-based authenti
4545
4646
## How it works
4747

48-
:::image type="content" source="./media/application-proxy-configure-single-sign-on-with-headers/how-it-works.png" alt-text="How header-based single sign-on works with Application Proxy." lightbox="./media/application-proxy-configure-single-sign-on-with-headers/how-it-works.png":::
48+
:::image type="content" source="./media/application-proxy-configure-single-sign-on-with-headers/how-it-works-updated.png" alt-text="How header-based single sign-on works with Application Proxy." lightbox="./media/application-proxy-configure-single-sign-on-with-headers/how-it-works-updated.png":::
4949

5050
1. The Admin customizes the attribute mappings required by the application in the Azure AD portal.
5151
2. When a user accesses the app, Application Proxy ensures the user is authenticated by Azure AD
Loading

articles/active-directory/develop/msal-compare-msal-js-and-adal-js.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: "Migrate your JavaScript application from ADAL.js to MSAL.js | Azure"
33
titleSuffix: Microsoft identity platform
44
description: How to update your existing JavaScript application to use the Microsoft Authentication Library (MSAL) for authentication and authorization instead of the Active Directory Authentication Library (ADAL).
55
services: active-directory
6-
author: derisen
6+
author: KarenH444
77
manager: CelesteDG
88

99
ms.service: active-directory
1010
ms.subservice: develop
1111
ms.topic: how-to
1212
ms.workload: identity
1313
ms.date: 07/06/2021
14-
ms.author: v-doeris
14+
ms.author: karenhoran
1515
ms.custom: has-adal-ref
1616
#Customer intent: As an application developer, I want to learn how to change the code in my JavaScript application from using ADAL.js as its authentication library to MSAL.js.
1717
---

articles/active-directory/develop/msal-node-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: "Migrate your Node.js application from ADAL to MSAL | Azure"
33
titleSuffix: Microsoft identity platform
44
description: How to update your existing Node.js application to use the Microsoft Authentication Library (MSAL) for authentication and authorization instead of the Active Directory Authentication Library (ADAL).
55
services: active-directory
6-
author: derisen
6+
author: KarenH444
77
manager: CelesteDG
88

99
ms.service: active-directory
1010
ms.subservice: develop
1111
ms.topic: how-to
1212
ms.workload: identity
1313
ms.date: 04/26/2021
14-
ms.author: v-doeris
14+
ms.author: karenhoran
1515
ms.custom: has-adal-ref
1616
#Customer intent: As an application developer, I want to learn how to change the code in my Node.js application from using ADAL as its authentication library to MSAL.
1717
---

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: "Quickstart: Call Microsoft Graph from a Node.js console app | Azure"
33
titleSuffix: Microsoft identity platform
44
description: In this quickstart, you download and run a code sample that shows how a Node.js console application can get an access token and call an API protected by a Microsoft identity platform endpoint, using the app's own identity
55
services: active-directory
6-
author: derisen
6+
author: KarenH444
77
manager: CelesteDG
88

99
ms.service: active-directory
1010
ms.subservice: develop
1111
ms.topic: quickstart
1212
ms.date: 02/17/2021
13-
ms.author: v-doeris
13+
ms.author: karenhoran
1414
#Customer intent: As an application developer, I want to learn how my Node.js app can get an access token and call an API that is protected by an Microsoft identity platform endpoint using client credentials flow.
1515
---
1616

articles/active-directory/develop/quickstart-v2-nodejs-desktop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: "Quickstart: Call Microsoft Graph from a Node.js desktop app | Azure"
33
titleSuffix: Microsoft identity platform
44
description: In this quickstart, you learn how a Node.js Electron desktop application can sign-in users and get an access token to call an API protected by a Microsoft identity platform endpoint
55
services: active-directory
6-
author: derisen
6+
author: KarenH444
77
manager: CelesteDG
88

99
ms.service: active-directory
1010
ms.subservice: develop
1111
ms.topic: quickstart
1212
ms.date: 02/17/2021
13-
ms.author: v-doeris
13+
ms.author: karenhoran
1414
#Customer intent: As an application developer, I want to learn how my Node.js Electron desktop application can get an access token and call an API that's protected by a Microsoft identity platform endpoint.
1515
---
1616

articles/active-directory/develop/tutorial-v2-nodejs-console.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: "Tutorial: Call Microsoft Graph in a Node.js console app | Azure"
33
titleSuffix: Microsoft identity platform
44
description: In this tutorial, you build a console app for calling Microsoft Graph to a Node.js console app.
55
services: active-directory
6-
author: derisen
6+
author: KarenH444
77
manager: CelesteDG
88

99
ms.service: active-directory
1010
ms.subservice: develop
1111
ms.topic: tutorial
1212
ms.date: 02/17/2021
13-
ms.author: v-doeris
13+
ms.author: karenhoran
1414
---
1515

1616
# Tutorial: Call the Microsoft Graph API in a Node.js console app

0 commit comments

Comments
 (0)