Skip to content

Commit 38e94c0

Browse files
committed
updated sign-in steps for admin center
1 parent 6a72e5c commit 38e94c0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/active-directory/develop/reference-app-manifest.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.reviewer: sureshja
1818

1919
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).
2020

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:
2222

2323
* 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.
2424
* 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
2727

2828
To configure the application manifest:
2929

30-
1. Sign in to the <a href="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**.
3232
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.
3434

3535
## Manifest reference
3636

@@ -201,7 +201,7 @@ Example:
201201

202202
The optional claims returned in the token by the security token service for this specific app.
203203

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).
205205

206206
Example:
207207

@@ -290,7 +290,7 @@ Example:
290290
| :--- | :--- |
291291
| logoUrl | String |
292292

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.
294294

295295
Example:
296296

0 commit comments

Comments
 (0)