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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ ms.reviewer: sureshja
18
18
19
19
The application manifest contains a definition of all the attributes of an application object in the Microsoft identity platform. It also serves as a mechanism for updating the application object. For more info on the Application entity and its schema, see the [Graph API Application entity documentation](/graph/api/resources/application).
20
20
21
-
You can configure an app's attributes through the Azure portal or programmatically using [Microsoft Graph API](/graph/api/resources/application) or [Microsoft Graph PowerShell SDK](/powershell/module/microsoft.graph.applications/?view=graph-powershell-1.0&preserve-view=true). However, there are some scenarios where you'll need to edit the app manifest to configure an app's attribute. These scenarios include:
21
+
You can configure an app's attributes through the Microsoft Entra admin center or programmatically using [Microsoft Graph API](/graph/api/resources/application) or [Microsoft Graph PowerShell SDK](/powershell/module/microsoft.graph.applications/?view=graph-powershell-1.0&preserve-view=true). However, there are some scenarios where you'll need to edit the app manifest to configure an app's attribute. These scenarios include:
22
22
23
23
* If you registered the app as Azure AD multi-tenant and personal Microsoft accounts, you can't change the supported Microsoft accounts in the UI. Instead, you must use the application manifest editor to change the supported account type.
24
24
* To define permissions and roles that your app supports, you must modify the application manifest.
@@ -27,10 +27,10 @@ You can configure an app's attributes through the Azure portal or programmatical
27
27
28
28
To configure the application manifest:
29
29
30
-
1. Sign in to the <ahref="https://portal.azure.com/"target="_blank">Azure portal</a>. Search for and select the **Azure Active Directory** service.
31
-
1.Select**App registrations**.
30
+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least an [Application Developer](../roles/permissions-reference.md#application-developer).
31
+
1.Browse to **Identity** > **Applications** >**App registrations**.
32
32
1. Select the app you want to configure.
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.
33
+
1. From the app's **Overview** page, select the **Manifest** section. A web-based manifest editor opens, allowing you to edit the manifest. 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
36
@@ -201,7 +201,7 @@ Example:
201
201
202
202
The optional claims returned in the token by the security token service for this specific app.
203
203
204
-
At this time, apps that support both personal accounts and Azure AD (registered through the app registration portal) cannot use optional claims. However, apps registered for just Azure AD using the v2.0 endpoint can get the optional claims they requested in the manifest. For more info, see [Optional claims](./optional-claims.md).
204
+
Apps that support both personal accounts and Azure AD cannot use optional claims. However, apps registered for just Azure AD using the v2.0 endpoint can get the optional claims they requested in the manifest. For more info, see [Optional claims](./optional-claims.md).
205
205
206
206
Example:
207
207
@@ -290,7 +290,7 @@ Example:
290
290
| :--- | :--- |
291
291
| logoUrl | String |
292
292
293
-
Read only value that points to the CDN URL to logo that was uploaded in the portal.
293
+
Read only value that points to the CDN URL to logo that was uploaded.
0 commit comments