Skip to content

Commit 820d203

Browse files
committed
edits from review for include metadata.
1 parent 2c08904 commit 820d203

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

articles/active-directory/develop/quickstart-register-app.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ms.workload: identity
1111
ms.date: 10/31/2022
1212
ms.author: cwerner
1313
ms.custom: aaddev, identityplatformtop40, contperf-fy21q1, contperf-fy21q2, contperf-fy21q4, mode-other
14+
15+
#Customer intent: As developer, I want to know how to register my application with the Microsoft identity platform so that the security token service can issue ID and/or access tokens to client applications that request them.
1416
---
1517

1618

includes/active-directory-develop-quickstart-register-app.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,19 @@ description: In this quickstart, you learn how to register an application with t
44
services: active-directory
55
author: cilwerner
66
manager: CelesteDG
7+
ms.author: cwerner
8+
ms.date: 11/14/2022
9+
ms.topic: include
710
ms.service: active-directory
811
ms.subservice: develop
9-
ms.topic: quickstart
1012
ms.workload: identity
11-
ms.date: 10/31/2022
12-
ms.author: cwerner
13-
ms.custom: aaddev, identityplatformtop40, contperf-fy21q1, contperf-fy21q2, contperf-fy21q4, mode-other
14-
#Customer intent: As developer, I want to know how to register my application with the Microsoft identity platform so that the security token service can issue ID and/or access tokens to client applications that request them.
1513

1614
# This include file is currently referenced in the following documentation:
1715

1816
# https://learn.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app
1917
# https://learn.microsoft.com/en-us/graph/auth-register-app-v2
2018
---
2119

22-
# Quickstart: Register an application with the Microsoft identity platform
23-
2420
Get started with the Microsoft identity platform by registering an application in the Azure portal.
2521

2622
The Microsoft identity platform performs identity and access management (IAM) only for registered applications. Whether it's a client application like a web or mobile app, or it's a web API that backs a client app, registering it establishes a trust relationship between your application and the identity provider, the Microsoft identity platform.

0 commit comments

Comments
 (0)