Skip to content

Commit 5b20ef6

Browse files
authored
Merge pull request #225178 from OwenRichards1/article-ownership
[GTD][Core Content] Re-assign articles (ADO-60717)
2 parents 164a65d + 8ba5521 commit 5b20ef6

39 files changed

+112
-88
lines changed

articles/active-directory/develop/active-directory-certificate-credentials.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
title: Microsoft identity platform certificate credentials
33
description: This article discusses the registration and use of certificate credentials for application authentication.
44
services: active-directory
5-
author: nickludwig
5+
author: OwenRichards1
66
manager: CelesteDG
77

88
ms.service: active-directory
99
ms.subservice: develop
1010
ms.workload: identity
1111
ms.topic: conceptual
1212
ms.date: 02/09/2022
13-
ms.author: ludwignick
14-
ms.reviewer: jmprieur
13+
ms.author: owenrichards
14+
ms.reviewer: kenwith
1515
ms.custom: contperf-fy21q4, aaddev
1616
---
1717

articles/active-directory/develop/active-directory-saml-protocol-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
title: How the Microsoft identity platform uses the SAML protocol
33
description: This article provides an overview of the single sign-on and Single Sign-Out SAML profiles in Azure Active Directory.
44
services: active-directory
5-
author: kenwith
5+
author: OwenRichards1
66
manager: CelesteDG
77

88
ms.service: active-directory
99
ms.subservice: develop
1010
ms.workload: identity
1111
ms.topic: conceptual
1212
ms.date: 11/4/2022
13-
ms.author: kenwith
13+
ms.author: owenrichards
14+
ms.reviewer: kenwith
1415
ms.custom: aaddev, engagement-fy23
15-
ms.reviewer: paulgarn
1616
---
1717

1818
# How the Microsoft identity platform uses the SAML protocol

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
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: include
1010
ms.workload: identity
1111
ms.date: 12/08/2022
12-
ms.author: jmprieur
13-
ms.reviewer: marsma
12+
ms.author: owenrichards
13+
ms.reviewer: jmprieur
1414
ms.custom: devx-track-csharp, aaddev, identityplatformtop40, "scenarios:getting-started", "languages:aspnet-core", mode-other
1515
#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.
1616
---

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
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: include
1010
ms.workload: identity
1111
ms.date: 01/10/2022
12-
ms.author: jmprieur
12+
ms.author: owenrichards
13+
ms.reviewer: jmprieur
1314
ms.custom: aaddev, identityplatformtop40, devx-track-python, "scenarios:getting-started", "languages:Python", mode-other
1415
#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.
1516
---

articles/active-directory/develop/includes/desktop-app/quickstart-uwp.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 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: include
1010
ms.workload: identity
1111
ms.date: 05/19/2022
12-
ms.author: jmprieur
12+
ms.author: owenrichards
13+
ms.reviewer: jmprieur
1314
ms.custom: aaddev, identityplatformtop40, "scenarios:getting-started", "languages:UWP", mode-api
1415
#Customer intent: As an application developer, I want to learn how my Universal Windows Platform (UWP) application can get an access token and call an API that's protected by the Microsoft identity platform.
1516
---

articles/active-directory/develop/includes/desktop-app/quickstart-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 app"
33
description: Learn how a Windows Presentation Foundation (WPF) application 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: include
1010
ms.workload: identity
1111
ms.date: 09/09/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
---

articles/active-directory/develop/includes/remind-not-to-validate-access-tokens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Don't validate access tokens for Microsoft Graph
33
description: Include file warning that access tokens for Microsoft Graph should be considered opaque and should never be validated by customer code. Only Microsoft Graph validates Microsoft Graph access tokens.
44
services: active-directory
5-
author: nickludwig
5+
author: OwenRichards1
66
manager: CelesteDG
77

88
ms.service: active-directory
99
ms.subservice: develop
1010
ms.workload: identity
1111
ms.topic: include
1212
ms.date: 06/25/2021
13-
ms.author: ludwignick
13+
ms.author: owenrichards
1414
ms.reviewer: ludwignick
1515
ms.custom: aaddev
1616
---

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
---

0 commit comments

Comments
 (0)