Skip to content

Commit 2f07897

Browse files
Merge pull request #219202 from MicrosoftGuyJFlo/ConditionalAccessRoles
[Azure AD] Conditional Access - Role definitions
2 parents 718c29f + 142f957 commit 2f07897

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

articles/active-directory/conditional-access/plan-conditional-access.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,23 @@ Microsoft provides [security defaults](../fundamentals/concept-fundamentals-secu
3030
### Prerequisites
3131

3232
* A working Azure AD tenant with Azure AD Premium or trial license enabled. If needed, [create one for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
33-
* An account with Conditional Access Administrator privileges.
33+
* An account with privileges to create Conditional Access policies.
3434
* A test user (non-administrator) that allows you to verify policies work as expected before you impact real users. If you need to create a user, see [Quickstart: Add new users to Azure Active Directory](../fundamentals/add-users-azure-active-directory.md).
3535
* A group that the non-administrator user is a member of. If you need to create a group, see [Create a group and add members in Azure Active Directory](../fundamentals/active-directory-groups-create-azure-portal.md).
3636

37+
#### Permissions
38+
39+
Conditional Access policies can be created or modified by anyone assigned the following roles:
40+
41+
- Conditional Access Administrator
42+
- Security Administrator
43+
- Global Administrator
44+
45+
Conditional Access policies can be read by anyone assigned the following roles:
46+
47+
- Security Reader
48+
- Global Reader
49+
3750
## Understand Conditional Access policy components
3851

3952
Policies answer questions about who should access your resources, what resources they should access, and under what conditions. Policies can be designed to grant access, limit access with session controls, or to block access. You [build a Conditional Access policy](concept-conditional-access-policies.md) by defining the if-then statements: **If an assignment is met, then apply the access controls**.

0 commit comments

Comments
 (0)