Skip to content

Commit 44f785b

Browse files
committed
Reorder sections
1 parent c0b18df commit 44f785b

File tree

2 files changed

+29
-25
lines changed

2 files changed

+29
-25
lines changed

articles/active-directory/roles/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
href: admin-units-assign-roles.md
9191
- name: Protected actions
9292
items:
93-
- name: Add, remove, or use
93+
- name: Add, remove, or test
9494
href: protected-actions-add.md
9595
- name: Delegate
9696
items:

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

Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,34 @@ 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
60+
61+
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.
62+
63+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com).
64+
65+
1. Select **Azure Active Directory** > **Protect & secure** > **Conditional Access**.
66+
67+
1. Select a Conditional Access policy to view it.
68+
69+
Policy editing is disabled because the authentication requirements haven't been satisfied. At the bottom of the page is the following note:
70+
71+
Editing is protected by an additional access requirement. Click here to reauthenticate.
72+
73+
:::image type="content" source="media/protected-actions-add/test-policy-reauthenticate.png" alt-text="Screenshot of a disabled Conditional Access policy with a note indicating to reauthenticate." lightbox="media/protected-actions-add/test-policy-reauthenticate.png":::
74+
75+
1. Select **Click here to reauthenticate**.
76+
77+
1. Complete the authentication requirements when the browser is redirected to the Azure AD sign-in page.
78+
79+
:::image type="content" source="media/protected-actions-add/test-policy-reauthenticate-sign-in.png" alt-text="Screenshot of a sign-in page to reauthenticate." lightbox="media/protected-actions-add/test-policy-reauthenticate-sign-in.png":::
80+
81+
After completing the authentication requirements, the policy can be edited.
82+
83+
1. Edit the policy and save changes.
84+
85+
:::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":::
86+
5987
## Remove a protected action
6088

6189
To remove a protection action, unassign Conditional Access policy requirements from a permission.
@@ -94,30 +122,6 @@ Resource actions with the property `isAuthenticationContextSettable` set to true
94122

95123
To view the `isAuthenticationContextSettable` and `authenticationContextId` properties, they must be included in the select statement when making the request to the resource action API.
96124

97-
## Test a protected action
98-
99-
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.
100-
101-
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com).
102-
103-
1. Select **Azure Active Directory** > **Protect & secure** > **Conditional Access**.
104-
105-
1. Select a Conditional Access policy to view it.
106-
107-
Policy editing is disabled because the authentication requirements haven't been satisfied. At the bottom is a note indicating editing is protected by an additional access requirement and to click to reauthenticate.
108-
109-
1. Select **Click here to reauthenticate**.
110-
111-
:::image type="content" source="media/protected-actions-add/test-policy-reauthenticate.png" alt-text="Screenshot of a disabled Conditional Access policy with a note indicating to reauthenticate." lightbox="media/protected-actions-add/test-policy-reauthenticate.png":::
112-
113-
1. Complete the authentication requirements when the browser is redirected to the Azure AD sign-in page.
114-
115-
:::image type="content" source="media/protected-actions-add/test-policy-reauthenticate-sign-in.png" alt-text="Screenshot of a sign-in page to reauthenticate." lightbox="media/protected-actions-add/test-policy-reauthenticate-sign-in.png":::
116-
117-
1. Edit policy and save changes.
118-
119-
:::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":::
120-
121125
## Troubleshoot protected actions
122126

123127
### Symptom - No authentication context values can be selected

0 commit comments

Comments
 (0)