Skip to content

Commit d7546f1

Browse files
Merge pull request #250362 from davidmu1/updatesteps38
Updatesteps38
2 parents 7f87233 + 419ea83 commit d7546f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/active-directory/develop/howto-modify-supported-accounts.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.reviewer: aragra, sureshja
2020

2121
When you registered your application with the Microsoft identity platform, you specified who--which account types--can access it. For example, you might've specified accounts only in your organization, which is a *single-tenant* app. Or, you might've specified accounts in any organization (including yours), which is a *multi-tenant* app.
2222

23-
In the following sections, you learn how to modify your app's registration in the Azure portal to change who, or what types of accounts, can access the application.
23+
In the following sections, you learn how to modify your app's registration to change who, or what types of accounts, can access the application.
2424

2525
## Prerequisites
2626

@@ -32,10 +32,10 @@ In the following sections, you learn how to modify your app's registration in th
3232

3333
To specify a different setting for the account types supported by an existing app registration:
3434

35-
1. Sign in to the <a href="https://portal.azure.com/" target="_blank">Azure portal</a>.
36-
1. If you have access to multiple tenants, use the **Directories + subscriptions** filter :::image type="icon" source="./media/common/portal-directory-subscription-filter.png" border="false"::: in the top menu to switch to the tenant in which the app is registered.
37-
1. Search for and select **Azure Active Directory**.
38-
1. Under **Manage**, select **App registrations**, select your application, and then select **Manifest** to use the manifest editor.
35+
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).
36+
1. If access to multiple tenants is available, use the **Directories + subscriptions** filter :::image type="icon" source="media/common/portal-directory-subscription-filter.png" border="false"::: in the top menu to switch to the tenant where the application is registered.
37+
1. Browse to **Identity** > **Applications** > **App registrations**.
38+
1. Select your application, and then select **Manifest** to use the manifest editor.
3939
1. Download the manifest JSON file locally.
4040
1. Now, specify who can use the application, sometimes referred to as the *sign-in audience*. Find the *signInAudience* property in the manifest JSON file and set it to one of the following property values:
4141

0 commit comments

Comments
 (0)