Skip to content

Commit 1b94818

Browse files
committed
Test protected action screenshots
1 parent 30b8aa6 commit 1b94818

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed
31.6 KB
Loading
154 KB
Loading
33.1 KB
Loading

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

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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.
44
services: active-directory
55
author: rolyon
66
manager: amycolannino
@@ -12,13 +12,13 @@ ms.topic: how-to
1212
ms.date: 04/05/2022
1313
---
1414

15-
# Add, remove, or use protected actions in Azure AD (preview)
15+
# Add, remove, or test protected actions in Azure AD (preview)
1616

1717
> [!IMPORTANT]
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 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.
2222

2323
## Prerequisites
2424

@@ -94,7 +94,7 @@ Resource actions with the property `isAuthenticationContextSettable` set to true
9494

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

97-
## Use a protected action
97+
## Test a protected action
9898

9999
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.
100100

@@ -104,14 +104,20 @@ When a user performs a protected action, they'll need to satisfy Conditional Acc
104104

105105
1. Select a Conditional Access policy to view it.
106106

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.
108108

109109
1. Select **Click here to reauthenticate**.
110110

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+
111113
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+
113117
1. Edit policy and save changes.
114118

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+
115121
## Troubleshoot protected actions
116122

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

0 commit comments

Comments
 (0)