Skip to content

Commit 32446aa

Browse files
committed
Links, plural
1 parent c0afb3f commit 32446aa

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

articles/active-directory/roles/protected-actions-add.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.date: 04/05/2022
1818
> Protected actions are currently in PREVIEW.
1919
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
2020
21-
[Protected actions](./protected-actions-overview.md) in Azure Active Directory (Azure AD) are permissions that have been assigned Conditional Access polices that are enforced when a user attempts to perform an action. This article describes how to add, remove, and test a protected action.
21+
[Protected actions](./protected-actions-overview.md) in Azure Active Directory (Azure AD) are permissions that have been assigned Conditional Access polices that are enforced when a user attempts to perform an action. This article describes how to add, remove, and test protected actions.
2222

2323
## Prerequisites
2424

@@ -28,9 +28,9 @@ To add or remove protected actions, you must have:
2828
- [Conditional Access Administrator](permissions-reference.md#conditional-access-administrator) or [Security Administrator](permissions-reference.md#security-administrator)
2929
- One or more [Conditional Access authentication context configured](../conditional-access/concept-conditional-access-cloud-apps.md#authentication-context)
3030

31-
## Add a protected action
31+
## Add protected actions
3232

33-
To add a protection action, assign a Conditional Access policy to one or more permissions, using a Conditional Access authentication context.
33+
To add protection actions, assign a Conditional Access policy to one or more permissions, using a Conditional Access authentication context.
3434

3535
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com).
3636

@@ -56,7 +56,7 @@ To add a protection action, assign a Conditional Access policy to one or more pe
5656

5757
The new protected actions appear in the list of protected actions
5858

59-
## Test a protected action
59+
## Test protected actions
6060

6161
When a user performs a protected action, they'll need to satisfy Conditional Access policy requirements. This section shows the experience for a user being prompted to satisfy a policy. In this example, the user is required to authenticate with a FIDO security key before they can update Conditional Access policies.
6262

@@ -84,9 +84,9 @@ When a user performs a protected action, they'll need to satisfy Conditional Acc
8484

8585
:::image type="content" source="media/protected-actions-add/test-policy-edit.png" alt-text="Screenshot of an enabled Conditional Access policy that can be edited." lightbox="media/protected-actions-add/test-policy-edit.png":::
8686

87-
## Remove a protected action
87+
## Remove protected actions
8888

89-
To remove a protection action, unassign Conditional Access policy requirements from a permission.
89+
To remove protection actions, unassign Conditional Access policy requirements from a permission.
9090

9191
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com).
9292

@@ -102,7 +102,7 @@ To remove a protection action, unassign Conditional Access policy requirements f
102102

103103
## Microsoft Graph
104104

105-
### Add a protected action
105+
### Add protected actions
106106

107107
Protected actions are added by assigning an authentication context value to a permission. Authentication context values that are available in the tenant can be discovered by calling the [authenticationContextClassReference](/graph/api/resources/authenticationcontextclassreference?branch=main) API.
108108

@@ -184,3 +184,5 @@ Make sure you're using Microsoft Graph PowerShell.
184184

185185
## Next steps
186186

187+
- [What are protected actions in Azure AD?](protected-actions-overview.md)
188+
- [Conditional Access authentication context](../conditional-access/concept-conditional-access-cloud-apps.md#authentication-context)

articles/active-directory/roles/protected-actions-overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ Here is the initial set of permissions:
4747
> [!div class="mx-tableFixed"]
4848
> | Permission | Description |
4949
> | --- | --- |
50-
> | microsoft.directory/conditionalAccessPolicies/create | Create conditional access policies |
5150
> | microsoft.directory/conditionalAccessPolicies/basic/update | Update basic properties for conditional access policies |
51+
> | microsoft.directory/conditionalAccessPolicies/create | Create conditional access policies |
5252
> | microsoft.directory/conditionalAccessPolicies/delete | Delete conditional access policies |
53-
> | microsoft.directory/namedLocations/create | Create custom rules that define network locations |
5453
> | microsoft.directory/namedLocations/basic/update | Update basic properties of custom rules that define network locations |
54+
> | microsoft.directory/namedLocations/create | Create custom rules that define network locations |
5555
> | microsoft.directory/namedLocations/delete | Delete custom rules that define network locations |
5656
> | microsoft.directory/resourceNamespaces/resourceActions/authenticationContext/update | Update Conditional Access authentication context of Microsoft 365 role-based access control (RBAC) resource actions |
5757
@@ -71,11 +71,11 @@ Here is the initial set of permissions:
7171

7272
1. **Add protected actions**
7373

74-
Add protected actions by assigning Conditional Access authentication context values to selected permissions. Learn more
74+
Add protected actions by assigning Conditional Access authentication context values to selected permissions. [Learn more](./protected-actions-add.md#add-protected-actions)
7575

76-
1. **Use protected action**
76+
1. **Test protected actions**
7777

78-
Sign in as a user and test the user experience by performing the protected action. You should be prompted to satisfy the Conditional Access policy requirements. For example, if the policy requires multi-factor authentication, you should be redirected to the sign-in page and prompted for strong authentication. Learn more
78+
Sign in as a user and test the user experience by performing the protected action. You should be prompted to satisfy the Conditional Access policy requirements. For example, if the policy requires multi-factor authentication, you should be redirected to the sign-in page and prompted for strong authentication. [Learn more](./protected-actions-add.md#test-protected-actions)
7979

8080
## What happens with protected actions and applications?
8181

@@ -119,4 +119,4 @@ Here are some best practices for using protected actions.
119119

120120
## Next steps
121121

122-
- [Add, remove, or use protected actions in Azure AD](./protected-actions-add.md)
122+
- [Add, remove, or test protected actions in Azure AD](./protected-actions-add.md)

0 commit comments

Comments
 (0)