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/roles/protected-actions-add.md
+28-24Lines changed: 28 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,34 @@ To add a protection action, assign a Conditional Access policy to one or more pe
56
56
57
57
The new protected actions appear in the list of protected actions
58
58
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).
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
+
59
87
## Remove a protected action
60
88
61
89
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
94
122
95
123
To view the `isAuthenticationContextSettable` and `authenticationContextId` properties, they must be included in the select statement when making the request to the resource action API.
96
124
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).
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
-
121
125
## Troubleshoot protected actions
122
126
123
127
### Symptom - No authentication context values can be selected
0 commit comments