Skip to content

Commit ad8e908

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into new-whats-new
2 parents 1dff3af + a26a50f commit ad8e908

File tree

187 files changed

+1242
-697
lines changed

Some content is hidden

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

187 files changed

+1242
-697
lines changed

.openpublishing.redirection.active-directory.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
"redirect_url": "/azure/active-directory/saas-apps/tutorial-list",
3131
"redirect_document_id": false
3232
},
33+
{
34+
"source_path_from_root": "/articles/active-directory/saas-apps/keylight-tutorial.md",
35+
"redirect_url": "/azure/active-directory/saas-apps/navex-irm-keylight-lockpath-tutorial",
36+
"redirect_document_id": false
37+
},
3338
{
3439
"source_path_from_root": "/articles/active-directory/fundamentals/whats-new-microsoft-365-government.md",
3540
"redirect_url": "/azure/active-directory/fundamentals/whats-new",

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28928,6 +28928,11 @@
2892828928
"source_path": "articles/virtual-machines/workloads/redhat/wildfly-on-centos.md",
2892928929
"redirect_url": "/azure/developer/java/ee/jboss-on-azure",
2893028930
"redirect_document_id": false
28931+
},
28932+
{
28933+
"source_path": "articles/aks/keda-troubleshoot.md",
28934+
"redirect_url": "/troubleshoot/azure/azure-kubernetes/troubleshoot-kubernetes-event-driven-autoscaling-add-on?context=/azure/aks/context/aks-context",
28935+
"redirect_document_id": false
2893128936
}
2893228937
]
2893328938
}

articles/active-directory/azuread-dev/videos.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Azure ADAL to MSAL migration videos
33
description: Videos that help you migrate from the Azure Active Directory developer platform to the Microsoft identity platform
44
services: active-directory
5-
author: mmacy
5+
author: davidmu1
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.subservice: azuread-dev
99
ms.topic: conceptual
1010
ms.workload: identity
1111
ms.date: 02/12/2020
12-
ms.author: marsma
13-
ms.custom: aaddev, ignite-2022
12+
ms.author: davidmu
13+
ms.custom: aaddev
1414
ms.reviewer: celested
1515
ROBOTS: NOINDEX
1616
---

articles/active-directory/develop/developer-support-help-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Support and help options for Microsoft identity platform developers
33
description: Learn where to get help and find answers to your questions as you build identity and access management (IAM) solutions that integrate with Azure Active Directory (Azure AD) and other components of the Microsoft identity platform.
44
services: active-directory
5-
author: mmacy
5+
author: davidmu1
66
manager: CelesteDG
77

88
ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: conceptual
1111
ms.workload: identity
1212
ms.date: 03/09/2022
13-
ms.author: marsma
13+
ms.author: davidmu
1414
ms.custom: has-adal-ref
1515
---
1616

articles/active-directory/develop/identity-videos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Microsoft identity platform videos
33
description: A list of videos about modern authentication and the Microsoft identity platform
44
services: active-directory
5-
author: mmacy
5+
author: davidmu1
66
manager: CelesteDG
77

88
ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: conceptual
1111
ms.workload: identity
1212
ms.date: 08/03/2020
13-
ms.author: marsma
13+
ms.author: davidmu
1414
ms.custom: aaddev, has-adal-ref
1515
ms.reviewer: celested
1616
---

articles/active-directory/develop/includes/console-app/quickstart-nodejs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: "Quickstart: Call Microsoft Graph from a Node.js console app"
33
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
44
services: active-directory
5-
author: mmacy
5+
author: cilwerner
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: include
1010
ms.date: 09/09/2022
11-
ms.author: marsma
11+
ms.author: cwerner
1212
#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 a Microsoft identity platform endpoint using client credentials flow.
1313
ms.custom: mode-other
1414
---

articles/active-directory/develop/includes/desktop-app/quickstart-nodejs-electron.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: "Quickstart: Call Microsoft Graph from a Node.js desktop app"
33
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
44
services: active-directory
5-
author: mmacy
5+
author: cilwerner
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: include
1010
ms.date: 01/14/2022
11-
ms.author: marsma
11+
ms.author: cwerner
1212
ms.custom: mode-api
1313
#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.
1414
---

articles/active-directory/develop/includes/single-page-app/quickstart-javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: "Quickstart: Sign in users in JavaScript single-page apps (SPA) with auth code"
33
description: In this quickstart, learn how a JavaScript single-page application (SPA) can sign in users of personal accounts, work accounts, and school accounts by using the authorization code flow.
44
services: active-directory
5-
author: mmacy
5+
author: OwenRichards1
66
manager: CelesteDG
77

88
ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: include
1111
ms.workload: identity
1212
ms.date: 12/06/2021
13-
ms.author: marsma
13+
ms.author: owenrichards
1414
ms.custom: aaddev, "scenarios:getting-started", "languages:JavaScript", devx-track-js
1515
#Customer intent: As an app developer, I want to learn how to get access tokens and refresh tokens by using the Microsoft identity platform so that my JavaScript app can sign in users of personal accounts, work accounts, and school accounts.
1616
---

articles/active-directory/develop/includes/web-app/quickstart-nodejs-msal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: "Quickstart: Add authentication to a Node.js web app with MSAL Node"
33
description: In this quickstart, you learn how to implement authentication with a Node.js web app and the Microsoft Authentication Library (MSAL) for Node.js.
44
services: active-directory
5-
author: mmacy
5+
author: cilwerner
66
manager: celested
77

88
ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: quickstart
1111
ms.workload: identity
1212
ms.date: 11/22/2021
13-
ms.author: marsma
13+
ms.author: cwerner
1414
ms.custom: aaddev, scenarios:getting-started, languages:js, devx-track-js
1515
# Customer intent: As an application developer, I want to know how to set up authentication in a web application built using Node.js and MSAL Node.
1616
---

articles/active-directory/develop/migrate-spa-implicit-to-auth-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: Migrate JavaScript single-page app from implicit grant to authorization code flow
33
description: How to update a JavaScript SPA using MSAL.js 1.x and the implicit grant flow to MSAL.js 2.x and the authorization code flow with PKCE and CORS support.
44
services: active-directory
5-
author: mmacy
5+
author: OwenRichards1
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: how-to
1010
ms.workload: identity
1111
ms.date: 07/17/2020
12-
ms.author: marsma
12+
ms.author: owenrichards
1313
ms.custom: aaddev, devx-track-js
1414
---
1515

0 commit comments

Comments
 (0)