TenantAtlas/apps/platform/tests/Fixtures/TenantConfiguration/Spec425/conditional-access/grant-controls-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

26 lines
484 B
JSON

{
"id": "cap-spec425",
"displayName": "Require MFA",
"state": "enabled",
"conditions": {
"users": {
"includeUsers": ["All"]
},
"applications": {
"includeApplications": ["Office365"]
},
"clientAppTypes": ["browser"]
},
"grantControls": {
"operator": "AND",
"builtInControls": ["mfa", "compliantDevice"]
},
"sessionControls": {
"signInFrequency": {
"value": 8,
"type": "hours",
"isEnabled": true
}
}
}