You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/develop/reference-app-manifest.md
+15-13Lines changed: 15 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
8
8
ms.subservice: develop
9
9
ms.topic: conceptual
10
10
ms.workload: identity
11
-
ms.date: 03/23/2020
11
+
ms.date: 04/15/2020
12
12
ms.author: ryanwi
13
13
ms.custom: aaddev
14
14
ms.reviewer: sureshja
@@ -36,6 +36,20 @@ To configure the application manifest:
36
36
37
37
This section describes the attributes found in the application manifest.
38
38
39
+
### id attribute
40
+
41
+
| Key | Value type |
42
+
| :--- | :--- |
43
+
| id | String |
44
+
45
+
The unique identifier for the app in the directory. This ID is not the identifier used to identify the app in any protocol transaction. It's used for the referencing the object in directory queries.
46
+
47
+
Example:
48
+
49
+
```json
50
+
"id": "f7f9acfc-ae0c-4d6c-b489-0a81dc1652dd",
51
+
```
52
+
39
53
### accessTokenAcceptedVersion attribute
40
54
41
55
| Key | Value type |
@@ -225,19 +239,7 @@ Example:
225
239
"optionalClaims": null,
226
240
```
227
241
228
-
### id attribute
229
242
230
-
| Key | Value type |
231
-
| :--- | :--- |
232
-
| id | String |
233
-
234
-
The unique identifier for the app in the directory. This ID is not the identifier used to identify the app in any protocol transaction. It's used for the referencing the object in directory queries.
0 commit comments