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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ To configure the application manifest:
33
33
1. From the app's **Overview** page, select the **Manifest** section. A web-based manifest editor opens, allowing you to edit the manifest within the portal. Optionally, you can select **Download** to edit the manifest locally, and then use **Upload** to reapply it to your application.
34
34
35
35
## Manifest reference
36
-
This section describes the attributes found in the appliction manifest.
36
+
This section describes the attributes found in the application manifest.
37
37
38
38
### accessTokenAcceptedVersion attribute
39
39
| Key | Value type |
@@ -77,7 +77,7 @@ Example value:
77
77
| :--- | :--- |
78
78
| availableToOtherTenants | Boolean |
79
79
80
-
true if the application is shared with other tenants; otherwise, false. <br><br> Note: This is available only in the **App registrations (Legacy)** experience. Replaced by `signInAudience` in the [App registrations](https://go.microsoft.com/fwlink/?linkid=2083908) experience.
80
+
true if the application is shared with other tenants; otherwise, false. <br><br> Note that this attribute is available only in the **App registrations (Legacy)** experience. Replaced by `signInAudience` in the [App registrations](https://go.microsoft.com/fwlink/?linkid=2083908) experience.
81
81
82
82
### appId attribute
83
83
| Key | Value type |
@@ -104,7 +104,7 @@ Example value:
104
104
| :--- | :--- |
105
105
| displayName | String |
106
106
107
-
The display name for the app. <br><br> Note: This is available only in the **App registrations (Legacy)** experience. Replaced by `name` in the [App registrations](https://go.microsoft.com/fwlink/?linkid=2083908) experience.
107
+
The display name for the app. <br><br> Note that this attribute is available only in the **App registrations (Legacy)** experience. Replaced by `name` in the [App registrations](https://go.microsoft.com/fwlink/?linkid=2083908) experience.
108
108
109
109
Example value:
110
110
`"MyRegisteredApp"`
@@ -134,7 +134,7 @@ Example value:
134
134
| :--- | :--- |
135
135
| homepage |String |
136
136
137
-
The URL to the application's homepage. <br><br> Note: This is available only in the **App registrations (Legacy)** experience. Replaced by `signInUrl` in the [App registrations](https://go.microsoft.com/fwlink/?linkid=2083908) experience.
137
+
The URL to the application's homepage. <br><br> Note that this attribute is available only in the **App registrations (Legacy)** experience. Replaced by `signInUrl` in the [App registrations](https://go.microsoft.com/fwlink/?linkid=2083908) experience.
0 commit comments