Skip to content

Commit d0bacba

Browse files
Merge pull request #253006 from Justinha/default-enablement
Update how-to-mfa-registration-campaign.md
2 parents f6ba5ba + 84f6da8 commit d0bacba

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/active-directory/authentication/how-to-mfa-registration-campaign.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: active-directory
77
ms.subservice: authentication
88
ms.custom: ignite-2022
99
ms.topic: conceptual
10-
ms.date: 09/26/2023
10+
ms.date: 09/27/2023
1111

1212
ms.author: justinha
1313
author: mjsantani
@@ -140,7 +140,8 @@ Here are a few sample JSONs you can use to get started!
140140
{
141141
"registrationEnforcement": {
142142
"authenticationMethodsRegistrationCampaign": {
143-
"snoozeDurationInDays": 0,
143+
"snoozeDurationInDays": 1,
144+
"enforceRegistrationAfterAllowedSnoozes": true,
144145
"state": "enabled",
145146
"excludeTargets": [],
146147
"includeTargets": [
@@ -163,7 +164,8 @@ Here are a few sample JSONs you can use to get started!
163164
{
164165
"registrationEnforcement": {
165166
"authenticationMethodsRegistrationCampaign": {
166-
"snoozeDurationInDays": 0,
167+
"snoozeDurationInDays": 1,
168+
"enforceRegistrationAfterAllowedSnoozes": true,
167169
"state": "enabled",
168170
"excludeTargets": [],
169171
"includeTargets": [
@@ -190,7 +192,8 @@ Here are a few sample JSONs you can use to get started!
190192
{
191193
"registrationEnforcement": {
192194
"authenticationMethodsRegistrationCampaign": {
193-
"snoozeDurationInDays": 0,
195+
"snoozeDurationInDays": 1,
196+
"enforceRegistrationAfterAllowedSnoozes": true,
194197
"state": "enabled",
195198
"excludeTargets": [
196199
{

0 commit comments

Comments
 (0)