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
#Customer intent: As an administrator of an Azure AD tenant, I want to configure the properties of an enterprise application.
15
17
---
16
18
@@ -31,14 +33,96 @@ Application properties control how the application is represented and how the ap
31
33
32
34
To configure the application properties:
33
35
36
+
:::zone pivot="portal"
37
+
34
38
1. Go to the [Azure Active Directory Admin Center](https://aad.portal.azure.com) and sign in using one of the roles listed in the prerequisites.
35
39
1. In the left menu, select **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.
36
40
1. In the **Manage** section, select **Properties** to open the **Properties** pane for editing.
37
-
1. Configure the properties based on the needs of your application.
41
+
1. On the **Properties** pane, you may want to configure the following properties for your application:
42
+
- Logo
43
+
- User sign in options
44
+
- App visibility
45
+
- Reply URL
46
+
47
+
:::zone-end
48
+
49
+
:::zone pivot="ms-powershell"
50
+
51
+
Use the following Microsoft Graph PowerShell script to configure basic application properties.
52
+
53
+
You'll need to 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.
89
+
90
+
You'll need to consent to the `Application.ReadWrite.All` permission.
91
+
92
+
Run the following Microsoft Graph query to configure basic application properties.
## Use Microsoft Graph to configure application properties
40
124
41
-
You can also configure properties of both app registrations and enterprise applications (service principals) through Microsoft Graph. These can include basic properties, permissions, and role assignments. For more information, see [Create and manage an Azure AD application using Microsoft Graph](/graph/tutorial-applications-basics#configure-other-basic-properties-for-your-app).
125
+
You can also configure other advanced properties of both app registrations and enterprise applications (service principals) through Microsoft Graph. These includes properties such as permissions, and role assignments. For more information, see [Create and manage an Azure AD application using Microsoft Graph](/graph/tutorial-applications-basics#configure-other-basic-properties-for-your-app).
0 commit comments