|
1 | 1 | ---
|
2 |
| -title: 'Quickstart: Configure enterprise application properties' |
| 2 | +title: 'Configure enterprise application properties' |
3 | 3 | titleSuffix: Azure AD
|
4 | 4 | description: Configure the properties of an enterprise application in Azure Active Directory.
|
5 | 5 | services: active-directory
|
6 | 6 | author: davidmu1
|
7 | 7 | manager: CelesteDG
|
8 | 8 | ms.service: active-directory
|
9 | 9 | ms.subservice: app-mgmt
|
10 |
| -ms.topic: quickstart |
| 10 | +ms.topic: how-to |
11 | 11 | ms.workload: identity
|
12 | 12 | ms.date: 09/22/2021
|
13 | 13 | ms.author: davidmu
|
14 | 14 | ms.reviewer: ergreenl
|
15 |
| -ms.custom: mode-other |
16 | 15 | #Customer intent: As an administrator of an Azure AD tenant, I want to configure the properties of an enterprise application.
|
17 | 16 | ---
|
18 | 17 |
|
19 |
| -# Quickstart: Configure enterprise application properties |
| 18 | +# Configure enterprise application properties |
20 | 19 |
|
21 |
| -In this quickstart, you use the Azure Active Directory Admin Center to configure the properties of an enterprise application that you previously added to your Azure Active Directory (Azure AD) tenant. |
22 |
| - |
23 |
| -You can configure the following common attributes of an enterprise application: |
24 |
| - |
25 |
| -- **Enabled for users to sign in?** - Determines whether users assigned to the application can sign in. |
26 |
| -- **User assignment required?** - Determines whether users who aren't assigned to the application can sign in. |
27 |
| -- **Visible to users?** - Determines whether users assigned to an application can see it in My Apps and Microsoft 365 app launcher. (See the waffle menu in the upper-left corner of a Microsoft 365 website.) |
28 |
| -- **Logo** - Determines the logo that represents the application. |
29 |
| -- **Notes** - Provides a place to add notes that apply to the application. |
30 |
| - |
31 |
| -It is recommended that you use a non-production environment to test the steps in this quickstart. |
| 20 | +This article shows you where you can configure the properties of an enterprise application in your Azure Active Directory (Azure AD) tenant. For more information about the properties that you can configure, see [Properties of an enterprise application](application-properties.md). |
32 | 21 |
|
33 | 22 | ## Prerequisites
|
34 | 23 |
|
35 | 24 | To configure the properties of an enterprise application, you need:
|
36 | 25 |
|
37 | 26 | - An Azure AD user account. If you don't already have one, you can [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
|
38 | 27 | - One of the following roles: Global Administrator, Cloud Application Administrator, Application Administrator, or owner of the service principal.
|
39 |
| -- Completion of the steps in [Quickstart: Add an enterprise application](add-application-portal.md). |
40 | 28 |
|
41 | 29 | ## Configure application properties
|
42 | 30 |
|
43 | 31 | Application properties control how the application is represented and how the application is accessed.
|
44 | 32 |
|
45 |
| -To edit the application properties: |
| 33 | +To configure the application properties: |
46 | 34 |
|
47 | 35 | 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.
|
48 |
| -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. For example, **Azure AD SAML Toolkit 1**. |
| 36 | +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. |
49 | 37 | 1. In the **Manage** section, select **Properties** to open the **Properties** pane for editing.
|
50 |
| -1. Select **Yes** or **No** to decide whether the application is enabled for users to sign in. |
51 |
| -1. Select **Yes** or **No** to decide whether only user accounts that have been assigned to the application can sign in. |
52 |
| -1. Select **Yes** or **No** to decide whether users assigned to an application can see it in My Apps and Microsoft 365 portals. |
53 |
| - |
54 |
| - :::image type="content" source="media/add-application-portal-configure/configure-properties.png" alt-text="Configure the properties of an enterprise application."::: |
55 |
| - |
56 |
| -## Use a custom logo |
57 |
| - |
58 |
| -The application logo is seen on the My Apps and Microsoft 365 portals, and when administrators view this application in the enterprise application gallery. Custom logos must be exactly 215x215 pixels in size and be in the PNG format. It is recommended that you use a solid color background with no transparency in your application logo so that it appears best to users. |
59 |
| - |
60 |
| -To use a custom logo: |
61 |
| - |
62 |
| -1. Create a logo that's 215 by 215 pixels, and save it in .png format. |
63 |
| -1. Select the icon in **Select a file** to upload the logo. |
64 |
| -1. When you're finished, select **Save**. |
65 |
| - |
66 |
| -The thumbnail for the logo doesn't update right away. You can close and reopen the **Properties** pane to see the updated thumbnail. |
67 |
| - |
68 |
| -## Add notes |
69 |
| - |
70 |
| -You can use the **Notes** property to add any information that is relevant for the management of the application in Azure AD. The **Notes** property is a free text field with a maximum size of 1024 characters. |
71 |
| - |
72 |
| -To enter notes for the application: |
73 |
| - |
74 |
| -1. Enter the notes that you want to keep with the application. |
75 |
| -1. Select **Save**. |
76 |
| - |
77 |
| -## Clean up resources |
78 |
| - |
79 |
| -If you are planning to complete the next quickstart, keep the enterprise application that you created. Otherwise, you can consider deleting it to clean up your tenant. For more information, see [Delete an application](delete-application-portal.md). |
| 38 | +1. Configure the properties based on the needs of your application. |
80 | 39 |
|
81 | 40 | ## Next steps
|
82 | 41 |
|
83 |
| -Learn how to search for and view the applications in your Azure AD tenant. |
| 42 | +Learn more about how to manage enterprise applications. |
84 | 43 | > [!div class="nextstepaction"]
|
85 |
| -> [View applications](view-applications-portal.md) |
| 44 | +> [What is application management in Azure Active Directory?](what-is-application-management.md) |
0 commit comments