@@ -7,7 +7,7 @@ ms.service: active-directory
7
7
ms.subservice : authentication
8
8
ms.custom : ignite-2022
9
9
ms.topic : conceptual
10
- ms.date : 09/26 /2023
10
+ ms.date : 09/27 /2023
11
11
12
12
ms.author : justinha
13
13
author : mjsantani
@@ -140,7 +140,8 @@ Here are a few sample JSONs you can use to get started!
140
140
{
141
141
"registrationEnforcement" : {
142
142
"authenticationMethodsRegistrationCampaign" : {
143
- "snoozeDurationInDays" : 0 ,
143
+ "snoozeDurationInDays" : 1 ,
144
+ "enforceRegistrationAfterAllowedSnoozes" : true ,
144
145
"state" : " enabled" ,
145
146
"excludeTargets" : [],
146
147
"includeTargets" : [
@@ -163,7 +164,8 @@ Here are a few sample JSONs you can use to get started!
163
164
{
164
165
"registrationEnforcement" : {
165
166
"authenticationMethodsRegistrationCampaign" : {
166
- "snoozeDurationInDays" : 0 ,
167
+ "snoozeDurationInDays" : 1 ,
168
+ "enforceRegistrationAfterAllowedSnoozes" : true ,
167
169
"state" : " enabled" ,
168
170
"excludeTargets" : [],
169
171
"includeTargets" : [
@@ -190,7 +192,8 @@ Here are a few sample JSONs you can use to get started!
190
192
{
191
193
"registrationEnforcement" : {
192
194
"authenticationMethodsRegistrationCampaign" : {
193
- "snoozeDurationInDays" : 0 ,
195
+ "snoozeDurationInDays" : 1 ,
196
+ "enforceRegistrationAfterAllowedSnoozes" : true ,
194
197
"state" : " enabled" ,
195
198
"excludeTargets" : [
196
199
{
0 commit comments