Skip to content

Commit 84b8759

Browse files
authored
Merge pull request #247901 from cilwerner/tutorial-subservice
GTD updating ms.subservice
2 parents e166af3 + e0d614c commit 84b8759

13 files changed

+54
-15
lines changed

articles/active-directory/develop/howto-call-a-web-api-with-curl.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
title: Call an ASP.NET Core web API with cURL
33
description: Learn how to call a protected ASP.NET Core Web API using the Microsoft identity platform with cURL
4-
manager: CelesteDG
4+
services: active-directory
55
author: henrymbuguakiarie
6-
ms.author: henrymbugua
6+
77
ms.service: active-directory
8+
ms.subservice: develop
9+
ms.author: henrymbugua
10+
manager: CelesteDG
811
ms.topic: how-to
912
ms.date: 03/14/2023
1013
zone_pivot_groups: web-api-howto-prereq

articles/active-directory/develop/howto-call-a-web-api-with-postman.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
title: Call an ASP.NET Core web API with Postman
33
description: Learn how to call a protected ASP.NET Core Web API using the Microsoft identity platform and Postman
4-
manager: CelesteDG
4+
services: active-directory
55
author: henrymbuguakiarie
6-
ms.author: henrymbugua
6+
77
ms.service: active-directory
8+
ms.subservice: develop
9+
ms.author: henrymbugua
10+
manager: CelesteDG
811
ms.topic: how-to
912
ms.date: 05/25/2023
1013
zone_pivot_groups: web-api-howto-prereq

articles/active-directory/develop/single-page-app-tutorial-01-register-app.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
title: "Tutorial: Register a Single-page application with the Microsoft identity platform"
33
description: Register an application in an Azure Active Directory tenant.
4+
services: active-directory
45
author: OwenRichards1
5-
ms.author: owenrichards
66
manager: CelesteDG
7+
78
ms.service: active-directory
9+
ms.subservice: develop
10+
ms.author: owenrichards
811
ms.topic: tutorial
912
ms.date: 02/27/2023
1013
#Customer intent: As a React developer, I want to know how to register my application with the Microsoft identity platform so that the security token service can issue access tokens to client applications that request them.

articles/active-directory/develop/single-page-app-tutorial-02-prepare-spa.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
title: "Tutorial: Prepare an application for authentication"
33
description: Register a tenant application and configure it for a React SPA.
4+
services: active-directory
45
author: OwenRichards1
5-
ms.author: owenrichards
66
manager: CelesteDG
7+
78
ms.service: active-directory
9+
ms.subservice: develop
10+
ms.author: owenrichards
811
ms.topic: tutorial
912
ms.date: 02/27/2023
1013
#Customer intent: As a React developer, I want to know how to create a new React project in an IDE and add authentication.

articles/active-directory/develop/single-page-app-tutorial-03-sign-in-users.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
---
22
title: "Tutorial: Create components for sign in and sign out in a React single-page app"
33
description: Add sign in and sign out components to your React single-page app
4+
services: active-directory
45
author: OwenRichards1
5-
ms.author: owenrichards
6+
67
ms.service: active-directory
8+
ms.subservice: develop
9+
ms.author: owenrichards
710
ms.custom: devx-track-extended-java, devx-track-js
811
ms.topic: tutorial
912
ms.date: 02/28/2023

articles/active-directory/develop/single-page-app-tutorial-04-call-api.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
---
22
title: "Tutorial: Call an API from a React single-page app"
33
description: Call an API from a React single-page app.
4+
services: active-directory
45
author: OwenRichards1
5-
ms.author: owenrichards
6+
67
ms.service: active-directory
8+
ms.subservice: develop
9+
ms.author: owenrichards
710
ms.topic: tutorial
811
ms.date: 11/28/2022
912
#Customer intent: As a React developer, I want to know how to create a user interface and access the Microsoft Graph API

articles/active-directory/develop/web-api-tutorial-01-register-app.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
title: "Tutorial: Register a web API with the Microsoft identity platform"
33
description: In this tutorial, you learn how to register a web API with the Microsoft identity platform.
4+
services: active-directory
45
author: cilwerner
6+
7+
ms.service: active-directory
8+
ms.subservice: develop
59
ms.author: cwerner
610
manager: CelesteDG
7-
ms.service: active-directory
811
ms.topic: tutorial
912
ms.date: 11/1/2022
1013
#Customer intent: As an application developer, I want to know how to register my application with the Microsoft identity platform so that the security token service can issue access tokens to client applications that request them.

articles/active-directory/develop/web-api-tutorial-02-prepare-api.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
title: "Tutorial: Create and configure an ASP.NET Core project for authentication"
33
description: "Create and configure the API in an IDE, add configuration for authentication and install required packages"
4+
services: active-directory
45
author: cilwerner
6+
7+
ms.service: active-directory
8+
ms.subservice: develop
59
ms.author: cwerner
610
manager: CelesteDG
7-
ms.service: active-directory
811
ms.topic: tutorial
912
ms.date: 11/1/2022
1013
#Customer intent: As an application developer, I want to create an ASP.NET Core project in an IDE, then configure it in such a way that I can add authentication with Azure AD.

articles/active-directory/develop/web-api-tutorial-03-protect-endpoint.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
title: "Tutorial: Implement a protected endpoint to your API"
33
description: Protect the endpoint of an API, then run it to ensure it's listening for HTTP requests.
4+
services: active-directory
45
author: cilwerner
6+
7+
ms.service: active-directory
8+
ms.subservice: develop
59
ms.author: cwerner
610
manager: CelesteDG
7-
ms.service: active-directory
811
ms.topic: tutorial
912
ms.date: 11/1/2022
1013
#Customer intent: As an application developer I want to protect the endpoint of my API and run it to ensure it is listening for HTTP requests

articles/active-directory/develop/web-app-tutorial-01-register-application.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
title: "Tutorial: Register an application with the Microsoft identity platform"
33
description: In this tutorial, you learn how to register a web application with the Microsoft identity platform.
4+
services: active-directory
45
author: cilwerner
6+
7+
ms.service: active-directory
8+
ms.subservice: develop
59
ms.author: cwerner
610
manager: CelesteDG
7-
ms.service: active-directory
811
ms.topic: tutorial
912
ms.date: 02/09/2023
1013
#Customer intent: As an application developer, I want to know how to register my application with the Microsoft identity platform so that the security token service can issue access tokens to client applications that request them.

0 commit comments

Comments
 (0)