Skip to content

Commit cadd2e5

Browse files
committed
acrolinx fixes
1 parent 7de1938 commit cadd2e5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/active-directory/authentication/how-to-mfa-additional-context.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The additional context can be combined with [number matching](how-to-mfa-number-
3636

3737
### Policy schema changes
3838

39-
You can enable and disable application name and geographic location separately. Under featureSettings, you can use the following name mapping for each features:
39+
You can enable and disable application name and geographic location separately. Under featureSettings, you can use the following name mapping for each feature:
4040

4141
- Application name: displayAppInformationRequiredState
4242
- Geographic location: displayLocationInformationRequiredState
@@ -275,7 +275,7 @@ Only users who are enabled for Microsoft Authenticator under Microsoft Authentic
275275
In **featureSettings**, change the states of **displayAppInformationRequiredState** and **displayLocationInformationRequiredState** from **default** to **enabled.**
276276
Inside the **includeTarget** for each featureSetting, change the **id** from **all_users** to the ObjectID of the group from the Azure AD portal.
277277

278-
In addition, for each of the features, you'll change the id of the excludeTarget to the ObjectID of the group from the Azure AD portal. This will exclude that group from seeing application name or geographic location.
278+
In addition, for each of the features, you'll change the id of the excludeTarget to the ObjectID of the group from the Azure AD portal. This change excludes that group from seeing application name or geographic location.
279279

280280
You need to PATCH the entire schema to prevent overwriting any previous configuration. We recommend that you do a GET first, and then update only the relevant fields and then PATCH. The following example shows an update to **displayAppInformationRequiredState** and **displayLocationInformationRequiredState** under **featureSettings**.
281281

articles/active-directory/authentication/how-to-mfa-number-match.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ https://graph.microsoft.com/beta/authenticationMethodsPolicy/authenticationMetho
143143

144144
| Property | Type | Description |
145145
|----------|------|-------------|
146-
| excludeTarget | featureTarget | A single entity that is excluded from this feature. <br> Please note: You'll be able to only exclude one group for number matching. |
147-
| includeTarget | featureTarget | A single entity that is included in this feature. <br> Please note: You'll be able to only set one group for number matching.|
146+
| excludeTarget | featureTarget | A single entity that is excluded from this feature. <br>You can only exclude one group for number matching. |
147+
| includeTarget | featureTarget | A single entity that is included in this feature. <br>You can only include one group for number matching.|
148148
| State | advancedConfigState | Possible values are:<br>**enabled** explicitly enables the feature for the selected group.<br>**disabled** explicitly disables the feature for the selected group.<br>**default** allows Azure AD to manage whether the feature is enabled or not for the selected group. |
149149

150150
#### Feature target properties
@@ -163,7 +163,7 @@ https://graph.microsoft.com/beta/authenticationMethodsPolicy/authenticationMetho
163163

164164
In **featureSettings**, you'll need to change the **numberMatchingRequiredState** from **default** to **enabled**.
165165

166-
Note that the value of Authentication Mode can be either **any** or **push**, depending on whether or not you also want to enable passwordless phone sign-in. In these examples, we will use **any**, but if you don't want to allow passwordless, use **push**.
166+
The value of Authentication Mode can be either **any** or **push**, depending on whether or not you also want to enable passwordless phone sign-in. In these examples, we will use **any**, but if you don't want to allow passwordless, use **push**.
167167

168168
>[!NOTE]
169169
>For passwordless users, enabling or disabling number matching has no impact because it's already part of the passwordless experience.
@@ -208,7 +208,7 @@ Only users who are enabled for Microsoft Authenticator under Microsoft Authentic
208208

209209
```
210210

211-
To confirm this has applied, please run the GET request by using the following endpoint:
211+
To confirm the change is applied, run the GET request by using the following endpoint:
212212

213213
```http
214214
GET https://graph.microsoft.com/beta/authenticationMethodsPolicy/authenticationMethodConfigurations/MicrosoftAuthenticator

0 commit comments

Comments
 (0)