Skip to content

Commit 4d2b410

Browse files
committed
develop-includes
1 parent 0833a28 commit 4d2b410

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

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

0 commit comments

Comments
 (0)