CAPolicies
Require MFA

CIS - High user risk

Require MFA · Sign-in frequency enforced

About this policy

The CIS - High user risk policy targets all users whose account has been flagged with a high user risk score by Entra ID Protection. When this risk level is detected, the policy requires the user to complete MFA and perform a password change before they can continue. This is a solid remediation flow that forces a credential reset whilst keeping the user in the loop, rather than silently blocking their access without explanation.

Policy conditions

Users
All users
Apps
All cloud apps
Risk
User risk: high

JSON template

{
  "templateId": null,
  "displayName": "CIS - High user risk",
  "modifiedDateTime": null,
  "state": "enabledForReportingButNotEnforced",
  "deletedDateTime": null,
  "partialEnablementStrategy": null,
  "conditions": {
    "userRiskLevels": [
      "high"
    ],
    "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": "AND",
    "builtInControls": [
      "mfa",
      "passwordChange"
    ],
    "customAuthenticationFactors": [],
    "termsOfUse": [],
    "authenticationStrength@odata.context": "https://graph.microsoft.com/beta/$metadata#identity/conditionalAccess/policies('c7b89d88-4f31-43e0-918f-226e223ad43e')/grantControls/authenticationStrength/$entity",
    "authenticationStrength": null
  },
  "sessionControls": {
    "disableResilienceDefaults": null,
    "applicationEnforcedRestrictions": null,
    "cloudAppSecurity": null,
    "persistentBrowser": null,
    "continuousAccessEvaluation": null,
    "secureSignInSession": null,
    "blockSensitiveActions": null,
    "signInFrequency": {
      "value": null,
      "type": null,
      "authenticationType": "primaryAndSecondaryAuthentication",
      "frequencyInterval": "everyTime",
      "isEnabled": true
    }
  },
  "Tag": "CIS",
  "summary": "The CIS - High user risk policy targets all users whose account has been flagged with a high user risk score by Entra ID Protection. When this risk level is detected, the policy requires the user to complete MFA and perform a password change before they can continue. This is a solid remediation flow that forces a credential reset whilst keeping the user in the loop, rather than silently blocking their access without explanation."
}