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
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Add, remove, or use protected actions in Azure AD (preview)
3
-
description: Learn how to add, remove, or use protected actions in Azure Active Directory.
2
+
title: Add, remove, or test protected actions in Azure AD (preview)
3
+
description: Learn how to add, remove, or test protected actions in Azure Active Directory.
4
4
services: active-directory
5
5
author: rolyon
6
6
manager: amycolannino
@@ -12,13 +12,13 @@ ms.topic: how-to
12
12
ms.date: 04/05/2022
13
13
---
14
14
15
-
# Add, remove, or use protected actions in Azure AD (preview)
15
+
# Add, remove, or test protected actions in Azure AD (preview)
16
16
17
17
> [!IMPORTANT]
18
18
> Protected actions are currently in PREVIEW.
19
19
> 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.
20
20
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 use 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 a protected action.
22
22
23
23
## Prerequisites
24
24
@@ -94,7 +94,7 @@ Resource actions with the property `isAuthenticationContextSettable` set to true
94
94
95
95
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
96
97
-
## Use a protected action
97
+
## Test a protected action
98
98
99
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
100
@@ -104,14 +104,20 @@ When a user performs a protected action, they'll need to satisfy Conditional Acc
104
104
105
105
1. Select a Conditional Access policy to view it.
106
106
107
-
Policy editing is disabled because the authentication requirements haven't been satisfied.
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
108
109
109
1. Select **Click here to reauthenticate**.
110
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
+
111
113
1. Complete the authentication requirements when the browser is redirected to the Azure AD sign-in page.
112
-
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
+
113
117
1. Edit policy and save changes.
114
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
+
115
121
## Troubleshoot protected actions
116
122
117
123
### Symptom - No authentication context values can be selected
0 commit comments