Skip to content

Commit 569395b

Browse files
committed
Troubleshoot Policy is never satisfied
1 parent 2083d22 commit 569395b

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

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

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.subservice: roles
1010
ms.workload: identity
1111
ms.topic: how-to
12-
ms.date: 04/10/2022
12+
ms.date: 04/21/2023
1313
---
1414

1515
# Add, test, or remove protected actions in Azure AD (preview)
@@ -45,14 +45,18 @@ Protected actions use a Conditional Access authentication context, so you must c
4545

4646
1. Create a new policy and select your authentication context.
4747

48-
For more information, see [Conditional Access: Cloud apps, actions, and authentication context](../conditional-access/concept-conditional-access-cloud-apps.md).
48+
For more information, see [Conditional Access: Cloud apps, actions, and authentication context](../conditional-access/concept-conditional-access-cloud-apps.md#authentication-context).
4949

5050
:::image type="content" source="media/protected-actions-add/policy-authentication-context.png" alt-text="Screenshot of New policy page to create a new policy with an authentication context." lightbox="media/protected-actions-add/policy-authentication-context.png":::
5151

5252
## Add protected actions
5353

5454
To add protection actions, assign a Conditional Access policy to one or more permissions using a Conditional Access authentication context.
5555

56+
1. Select **Azure Active Directory** > **Protect & secure** > **Conditional Access** > **Policies**.
57+
58+
1. Make sure the state of the Conditional Access policy that you plan to use with your protected action is set to **On** and not **Off** or **Report-only**.
59+
5660
1. Select **Azure Active Directory** > **Roles & admins** > **Protected actions (Preview)**.
5761

5862
:::image type="content" source="media/protected-actions-add/protected-actions-start.png" alt-text="Screenshot of Add protected actions page in Roles and administrators." lightbox="media/protected-actions-add/protected-actions-start.png":::
@@ -173,6 +177,18 @@ The user has previously satisfied policy. For example, the completed multifactor
173177

174178
Check the [Azure AD sign-in events](../conditional-access/troubleshoot-conditional-access.md) to troubleshoot. The sign-in events will include details about the session, including if the user has already completed multifactor authentication. When troubleshooting with the sign-in logs, it's also helpful to check the policy details page, to confirm an authentication context was requested.
175179

180+
### Symptom - Policy is never satisfied
181+
182+
When you attempt to perform the requirements for the Conditional Access policy, the policy is never satisfied and you keep getting requested to reauthenticate.
183+
184+
**Cause**
185+
186+
The Conditional Access policy wasn't created or the policy state is **Off** or **Report-only**.
187+
188+
**Solution**
189+
190+
Create the Conditional Access policy if it doesn't exist or and set the state to **On**.
191+
176192
### Symptom - No access to add protected actions
177193

178194
When signed in you don't have permissions to add or remove protected actions.

0 commit comments

Comments
 (0)