Skip to content

Commit d41fe81

Browse files
authored
Merge pull request #251141 from rolyon/rolyon-abac-custom-security-attributes-portal-entra-admin-center
[Azure AD] [Custom security attributes] Azure portal to Microsoft Entra admin center
2 parents d0296a6 + 438cfd7 commit d41fe81

File tree

10 files changed

+29
-35
lines changed

10 files changed

+29
-35
lines changed
-2.4 KB
Loading

articles/active-directory/enterprise-users/users-custom-security-attributes.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,15 @@ To assign or remove custom security attributes for a user in your Azure AD tenan
3939

4040
[!INCLUDE [portal updates](~/articles/active-directory/includes/portal-update.md)]
4141

42-
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Global Administrator](../roles/permissions-reference.md#global-administrator).
43-
42+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as an [Attribute Assignment Administrator](../roles/permissions-reference.md#attribute-assignment-administrator).
4443

4544
1. Make sure that you have defined custom security attributes. For more information, see [Add or deactivate custom security attribute definitions in Azure AD](../fundamentals/custom-security-attributes-add.md).
4645

47-
1. Select Microsoft Entra ID (Azure AD) > **Users** > **All users**.
46+
1. Browse to **Identity** > **Users** > **All users**.
4847

4948
1. Find and select the user you want to assign custom security attributes to.
5049

51-
1. In the Manage section, select **Custom security attributes (preview)**.
50+
1. In the Manage section, select **Custom security attributes**.
5251

5352
1. Select **Add assignment**.
5453

@@ -68,13 +67,13 @@ To assign or remove custom security attributes for a user in your Azure AD tenan
6867

6968
## Update custom security attribute assignment values for a user
7069

71-
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Global Administrator](../roles/permissions-reference.md#global-administrator).
70+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as an [Attribute Assignment Administrator](../roles/permissions-reference.md#attribute-assignment-administrator).
7271

73-
1. Select Microsoft Entra ID (Azure AD) > **Users** > **All users**.
72+
1. Browse to **Identity** > **Users** > **All users**.
7473

7574
1. Find and select the user that has a custom security attribute assignment value you want to update.
7675

77-
1. In the Manage section, select **Custom security attributes (preview)**.
76+
1. In the Manage section, select **Custom security attributes**.
7877

7978
1. Find the custom security attribute assignment value you want to update.
8079

@@ -88,9 +87,9 @@ To assign or remove custom security attributes for a user in your Azure AD tenan
8887

8988
You can filter the list of custom security attributes assigned to users on the All users page.
9089

91-
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Global Administrator](../roles/permissions-reference.md#global-administrator).
90+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as an [Attribute Assignment Reader](../roles/permissions-reference.md#attribute-assignment-reader).
9291

93-
1. Select Microsoft Entra ID (Azure AD) > **Users** > **All users**.
92+
1. Browse to **Identity** > **Users** > **All users**.
9493

9594
1. Select **Add filter** to open the Add filter pane.
9695

@@ -108,13 +107,13 @@ You can filter the list of custom security attributes assigned to users on the A
108107

109108
## Remove custom security attribute assignments from a user
110109

111-
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Global Administrator](../roles/permissions-reference.md#global-administrator).
110+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as an [Attribute Assignment Administrator](../roles/permissions-reference.md#attribute-assignment-administrator).
112111

113-
1. Select Microsoft Entra ID (Azure AD) > **Users** > **All users**.
112+
1. Browse to **Identity** > **Users** > **All users**.
114113

115114
1. Find and select the user that has the custom security attribute assignments you want to remove.
116115

117-
1. In the Manage section, select **Custom security attributes (preview)**.
116+
1. In the Manage section, select **Custom security attributes**.
118117

119118
1. Add check marks next to all the custom security attribute assignments you want to remove.
120119

@@ -1074,7 +1073,7 @@ None
10741073

10751074
**Where are custom security attribute assignments for users supported?**
10761075

1077-
Custom security attribute assignments for users are supported in Azure portal, PowerShell, and Microsoft Graph APIs. Custom security attribute assignments are not supported in My Apps or Microsoft 365 admin center.
1076+
Custom security attribute assignments for users are supported in Microsoft Entra admin center, PowerShell, and Microsoft Graph APIs. Custom security attribute assignments are not supported in My Apps or Microsoft 365 admin center.
10781077

10791078
**Who can view the custom security attributes assigned to a user?**
10801079

articles/active-directory/fundamentals/custom-security-attributes-add.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ To add or deactivate custom security attributes definitions, you must have:
4040

4141
An attribute set is a collection of related attributes. All custom security attributes must be part of an attribute set. Attribute sets cannot be renamed or deleted.
4242

43-
1. Sign in to the [Azure portal](https://portal.azure.com).
43+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as a [Attribute Definition Administrator](../roles/permissions-reference.md#attribute-definition-administrator).
4444

45-
1. Click **Azure Active Directory** > **Custom security attributes (Preview)**.
45+
1. Browse to **Protection** > **Custom security attributes**.
4646

4747
1. Click **Add attribute set** to add a new attribute set.
4848

@@ -60,9 +60,9 @@ An attribute set is a collection of related attributes. All custom security attr
6060

6161
## Add a custom security attribute definition
6262

63-
1. Sign in to the [Azure portal](https://portal.azure.com).
63+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as a [Attribute Definition Administrator](../roles/permissions-reference.md#attribute-definition-administrator).
6464

65-
1. Click **Azure Active Directory** > **Custom security attributes (Preview)**.
65+
1. Browse to **Protection** > **Custom security attributes**.
6666

6767
1. On the Custom security attributes page, find an existing attribute set or click **Add attribute set** to add a new attribute set.
6868

@@ -104,7 +104,6 @@ An attribute set is a collection of related attributes. All custom security attr
104104

105105
![Screenshot of New attribute pane with Add predefined value pane in Azure portal.](./media/custom-security-attributes-add/attribute-new-value-add.png)
106106

107-
108107
1. When finished, click **Save**.
109108

110109
The new custom security attribute appears in the list of custom security attributes.
@@ -115,9 +114,9 @@ An attribute set is a collection of related attributes. All custom security attr
115114

116115
Once you add a new custom security attribute definition, you can later edit some of the properties. Some properties are immutable and cannot be changed.
117116

118-
1. Sign in to the [Azure portal](https://portal.azure.com).
117+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as a [Attribute Definition Administrator](../roles/permissions-reference.md#attribute-definition-administrator).
119118

120-
1. Click **Azure Active Directory** > **Custom security attributes (Preview)**.
119+
1. Browse to **Protection** > **Custom security attributes**.
121120

122121
1. Click the attribute set that includes the custom security attribute you want to edit.
123122

@@ -133,9 +132,9 @@ Once you add a new custom security attribute definition, you can later edit some
133132

134133
Once you add a custom security attribute definition, you can't delete it. However, you can deactivate a custom security attribute definition.
135134

136-
1. Sign in to the [Azure portal](https://portal.azure.com).
135+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as a [Attribute Definition Administrator](../roles/permissions-reference.md#attribute-definition-administrator).
137136

138-
1. Click **Azure Active Directory** > **Custom security attributes (Preview)**.
137+
1. Browse to **Protection** > **Custom security attributes**.
139138

140139
1. Click the attribute set that includes the custom security attribute you want to deactivate.
141140

articles/active-directory/fundamentals/custom-security-attributes-manage.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,11 @@ To grant access to the appropriate people, follow these steps to assign one of t
117117

118118
The following examples show how to assign a custom security attribute role to a principal at an attribute set scope named Engineering.
119119

120-
# [Portal](#tab/azure-portal)
120+
# [Admin center](#tab/admin-center)
121121

122-
1. Sign in to the [Azure portal](https://portal.azure.com).
122+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as a [Attribute Assignment Administrator](../roles/permissions-reference.md#attribute-assignment-administrator).
123123

124-
1. Click **Azure Active Directory**.
125-
126-
1. In the left navigation menu, click **Custom security attributes (Preview)**.
124+
1. Browse to **Protection** > **Custom security attributes**.
127125

128126
1. Click the attribute set you want grant access to.
129127

@@ -180,13 +178,11 @@ $roleAssignment = New-AzureADMSRoleAssignment -RoleDefinitionId $roleDefinitionI
180178

181179
The following examples show how to assign a custom security attribute role to a principal at tenant scope.
182180

183-
# [Portal](#tab/azure-portal)
184-
185-
1. Sign in to the [Azure portal](https://portal.azure.com).
181+
# [Admin center](#tab/admin-center)
186182

187-
1. Click **Azure Active Directory**.
183+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as a [Attribute Assignment Administrator](../roles/permissions-reference.md#attribute-assignment-administrator).
188184

189-
1. In the left navigation menu, click **Roles and administrators**.
185+
1. Browse to **Identity** > **Roles & admins** > **Roles & admins**.
190186

191187
![Screenshot of assigning attribute roles at tenant scope.](./media/custom-security-attributes-manage/manage-tenant.png)
192188

-26.8 KB
Loading
-11 KB
Loading
8.49 KB
Loading

articles/active-directory/manage-apps/custom-security-attributes-apps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Learn how to work with custom attributes for applications in Azure AD.
4747

4848
Undertake the following steps to assign custom security attributes through the Microsoft Entra admin center.
4949

50-
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as a [Attribute Assignment Administrator](../roles/permissions-reference.md#attribute-assignment-administrator).
50+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as an [Attribute Assignment Administrator](../roles/permissions-reference.md#attribute-assignment-administrator).
5151
1. Browse to **Identity** > **Applications** > **Enterprise applications**.
5252

5353
1. Find and select the application you want to add a custom security attribute to.
@@ -72,7 +72,7 @@ Undertake the following steps to assign custom security attributes through the M
7272

7373
### Update custom security attribute assignment values for an application
7474

75-
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as a [Attribute Assignment Administrator](../roles/permissions-reference.md#attribute-assignment-administrator).
75+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as an [Attribute Assignment Administrator](../roles/permissions-reference.md#attribute-assignment-administrator).
7676
1. Browse to **Identity** > **Applications** > **Enterprise applications**.
7777

7878
1. Find and select the application that has a custom security attribute assignment value you want to update.
@@ -91,7 +91,7 @@ Undertake the following steps to assign custom security attributes through the M
9191

9292
You can filter the list of custom security attributes assigned to applications on the **All applications** page.
9393

94-
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as a [Attribute Assignment Administrator](../roles/permissions-reference.md#attribute-assignment-administrator).
94+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least an [Attribute Assignment Reader](../roles/permissions-reference.md#attribute-assignment-reader).
9595
1. Browse to **Identity** > **Applications** > **Enterprise applications**.
9696

9797
1. Select **Add filters** to open the Pick a field pane.
-7.23 KB
Loading
5.59 KB
Loading

0 commit comments

Comments
 (0)