Skip to content

Commit f4a2ded

Browse files
authored
Merge pull request #188535 from davidmu1/configureprops1
configure app properties
2 parents 3f2cc0d + 1dbd3e1 commit f4a2ded

File tree

4 files changed

+108
-55
lines changed

4 files changed

+108
-55
lines changed
Lines changed: 9 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,44 @@
11
---
2-
title: 'Quickstart: Configure enterprise application properties'
2+
title: 'Configure enterprise application properties'
33
titleSuffix: Azure AD
44
description: Configure the properties of an enterprise application in Azure Active Directory.
55
services: active-directory
66
author: davidmu1
77
manager: CelesteDG
88
ms.service: active-directory
99
ms.subservice: app-mgmt
10-
ms.topic: quickstart
10+
ms.topic: how-to
1111
ms.workload: identity
1212
ms.date: 09/22/2021
1313
ms.author: davidmu
1414
ms.reviewer: ergreenl
15-
ms.custom: mode-other
1615
#Customer intent: As an administrator of an Azure AD tenant, I want to configure the properties of an enterprise application.
1716
---
1817

19-
# Quickstart: Configure enterprise application properties
18+
# Configure enterprise application properties
2019

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

3322
## Prerequisites
3423

3524
To configure the properties of an enterprise application, you need:
3625

3726
- 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).
3827
- 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).
4028

4129
## Configure application properties
4230

4331
Application properties control how the application is represented and how the application is accessed.
4432

45-
To edit the application properties:
33+
To configure the application properties:
4634

4735
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.
4937
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.
8039

8140
## Next steps
8241

83-
Learn how to search for and view the applications in your Azure AD tenant.
42+
Learn more about how to manage enterprise applications.
8443
> [!div class="nextstepaction"]
85-
> [View applications](view-applications-portal.md)
44+
> [What is application management in Azure Active Directory?](what-is-application-management.md)
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
---
2+
title: 'Properties of an enterprise application'
3+
titleSuffix: Azure AD
4+
description: Learn about the properties of an enterprise application in Azure Active Directory.
5+
services: active-directory
6+
author: davidmu1
7+
manager: CelesteDG
8+
ms.service: active-directory
9+
ms.subservice: app-mgmt
10+
ms.topic: conceptual
11+
ms.workload: identity
12+
ms.date: 09/22/2021
13+
ms.author: davidmu
14+
ms.reviewer: ergreenl
15+
#Customer intent: As an administrator of an Azure AD tenant, I want to learn more about the properties of an enterprise application that I can configure.
16+
---
17+
18+
# Properties of an enterprise application
19+
20+
This article describes the properties that you can configure for an enterprise application in your Azure Active Directory (Azure AD) tenant. To configure the properties, see [Configure enterprise application properties](add-application-portal-configure.md).
21+
22+
## Enabled for users to sign in?
23+
24+
If this option is set to **Yes**, then assigned users are able to sign in to the application from the My Apps portal, the User access URL, or by navigating to the application URL directly. If assignment is required, then only users who are assigned to the application are able to sign-in. If assignment is required, applications must be assigned to be granted a token.
25+
26+
If this option is set to **No**, then no users are able to sign in to the application, even if they're assigned to it. Tokens aren't issued for the application.
27+
28+
## Name
29+
30+
This property is the name of the application that users see on the My Apps portal. Administrators see the name when they manage access to the application. Other tenants see the name when integrating the application into their directory.
31+
32+
It's recommended that you choose a name that users can understand. This is important because this name is visible in the various portals, such as My Apps and O365 Launcher.
33+
34+
## Homepage URL
35+
36+
If the application is custom-developed, the homepage URL is the URL that a user can use to sign in to the application. For example, it's the URL that is launched when the application is selected in the My Apps portal. If this application is from the Azure AD Gallery, this URL is where you can go to learn more about the application or its vendor.
37+
38+
The homepage URL can't be edited within enterprise applications. The homepage URL must be edited on the application object.
39+
40+
## Logo
41+
42+
This is the application logo that users see on the My Apps portal and the Office 365 application launcher. Administrators also see the logo in the Azure AD gallery.
43+
44+
Custom logos must be exactly 215x215 pixels in size and be in the PNG format. You should use a solid color background with no transparency in your application logo. The central image dimensions should be 94x94 pixels and the logo file size can't be over 100 KB.
45+
46+
## Application ID
47+
48+
This property is the unique identifier for the application in your directory. You can use this application ID if you ever need help from Microsoft Support. You can also use the identifier to perform operations using the Microsoft Graph APIs or the Microsoft Graph PowerShell SDK.
49+
50+
## Object ID
51+
52+
This is the unique identifier of the service principal object associated with the application. This identifier can be useful when performing management operations against this application using PowerShell or other programmatic interfaces. This identifier is different than the identifier for the application object.
53+
54+
The identifier is used to update information for the local instance of the application, such as assigning users and groups to the application. The identifier can also be used to update the properties of the enterprise application or to configure single-sign on.
55+
56+
## Assignment required
57+
58+
This option doesn't affect whether or not an application appears on the My Apps portal. To show the application there, assign an appropriate user or group to the application. This option has no effect on users' access to the application when it's configured for any of the other single sign-on modes.
59+
60+
If this option is set to **Yes**, then users and other applications or services must first be assigned this application before being able to access it.
61+
62+
If this option is set to **No**, then all users are able to sign in, and other applications and services are able to obtain an access token to the application.
63+
64+
This option only applies to the following types of applications and services:
65+
- Applications using SAML
66+
- OpenID Connect
67+
- OAuth 2.0
68+
- WS-Federation for user sign
69+
- Application Proxy applications with Azure AD pre-authentication enabled
70+
- Applications or services for which other applications or service are requesting access tokens
71+
72+
## Visible to users
73+
74+
Makes the application visible in My Apps and the O365 Launcher
75+
76+
If this option is set to **Yes**, then assigned users see the application on the My Apps portal and O365 app launcher.
77+
78+
If this option is set to **No**, then no users see this application on their My Apps portal and O365 launcher.
79+
80+
Make sure that a homepage URL is included or else the application can't be launched from the My Apps portal.
81+
82+
Regardless of whether assignment is required or not, only assigned users are able to see this application in the My Apps portal. If you want certain users to see the application in the My Apps portal, but everyone to be able to access it, assign the users in the **Users and Groups** tab, and set assignment required to **No**.
83+
84+
## Notes
85+
86+
You can use this field to add any information that is relevant for the management of the application. The field is a free text field with a maximum size of 1024 characters.
87+
88+
## Next steps
89+
90+
Learn where to go to configure the properties of an enterprise application.
91+
92+
- [Configure enterprise application properties](add-application-portal-configure.md)

articles/active-directory/manage-apps/toc.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
href: add-application-portal-assign-users.md
1717
- name: Enable single sign-on
1818
href: add-application-portal-setup-sso.md
19-
- name: Configure properties
20-
href: add-application-portal-configure.md
2119
- name: View applications
2220
href: view-applications-portal.md
2321
- name: Delete applications
@@ -47,6 +45,8 @@
4745
href: overview-application-gallery.md
4846
- name: Application ownership
4947
href: overview-assign-app-owners.md
48+
- name: Application properties
49+
href: application-properties.md
5050
- name: Application security
5151
items:
5252
- name: App access options
@@ -92,6 +92,8 @@
9292
href: ../saas-apps/tutorial-list.md
9393
- name: Assign owners
9494
href: assign-app-owners.md
95+
- name: Configure properties
96+
href: add-application-portal-configure.md
9597
- name: Manage access
9698
items:
9799
- name: Manage consent and permissions

articles/active-directory/manage-apps/what-is-application-management.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Application management in Azure Active Directory (Azure AD) is the process of cr
2020

2121
In this article, you learn these important aspects of managing the lifecycle of an application:
2222

23-
- **Develop, add, or connect** – You take different paths depending on whether you are developing your own application, using a pre-integrated application, or connecting to an on-premises application.
23+
- **Develop, add, or connect** – You take different paths depending on whether you're developing your own application, using a pre-integrated application, or connecting to an on-premises application.
2424
- **Manage access** – Access can be managed by using single sign-on (SSO), assigning resources, defining the way access is granted and consented to, and using automated provisioning.
2525
- **Configure properties** – Configure the requirements for signing into the application and how the application is represented in user portals.
2626
- **Secure the application** – Manage configuration of permissions, multifactor authentication (MFA), conditional access, tokens, and certificates.
@@ -94,7 +94,7 @@ Azure AD provides customizable ways to deploy applications to users in your orga
9494

9595
## Configure properties
9696

97-
When you add an application to your Azure AD tenant, you have the opportunity to [configure properties](add-application-portal-configure.md) that affect the way users can sign in. You can enable or disable the ability to sign in and user assignment can be required. You can also determine the visibility of the application, what logo represents the application, and any notes about the application.
97+
When you add an application to your Azure AD tenant, you have the opportunity to configure properties that affect the way users can interact with the application. You can enable or disable the ability to sign in and user assignment can be required. You can also determine the visibility of the application, what logo represents the application, and any notes about the application. For more information about the properties that can be configured, see [Properties of an enterprise application](application-properties.md).
9898

9999
## Secure the application
100100

@@ -128,7 +128,7 @@ Your Azure AD reporting and monitoring solution depends on your legal, security,
128128

129129
## Clean up
130130

131-
You can clean up access to applications. For example, [removing a user’s access](methods-for-removing-user-access.md). You can also [disable how a user signs in](disable-user-sign-in-portal.md). And finally, you can delete the application if it is no longer needed for the organization. For a simple example of how to delete an enterprise application from your Azure AD tenant, see [Quickstart: Delete an enterprise application](delete-application-portal.md).
131+
You can clean up access to applications. For example, [removing a user’s access](methods-for-removing-user-access.md). You can also [disable how a user signs in](disable-user-sign-in-portal.md). And finally, you can delete the application if it's no longer needed for the organization. For a simple example of how to delete an enterprise application from your Azure AD tenant, see [Quickstart: Delete an enterprise application](delete-application-portal.md).
132132

133133
## Next steps
134134

0 commit comments

Comments
 (0)