Skip to content

Commit c7010e6

Browse files
committed
changes from Mayur
1 parent ec47478 commit c7010e6

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This topic covers how to improve the security of user sign-in by adding the appl
2020
- Your organization needs to enable Microsoft Authenticator passwordless and push notifications for some users or groups by using the new Authentication methods policy. You can edit the Authentication methods policy by using the Azure portal or Microsoft Graph API.
2121

2222
>[!NOTE]
23-
>The [policy schema changes](#policy-schema-changes) have been improved. The policy schema for preview is deprecated. Make sure you use the new schema to help prevent errors.
23+
>The policy schema for Microsoft Graph APIs has been improved. The older policy schema is now deprecated. Make sure you use the new schema to help prevent errors.
2424
2525
- Additional context can be targeted to only a single group, which can be dynamic or nested. On-premises synchronized security groups and cloud-only security groups are supported for the Authentication method policy.
2626

@@ -36,14 +36,13 @@ The additional context can be combined with [number matching](how-to-mfa-number-
3636

3737
### Policy schema changes
3838

39-
>[!NOTE]
40-
>In Graph Explorer, ensure you've consented to the **Policy.Read.All** and **Policy.ReadWrite.AuthenticationMethod** permissions.
41-
42-
You can enable and disable application name and geographic location separately. Under featureSettings, you can use the following mapping for the following features:
39+
You can enable and disable application name and geographic location separately. Under featureSettings, you can use the following name mapping for each features:
4340

4441
- Application name: displayAppInformationRequiredState
4542
- Geographic location: displayLocationInformationRequiredState
4643

44+
>[!NOTE]
45+
>Make sure you use the new policy schema for Microsoft Graph APIs. In Graph Explorer, you'll need to consent to the **Policy.Read.All** and **Policy.ReadWrite.AuthenticationMethod** permissions.
4746
4847
Identify your single target group for each of the features. Then use the following API endpoint to change the displayAppInformationRequiredState or displayLocationInformationRequiredState properties under featureSettings to **enabled** and include or exclude the groups you want::
4948

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This topic covers how to enable number matching in Microsoft Authenticator push
2424
- Your organization needs to enable Microsoft Authenticator (traditional second factor) push notifications for some users or groups by using the new Authentication methods policy. You can edit the Authentication methods policy by using the Azure portal or Microsoft Graph API.
2525

2626
>[!NOTE]
27-
>The [policy schema changes](#policy-schema-changes) have been improved. The policy schema for preview is deprecated. Make sure you use the new schema to help prevent errors.
27+
>The policy schema for Microsoft Graph APIs has been improved. The older policy schema is now deprecated. Make sure you use the new schema to help prevent errors.
2828
2929
- If your organization is using ADFS adapter or NPS extensions, upgrade to the latest versions for a consistent experience.
3030

@@ -89,15 +89,15 @@ To create the registry key that overrides push notifications:
8989

9090
### Policy schema changes
9191

92-
>[!NOTE]
93-
>In Graph Explorer, ensure you've consented to the **Policy.Read.All** and **Policy.ReadWrite.AuthenticationMethod** permissions.
94-
95-
Identify your single target group for the schema configuration. Then use the following API endpoint to change the numberMatchingRequiredState property under featureSettings to **enabled** and include or exclude groups:
92+
Identify your single target group for the schema configuration. Then use the following API endpoint to change the numberMatchingRequiredState property under featureSettings to **enabled**, and include or exclude groups:
9693

9794
```
9895
https://graph.microsoft.com/v1.0/authenticationMethodsPolicy/authenticationMethodConfigurations/MicrosoftAuthenticator
9996
```
10097

98+
>[!NOTE]
99+
>Make sure you use the new policy schema for Microsoft Graph APIs. In Graph Explorer, you'll need to consent to the **Policy.Read.All** and **Policy.ReadWrite.AuthenticationMethod** permissions.
100+
101101

102102
#### MicrosoftAuthenticatorAuthenticationMethodConfiguration properties
103103

0 commit comments

Comments
 (0)