TenantAtlas/apps/platform/tests/Fixtures/TenantConfiguration/Spec425/conditional-access/condition-change.json
Ahmed Darrazi 39d0353e03
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 1m22s
feat: complete spec 425 enta certified compare pack
2026-07-02 00:55:04 +02:00

34 lines
709 B
JSON

{
"id": "cap-spec425",
"displayName": "Require MFA",
"state": "enabled",
"conditions": {
"users": {
"includeUsers": ["All"]
},
"applications": {
"includeApplications": ["Office365"]
},
"clientAppTypes": ["browser", "mobileAppsAndDesktopClients"],
"platforms": {
"includePlatforms": ["windows", "macOS"]
},
"locations": {
"excludeLocations": ["trusted-location"]
},
"userRiskLevels": ["high"],
"signInRiskLevels": ["medium"]
},
"grantControls": {
"operator": "OR",
"builtInControls": ["mfa"]
},
"sessionControls": {
"signInFrequency": {
"value": 8,
"type": "hours",
"isEnabled": true
}
}
}