Device Compliance
CIS - Require managed device
Require compliant device · Require hybrid Azure AD join
About this policy
The CIS - Require managed device policy requires all users to be on a compliant or hybrid Azure AD joined device when accessing any cloud app. This ensures that only corporate-managed devices can reach your environment, reducing the risk of data being accessed from unmanaged personal devices or unknown endpoints. It is a strong control but does require a healthy Intune or hybrid join deployment beforehand, as enabling it prematurely can lock out legitimate users.
Policy conditions
JSON template
{
"templateId": null,
"displayName": "CIS - Require managed device",
"modifiedDateTime": null,
"state": "enabledForReportingButNotEnforced",
"deletedDateTime": null,
"partialEnablementStrategy": null,
"sessionControls": null,
"conditions": {
"userRiskLevels": [],
"signInRiskLevels": [],
"clientAppTypes": [
"all"
],
"platforms": null,
"locations": null,
"times": null,
"deviceStates": null,
"devices": null,
"clientApplications": null,
"agents": null,
"applications": {
"includeApplications": [
"All"
],
"excludeApplications": [],
"includeUserActions": [],
"includeAuthenticationContextClassReferences": [],
"applicationFilter": null
},
"users": {
"includeUsers": [
"All"
],
"excludeUsers": [],
"includeGroups": [],
"excludeGroups": [],
"includeRoles": [],
"excludeRoles": [],
"includeGuestsOrExternalUsers": null,
"excludeGuestsOrExternalUsers": null
}
},
"grantControls": {
"operator": "OR",
"builtInControls": [
"compliantDevice",
"domainJoinedDevice"
],
"customAuthenticationFactors": [],
"termsOfUse": [],
"authenticationStrength@odata.context": "https://graph.microsoft.com/beta/$metadata#identity/conditionalAccess/policies('beef0396-a055-4dd9-bf7e-d006eeb98f1d')/grantControls/authenticationStrength/$entity",
"authenticationStrength": null
},
"Tag": "CIS",
"summary": "The CIS - Require managed device policy requires all users to be on a compliant or hybrid Azure AD joined device when accessing any cloud app. This ensures that only corporate-managed devices can reach your environment, reducing the risk of data being accessed from unmanaged personal devices or unknown endpoints. It is a strong control but does require a healthy Intune or hybrid join deployment beforehand, as enabling it prematurely can lock out legitimate users."
}