Block
CA207-Internals-AttackSurfaceReduction-SelectedApps-AnyPlatform-BLOCK
Block access
About this policy
The CA207-Internals-AttackSurfaceReduction-SelectedApps-AnyPlatform-BLOCK policy blocks internal users from a selected application, covering both browser and desktop or mobile client access, with Office 365 excluded from the target set. Think of it as a template for fencing off any app your organisation wants out of reach. After importing, swap in whichever applications you need to block. A deliberate deny like this is far tidier than hoping nobody stumbles into an app they should not be using.
Policy conditions
JSON template
{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#identity/conditionalAccess/policies/$entity",
"@odata.type": "#microsoft.graph.conditionalAccessPolicy",
"@odata.id": "identity/conditionalAccess/policies('1be4873c-9ac1-46a1-9baa-7e64dcfd1046')",
"@odata.editLink": "identity/conditionalAccess/policies('1be4873c-9ac1-46a1-9baa-7e64dcfd1046')",
"templateId": null,
"displayName": "CA207-Internals-AttackSurfaceReduction-SelectedApps-AnyPlatform-BLOCK",
"createdDateTime@odata.type": "#DateTimeOffset",
"modifiedDateTime@odata.type": "#DateTimeOffset",
"state@odata.type": "#microsoft.graph.conditionalAccessPolicyState",
"state": "enabled",
"deletedDateTime": null,
"partialEnablementStrategy": null,
"sessionControls": null,
"conditions": {
"@odata.type": "#microsoft.graph.conditionalAccessConditionSet",
"userRiskLevels@odata.type": "#Collection(microsoft.graph.riskLevel)",
"userRiskLevels": [],
"signInRiskLevels@odata.type": "#Collection(microsoft.graph.riskLevel)",
"signInRiskLevels": [],
"clientAppTypes@odata.type": "#Collection(microsoft.graph.conditionalAccessClientApp)",
"clientAppTypes": [
"browser",
"mobileAppsAndDesktopClients"
],
"platforms": null,
"locations": null,
"times": null,
"deviceStates": null,
"devices": null,
"clientApplications": null,
"agents": null,
"applications": {
"@odata.type": "#microsoft.graph.conditionalAccessApplications",
"includeApplications@odata.type": "#Collection(String)",
"includeApplications": [
"f53895d3-095d-408f-8e93-8f94b391404e"
],
"excludeApplications@odata.type": "#Collection(String)",
"excludeApplications": [
"Office365"
],
"includeUserActions@odata.type": "#Collection(String)",
"includeUserActions": [],
"includeAuthenticationContextClassReferences@odata.type": "#Collection(String)",
"includeAuthenticationContextClassReferences": [],
"applicationFilter": null
},
"users": {
"@odata.type": "#microsoft.graph.conditionalAccessUsers",
"includeUsers@odata.type": "#Collection(String)",
"includeUsers": [],
"excludeUsers@odata.type": "#Collection(String)",
"excludeUsers": [],
"includeGroups@odata.type": "#Collection(String)",
"includeGroups": [
"ceeac9b8-ddf5-48cb-afcb-e2ab8bfd1a57"
],
"excludeGroups@odata.type": "#Collection(String)",
"excludeGroups": [
"2802b872-ccfb-4b29-a9a9-459808dfb11b",
"25114fcf-1656-47dc-9b4e-5dd4a2f680d7"
],
"includeRoles@odata.type": "#Collection(String)",
"includeRoles": [],
"excludeRoles@odata.type": "#Collection(String)",
"excludeRoles": [],
"includeGuestsOrExternalUsers": null,
"excludeGuestsOrExternalUsers": null
}
},
"grantControls": {
"@odata.type": "#microsoft.graph.conditionalAccessGrantControls",
"operator": "OR",
"builtInControls@odata.type": "#Collection(microsoft.graph.conditionalAccessGrantControl)",
"builtInControls": [
"block"
],
"customAuthenticationFactors@odata.type": "#Collection(String)",
"customAuthenticationFactors": [],
"termsOfUse@odata.type": "#Collection(String)",
"termsOfUse": [],
"authenticationStrength@odata.context": "https://graph.microsoft.com/beta/$metadata#identity/conditionalAccess/policies('1be4873c-9ac1-46a1-9baa-7e64dcfd1046')/grantControls/authenticationStrength/$entity",
"authenticationStrength@odata.associationLink": "https://graph.microsoft.com/beta/identity/conditionalAccess/policies('1be4873c-9ac1-46a1-9baa-7e64dcfd1046')/grantControls/authenticationStrength/$ref",
"authenticationStrength@odata.navigationLink": "https://graph.microsoft.com/beta/identity/conditionalAccess/policies('1be4873c-9ac1-46a1-9baa-7e64dcfd1046')/grantControls/authenticationStrength",
"authenticationStrength": null
},
"#microsoft.graph.restore": {
"title": "microsoft.graph.restore",
"target": "https://graph.microsoft.com/beta/identity/conditionalAccess/policies('1be4873c-9ac1-46a1-9baa-7e64dcfd1046')/microsoft.graph.restore"
},
"Tag": "jv-CAF-2026.2.1",
"summary": "The CA207-Internals-AttackSurfaceReduction-SelectedApps-AnyPlatform-BLOCK policy blocks internal users from a selected application, covering both browser and desktop or mobile client access, with Office 365 excluded from the target set. Think of it as a template for fencing off any app your organisation wants out of reach. After importing, swap in whichever applications you need to block. A deliberate deny like this is far tidier than hoping nobody stumbles into an app they should not be using."
}