Skip to content

Commit df224e3

Browse files
committed
additional-article-update
1 parent 5512a21 commit df224e3

15 files changed

+38
-28
lines changed

articles/active-directory/develop/quickstart-v2-aspnet-core-web-api.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
title: "Quickstart: Protect an ASP.NET Core web API with the Microsoft identity platform"
33
description: In this quickstart, you download and modify a code sample that demonstrates how to protect an ASP.NET Core web API by using the Microsoft identity platform for authorization.
44
services: active-directory
5-
author: jmprieur
5+
author: OwenRichards1
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: portal
1010
ms.workload: identity
1111
ms.date: 12/09/2022
1212
ROBOTS: NOINDEX
13-
ms.author: jmprieur
13+
ms.author: owenrichards
14+
ms.reviewer: jmprieur
1415
ms.custom: devx-track-csharp, "scenarios:getting-started", "languages:aspnet-core", mode-api
1516
#Customer intent: As an application developer, I want to know how to write an ASP.NET Core web API that uses the Microsoft identity platform to authorize API requests from clients.
1617
---

articles/active-directory/develop/quickstart-v2-aspnet-core-webapp-calls-graph.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
title: "Quickstart: ASP.NET Core web app that signs in users and calls Microsoft Graph"
33
description: In this quickstart, you learn how an app uses Microsoft.Identity.Web to implement Microsoft sign-in in an ASP.NET Core web app using OpenID Connect and calls Microsoft Graph.
44
services: active-directory
5-
author: jmprieur
5+
author: OwenRichards1
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: portal
1010
ms.workload: identity
1111
ms.date: 11/22/2021
1212
ROBOTS: NOINDEX
13-
ms.author: jmprieur
13+
ms.author: owenrichards
14+
ms.reviewer: jmprieur
1415
ms.custom: devx-track-csharp, aaddev, "scenarios:getting-started", "languages:aspnet-core", mode-other
1516
#Customer intent: As an application developer, I want to download and run a demo ASP.NET Core web app that can sign in users with personal Microsoft accounts (MSA) and work/school accounts from any Azure Active Directory instance, then access their data in Microsoft Graph on their behalf.
1617
---

articles/active-directory/develop/quickstart-v2-aspnet-core-webapp.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
title: "Quickstart: Add sign-in with Microsoft Identity to an ASP.NET Core web app"
33
description: In this quickstart, you learn how an app implements Microsoft sign-in on an ASP.NET Core web app by using OpenID Connect
44
services: active-directory
5-
author: jmprieur
5+
author: OwenRichards1
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: portal
1010
ms.workload: identity
1111
ms.date: 11/22/2021
1212
ROBOTS: NOINDEX
13-
ms.author: jmprieur
13+
ms.author: owenrichards
14+
ms.reviewer: jmprieur
1415
ms.custom: devx-track-csharp, aaddev, identityplatformtop40, "scenarios:getting-started", "languages:aspnet-core", mode-other
1516
#Customer intent: As an application developer, I want to know how to write an ASP.NET Core web app that can sign in personal accounts, as well as work and school accounts, from any Azure Active Directory instance.
1617
---

articles/active-directory/develop/quickstart-v2-aspnet-webapp.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
title: "Quickstart: ASP.NET web app that signs in users"
33
description: Download and run a code sample that shows how an ASP.NET web app can sign in Azure AD users.
44
services: active-directory
5-
author: jmprieur
5+
author: OwenRichards1
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: portal
1010
ms.workload: identity
1111
ms.date: 11/22/2021
1212
ROBOTS: NOINDEX
13-
ms.author: jmprieur
13+
ms.author: owenrichards
14+
ms.reviewer: jmprieur
1415
ms.custom: devx-track-csharp, aaddev, identityplatformtop40, "scenarios:getting-started", "languages:ASP.NET", contperf-fy21q1, mode-other
1516
#Customer intent: As an application developer, I want to see a sample ASP.NET web app that can sign in Azure AD users.
1617
---

articles/active-directory/develop/quickstart-v2-dotnet-native-aspnet.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
title: "Quickstart: Call an ASP.NET web API that is protected by the Microsoft identity platform"
33
description: In this quickstart, learn how to call an ASP.NET web API that's protected by the Microsoft identity platform from a Windows Desktop (WPF) application.
44
services: active-directory
5-
author: jmprieur
5+
author: OwenRichards1
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: portal
1010
ms.workload: identity
1111
ms.date: 01/11/2022
1212
ROBOTS: NOINDEX
13-
ms.author: jmprieur
13+
ms.author: owenrichards
14+
ms.reviewer: jmprieur
1415
ms.custom: devx-track-csharp, aaddev, identityplatformtop40, "scenarios:getting-started", "languages:ASP.NET", mode-api
1516
#Customer intent: As an application developer, I want to know how to set up OpenId Connect authentication in a web application that's built by using Node.js with Express.
1617
---

articles/active-directory/develop/quickstart-v2-netcore-daemon.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
title: "Quickstart: Get token & call Microsoft Graph in a console app"
33
description: In this quickstart, you learn how a .NET Core sample app can use the client credentials flow to get a token and call Microsoft Graph.
44
services: active-directory
5-
author: jmprieur
5+
author: OwenRichards1
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: portal
1010
ms.workload: identity
1111
ms.date: 01/10/2022
1212
ROBOTS: NOINDEX
13-
ms.author: jmprieur
14-
ms.reviewer: marsma
13+
ms.author: owenrichards
14+
ms.reviewer: jmprieur
1515
ms.custom: devx-track-csharp, aaddev, identityplatformtop40, "scenarios:getting-started", "languages:aspnet-core", mode-api
1616
#Customer intent: As an application developer, I want to learn how my .NET Core app can get an access token and call an API that's protected by the Microsoft identity platform by using the client credentials flow.
1717
---

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
title: "Quickstart: Add user sign-in to a Node.js web app"
33
description: In this quickstart, you learn how to implement authentication in a Node.js web application using OpenID Connect.
44
services: active-directory
5-
author: jmprieur
5+
author: OwenRichards1
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: portal
1010
ms.workload: identity
1111
ms.date: 11/22/2021
1212
ROBOTS: NOINDEX
13-
ms.author: jmprieur
13+
ms.author: owenrichards
14+
ms.reviewer: jmprieur
1415
ms.custom: aaddev, identityplatformtop40, "scenarios:getting-started", "languages:ASP.NET", devx-track-js, mode-api
1516
#Customer intent: As an application developer, I want to know how to set up OpenID Connect authentication in a web application built using Node.js with Express.
1617
---

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
title: "Quickstart: Call Microsoft Graph from a Python daemon"
33
description: In this quickstart, you learn how a Python process can get an access token and call an API protected by Microsoft identity platform, using the app's own identity
44
services: active-directory
5-
author: jmprieur
5+
author: OwenRichards1
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: portal
1010
ms.workload: identity
1111
ms.date: 01/10/2022
1212
ROBOTS: NOINDEX
13-
ms.author: jmprieur
13+
ms.author: owenrichards
14+
ms.reviewer: jmprieur
1415
ms.custom: aaddev, identityplatformtop40, devx-track-python, "scenarios:getting-started", "languages:Python", mode-api
1516
#Customer intent: As an application developer, I want to learn how my Python app can get an access token and call an API that's protected by the Microsoft identity platform using client credentials flow.
1617
---

articles/active-directory/develop/quickstart-v2-uwp.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
title: "Quickstart: Sign in users and call Microsoft Graph in a Universal Windows Platform app"
33
description: In this quickstart, learn how a Universal Windows Platform (UWP) application can get an access token and call an API protected by Microsoft identity platform.
44
services: active-directory
5-
author: jmprieur
5+
author: OwenRichards1
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: quickstart
1010
ms.workload: identity
1111
ms.date: 01/14/2022
1212
ROBOTS: NOINDEX
13-
ms.author: jmprieur
13+
ms.author: owenrichards
14+
ms.reviewer: jmprieur
1415
ms.custom: aaddev, identityplatformtop40, "scenarios:getting-started", "languages:UWP", mode-api
1516
#Customer intent: As an application developer, I want to learn how my Universal Windows Platform (XAML) application can get an access token and call an API that's protected by the Microsoft identity platform.
1617
---

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
title: "Quickstart: Sign in users and call Microsoft Graph in a Windows desktop application"
33
description: In this quickstart, learn how a Windows Presentation Foundation (WPF) app can get an access token and call an API protected by the Microsoft identity platform.
44
services: active-directory
5-
author: jmprieur
5+
author: OwenRichards1
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: quickstart
1010
ms.workload: identity
1111
ms.date: 01/14/2022
12-
ms.author: jmprieur
12+
ms.author: owenrichards
13+
ms.reviewer: jmprieur
1314
ms.custom: aaddev, identityplatformtop40, mode-api
1415
#Customer intent: As an application developer, I want to learn how my Windows Presentation Foundation (WPF) application can get an access token and call an API that's protected by the Microsoft identity platform.
1516
---

0 commit comments

Comments
 (0)