Skip to content

Commit c9cdbdf

Browse files
authored
Merge pull request #177679 from MicrosoftGuyJFlo/GitHubIssue81592
[Azure AD] Conditional Access - GitHub Issue 81592
2 parents b7b35c6 + 370d5f0 commit c9cdbdf

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

articles/active-directory/conditional-access/concept-conditional-access-policies.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: conditional-access
88
ms.topic: conceptual
9-
ms.date: 03/17/2021
9+
ms.date: 10/26/2021
1010

1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo
@@ -23,17 +23,19 @@ How does an organization create these policies? What is required? How are they a
2323

2424
![Conditional Access (Signals + Decisions + Enforcement = Policies)](./media/concept-conditional-access-policies/conditional-access-signal-decision-enforcement.png)
2525

26-
Multiple Conditional Access policies may apply to an individual user at any time. In this case, all policies that apply must be satisfied. For example, if one policy requires multi-factor authentication (MFA) and another requires a compliant device, you must complete MFA, and use a compliant device. All assignments are logically **ANDed**. If you have more than one assignment configured, all assignments must be satisfied to trigger a policy.
26+
Multiple Conditional Access policies may apply to an individual user at any time. In this case, all policies that apply must be satisfied. For example, if one policy requires multi-factor authentication (MFA) and another requires a compliant device, you must complete MFA, and use a compliant device. All assignments are logically **ANDed**. If you've more than one assignment configured, all assignments must be satisfied to trigger a policy.
27+
28+
If a policy where "Require one of the selected controls" is selected, we prompt in the order defined, as soon as the policy requirements are satisfied, access is granted.
2729

2830
All policies are enforced in two phases:
2931

3032
- Phase 1: Collect session details
3133
- Gather session details, like network location and device identity that will be necessary for policy evaluation.
3234
- Phase 1 of policy evaluation occurs for enabled policies and policies in [report-only mode](concept-conditional-access-report-only.md).
3335
- Phase 2: Enforcement
34-
- Use the session details gathered in phase 1 to identify any requirements that have not been met.
35-
- If there is a policy that is configured to block access, with the block grant control, enforcement will stop here and the user will be blocked.
36-
- The user will be prompted to complete additional grant control requirements that were not satisfied during phase 1 in the following order, until policy is satisfied:
36+
- Use the session details gathered in phase 1 to identify any requirements that haven't been met.
37+
- If there's a policy that is configured to block access, with the block grant control, enforcement will stop here and the user will be blocked.
38+
- The user will be prompted to complete more grant control requirements that weren't satisfied during phase 1 in the following order, until policy is satisfied:
3739
- Multi-factor authentication​
3840
- Approved client app/app protection policy​
3941
- Managed device (compliant or hybrid Azure AD join)​
@@ -74,9 +76,9 @@ Location data is provided by IP geolocation data. Administrators can choose to d
7476

7577
#### Client apps
7678

77-
By default, all newly created Conditional Access policies will apply to all client app types even if the client apps condition is not configured.
79+
By default, all newly created Conditional Access policies will apply to all client app types even if the client apps condition isn't configured.
7880

79-
The behavior of the client apps condition was updated in August 2020. If you have existing Conditional Access policies, they will remain unchanged. However, if you click on an existing policy, the configure toggle has been removed and the client apps the policy applies to are selected.
81+
The behavior of the client apps condition was updated in August 2020. If you have existing Conditional Access policies, they'll remain unchanged. However, if you select on an existing policy, the configure toggle has been removed and the client apps the policy applies to are selected.
8082

8183
#### Device state
8284

0 commit comments

Comments
 (0)