Implements spec 425 with Entra certified compare pack support, coverage, guards, evaluator, fixtures, and tests. Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de> Reviewed-on: #492
28 lines
555 B
JSON
28 lines
555 B
JSON
{
|
|
"id": "cap-spec425",
|
|
"displayName": "Require MFA",
|
|
"state": "enabled",
|
|
"createdDateTime": "2026-07-01T10:00:00Z",
|
|
"modifiedDateTime": "2026-07-01T11:00:00Z",
|
|
"conditions": {
|
|
"users": {
|
|
"includeUsers": ["All"]
|
|
},
|
|
"applications": {
|
|
"includeApplications": ["Office365"]
|
|
},
|
|
"clientAppTypes": ["browser"]
|
|
},
|
|
"grantControls": {
|
|
"operator": "OR",
|
|
"builtInControls": ["mfa"]
|
|
},
|
|
"sessionControls": {
|
|
"signInFrequency": {
|
|
"value": 8,
|
|
"type": "hours",
|
|
"isEnabled": true
|
|
}
|
|
}
|
|
}
|