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/manage-apps/add-application-portal-configure.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,9 @@ Application properties control how the application is represented and how the ap
38
38
39
39
To configure the application properties:
40
40
41
-
1. Sign in to the [Azure portal](https://portal.azure.com) and sign in using one of the roles listed in the prerequisites.
42
-
1. Browse to **Azure Active Directory** > **Enterprise applications**. The **All applications** pane opens and displays a list of the applications in your Azure AD tenant. Search for and select the application that you want to use.
41
+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Cloud Application Administrator](../roles/permissions-reference.md#cloud-application-administrator).
1. Search for and select the application that you want to use.
43
44
1. In the **Manage** section, select **Properties** to open the **Properties** pane for editing.
44
45
1. On the **Properties** pane, you may want to configure the following properties for your application:
45
46
- Logo
@@ -54,7 +55,7 @@ To configure the application properties:
54
55
55
56
Use the following Microsoft Graph PowerShell script to configure basic application properties.
56
57
57
-
You'll need to consent to the `Application.ReadWrite.All` permission.
58
+
You'll need to to sign in as at least a [Cloud Application Administrator](../roles/permissions-reference.md#cloud-application-administrator) and consent to the `Application.ReadWrite.All` permission.
To configure the basic properties of an application, sign in to [Graph Explorer](https://developer.microsoft.com/graph/graph-explorer)with one of the roles listed in the prerequisite section.
93
+
To configure the basic properties of an application, sign in to [Graph Explorer](https://developer.microsoft.com/graph/graph-explorer)as at least a [Cloud Application Administrator](../roles/permissions-reference.md#cloud-application-administrator).
93
94
94
95
You'll need to consent to the `Application.ReadWrite.All` permission.
0 commit comments