TenantAtlas/apps/platform/tests/Fixtures/TenantConfiguration/Spec425/conditional-access/redaction.json
ahmido 33e496c182 feat: complete spec 425 enta certified compare pack (#492)
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
2026-07-01 23:27:16 +00:00

28 lines
549 B
JSON

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