Skip to content

Commit acba844

Browse files
Merge pull request #253169 from Justinha/default-enablement
edits and removed json download link
2 parents efae8cf + 8c44079 commit acba844

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

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

Lines changed: 12 additions & 11 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/27/2023
10+
ms.date: 09/28/2023
1111

1212
ms.author: justinha
1313
author: mjsantani
@@ -134,7 +134,7 @@ Here are a few sample JSONs you can use to get started!
134134

135135
- Include all users
136136

137-
If you want to include ALL users in your tenant, [download this JSON](https://download.microsoft.com/download/1/4/E/14E6151E-C40A-42FB-9F66-D8D374D13B40/All%20Users%20Enabled.json) and paste it in Graph Explorer and run `PATCH` on the endpoint.
137+
If you want to include ALL users in your tenant, update the following JSON example with the relevant GUIDs of your users and groups. Then paste it in Graph Explorer and run `PATCH` on the endpoint.
138138

139139
```json
140140
{
@@ -158,7 +158,7 @@ Here are a few sample JSONs you can use to get started!
158158

159159
- Include specific users or groups of users
160160

161-
If you want to include certain users or groups in your tenant, [download this JSON](https://download.microsoft.com/download/1/4/E/14E6151E-C40A-42FB-9F66-D8D374D13B40/Multiple%20Includes.json) and update it with the relevant GUIDs of your users and groups. Then paste the JSON in Graph Explorer and run `PATCH` on the endpoint.
161+
If you want to include certain users or groups in your tenant, update the following JSON example with the relevant GUIDs of your users and groups. Then paste the JSON in Graph Explorer and run `PATCH` on the endpoint.
162162

163163
```json
164164
{
@@ -182,11 +182,12 @@ Here are a few sample JSONs you can use to get started!
182182
]
183183
}
184184
}
185+
}
185186
```
186187

187-
- Include and exclude specific users/groups of users
188+
- Include and exclude specific users or groups
188189

189-
If you want to include AND exclude certain users/groups of users in your tenant, [download this JSON](https://download.microsoft.com/download/1/4/E/14E6151E-C40A-42FB-9F66-D8D374D13B40/Multiple%20Includes%20and%20Excludes.json) and paste it in Graph Explorer and run `PATCH` on the endpoint. Enter the correct GUIDs for your users and groups.
190+
If you want to include AND exclude certain users or groups in your tenant, update the following JSON example with the relevant GUIDs of your users and groups. Then paste it in Graph Explorer and run `PATCH` on the endpoint.
190191

191192
```json
192193
{
@@ -286,13 +287,13 @@ No. The snooze duration for the prompt is a tenant-wide setting and applies to a
286287

287288
The feature aims to empower admins to get users set up with MFA using the Authenticator app and not passwordless phone sign-in.
288289

289-
**Will a user who has a 3rd party authenticator app setup see the nudge?**
290+
**Will a user who signs in with a 3rd party authenticator app see the nudge?**
290291

291-
If this user doesnt have the Authenticator app set up for push notifications and is enabled for it by policy, yes, the user will see the nudge.
292+
Yes. If a user is enabled for the registration campaign and doesn't have Microsoft Authenticator set up for push notifications, the user is nudged to set up Authenticator.
292293

293-
**Will a user who has the Authenticator app setup only for TOTP codes see the nudge?** 
294+
**Will a user who has Authenticator set up only for TOTP codes see the nudge?**
294295

295-
Yes. If the Authenticator app is not set up for push notifications and the user is enabled for it by policy, yes, the user will see the nudge.
296+
Yes. If a user is enabled for the registration campaign and Authenticator app isn't set up for push notifications, the user is nudged to set up push notification with Authenticator.
296297

297298
**If a user just went through MFA registration, are they nudged in the same sign-in session?**
298299

@@ -316,9 +317,9 @@ Yes. If they have been scoped for the nudge using the policy.
316317

317318
**What if the user closes the browser?**
318319

319-
It's the same as snoozing. If setup is required for a user after they snoozed three times, the user will get prompted the next time they sign in.
320+
It's the same as snoozing. If setup is required for a user after they snoozed three times, the user is prompted the next time they sign in.
320321

321-
**Why dont some users see a nudge when there is a Conditional Access policy for "Register security information"?**
322+
**Why don't some users see a nudge when there is a Conditional Access policy for "Register security information"?**
322323

323324
A nudge won't appear if a user is in scope for a Conditional Access policy that blocks access to the **Register security information** page.
324325

0 commit comments

Comments
 (0)