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/assign-app-owners.md
+19-10Lines changed: 19 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,12 @@ ms.custom: enterprise-apps
22
22
23
23
An [owner of an enterprise application](overview-assign-app-owners.md) in Azure Active Directory (Azure AD) can manage the organization-specific configuration of the application, such as single sign-on, provisioning, and user assignments. An owner can also add or remove other owners. Unlike Global Administrators, owners can manage only the enterprise applications they own. In this article, you learn how to assign an owner of an application.
24
24
25
+
## Prerequisites
26
+
27
+
To add an enterprise application to your Azure AD tenant, you need:
28
+
29
+
- 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).
30
+
- One of the following roles: Global Administrator, Cloud Application Administrator, or Application Administrator.
@@ -30,24 +36,27 @@ An [owner of an enterprise application](overview-assign-app-owners.md) in Azure
30
36
31
37
To assign an owner to an enterprise application:
32
38
33
-
1. Sign in to [your Azure AD organization](https://portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/Overview) with an account that is eligible for the **Application Administrator** role or the **Cloud Application Administrator** role for the organization.
34
-
2. Select **Enterprise applications**, and then select the application that you want to add an owner to.
35
-
3. Select **Owners**, and then select **Add** to get a list of user accounts that you can choose an owner from.
36
-
4. Search for and select the user account that you want to be an owner of the application.
37
-
5. Click **Select** to add the user account that you chose as an owner of the application.
39
+
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. Select the application that you want to add an owner to.
42
+
1. Select **Owners**, and then select **Add** to get a list of user accounts that you can choose an owner from.
43
+
1. Search for and select the user account that you want to be an owner of the application.
44
+
1. Select **Select** to add the user account that you chose as an owner of the application.
38
45
39
46
:::zone-end
40
47
41
48
:::zone pivot="ms-powershell"
42
49
43
50
Use the following Microsoft Graph PowerShell cmdlet to add an owner to an enterprise application.
44
51
45
-
You'll need to consent to the `Application.ReadWrite.All` permission.
52
+
You need 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.
46
53
47
54
In the following example, the user's object ID is 8afc02cb-4d62-4dba-b536-9f6d73e9be26 and the applicationId is 46e6adf4-a9cf-4b60-9390-0ba6fb00bf6b.
To assign an owner to an application, sign in to [Graph Explorer](https://developer.microsoft.com/graph/graph-explorer)with one of the roles listed in the prerequisite section.
71
+
To assign an owner to 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).
63
72
64
-
You'll need to consent to the `Application.ReadWrite.All` permission.
73
+
You need to consent to the `Application.ReadWrite.All` permission.
65
74
66
75
Run the following Microsoft Graph query to assign an owner to an application. You need the object ID of the user you want to assign the application to. In the following example, the user's object ID is 8afc02cb-4d62-4dba-b536-9f6d73e9be26 and the appId is 46e6adf4-a9cf-4b60-9390-0ba6fb00bf6b.
67
76
@@ -77,7 +86,7 @@ Content-Type: application/json
77
86
:::zone-end
78
87
79
88
> [!NOTE]
80
-
> If the user setting **Restrict access to Azure AD administration portal** is set to `Yes`, non-admin users will not be able to use the Azure portal to manage the applications they own. For more information about the actions that can be performed on owned enterprise applications, see [Owned enterprise applications](../fundamentals/users-default-permissions.md#owned-enterprise-applications).
89
+
> If the user setting **Restrict access to Azure AD administration portal** is set to `Yes`, non-admin users aren't able to use the Microsoft Entra admin center to manage the applications they own. For more information about the actions that can be performed on owned enterprise applications, see [Owned enterprise applications](../fundamentals/users-default-permissions.md#owned-enterprise-applications).
0 commit comments