28 lines
549 B
JSON
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"
|
|
}
|