Skip to content

Commit 6ddd60d

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into dns-design
2 parents 21edf7b + 0c7bcc5 commit 6ddd60d

25 files changed

+69
-161
lines changed

articles/active-directory/governance/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ metadata:
77
author: owinfreyatl
88
description: "Learn how to protect, monitor, and audit access to critical assets while ensuring employee productivity."
99
manager: amycolannino
10-
ms.author: owinfreyatl
11-
ms.date: 12/06/2022
10+
ms.author: owinfrey
11+
ms.date: 03/07/2023
1212
ms.service: active-directory
1313
ms.subservice: compliance
1414
ms.topic: landing-page

articles/active-directory/governance/manage-workflow-properties.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: amycolannino
77
ms.service: active-directory
88
ms.workload: identity
99
ms.topic: how-to
10-
ms.date: 01/31/2022
10+
ms.date: 03/07/2023
1111
ms.subservice: compliance
1212
ms.custom: template-how-to
1313
---
@@ -28,11 +28,11 @@ You can update the following basic information without creating a new workflow.
2828

2929
If you change any other parameters, a new version is required to be created as outlined in the [Managing workflow versions](manage-workflow-tasks.md) article.
3030

31-
If done via the Azure portal, the new version is created automatically. If done using Microsoft Graph, you will have to manually create a new version of the workflow. For more information, see [Edit the properties of a workflow using Microsoft Graph](#edit-the-properties-of-a-workflow-using-microsoft-graph).
31+
If done via the Azure portal, the new version is created automatically. If done using Microsoft Graph, you must manually create a new version of the workflow. For more information, see [Edit the properties of a workflow using Microsoft Graph](#edit-the-properties-of-a-workflow-using-microsoft-graph).
3232

3333
## Edit the properties of a workflow using the Azure portal
3434

35-
To edit the properties of a workflow using the Azure portal, you'll do the following steps:
35+
To edit the properties of a workflow using the Azure portal, you do the following steps:
3636

3737
1. Sign in to the [Azure portal](https://portal.azure.com).
3838

@@ -42,7 +42,7 @@ To edit the properties of a workflow using the Azure portal, you'll do the follo
4242

4343
1. On the left menu, select **Workflows (Preview)**.
4444

45-
1. Here you'll see a list of all of your current workflows. Select the workflow that you want to edit.
45+
1. Here you see a list of all of your current workflows. Select the workflow that you want to edit.
4646

4747
:::image type="content" source="media/manage-workflow-properties/manage-list.png" alt-text="Screenshot of the manage workflow list.":::
4848

Loading
76.3 KB
Loading
Loading
Loading
Loading
Loading

articles/active-directory/reports-monitoring/recommendation-mfa-from-known-devices.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.topic: reference
99
ms.workload: identity
1010
ms.subservice: report-monitor
11-
ms.date: 03/02/2023
11+
ms.date: 03/07/2023
1212
ms.author: sarahlipsey
1313
ms.reviewer: hafowler
1414

@@ -19,37 +19,35 @@ ms.collection: M365-identity-device-management
1919

2020
[Azure AD recommendations](overview-recommendations.md) is a feature that provides you with personalized insights and actionable guidance to align your tenant with recommended best practices.
2121

22-
2322
This article covers the recommendation to minimize multi-factor authentication (MFA) prompts from known devices. This recommendation is called `tenantMFA` in the recommendations API in Microsoft Graph.
2423

2524
## Description
2625

2726
As an admin, you want to maintain security for your company’s resources, but you also want your employees to easily access resources as needed.
2827

29-
MFA enables you to enhance the security posture of your tenant. While enabling MFA is a good practice, you should try to keep the number of MFA prompts your users have to go through at a minimum. One option you have to accomplish this goal is to **allow users to remember multi-factor authentication on devices they trust**.
30-
31-
The remember multi-factor authentication feature sets a persistent cookie on the browser when a user selects the Don't ask again for X days option at sign-in. The user isn't prompted again for MFA from that browser until the cookie expires. If the user opens a different browser on the same device or clears the cookies, they're prompted again to verify.
28+
MFA enables you to enhance the security posture of your tenant. While enabling MFA is a good practice, you should try to keep the number of MFA prompts your users have to go through at a minimum. One option you have to accomplish this goal is to **allow users to remember multi-factor authentication on trusted devices**.
3229

33-
![Remember MFA on trusted devices](./media/recommendation-mfa-from-known-devices\remember-mfa-on-trusted-devices.png)
30+
The "remember multi-factor authentication on trusted device" feature sets a persistent cookie on the browser when a user selects the "Don't ask again for X days" option at sign-in. The user isn't prompted again for MFA from that browser until the cookie expires. If the user opens a different browser on the same device or clears the cookies, they're prompted again to verify.
3431

3532
For more information, see [Configure Azure AD Multi-Factor Authentication settings](../authentication/howto-mfa-mfasettings.md).
3633

37-
38-
## Logic
39-
40-
This recommendation shows up, if you have set the remember multi-factor authentication feature to less than 30 days.
41-
34+
This recommendation shows up if you have set the **remember multi-factor authentication** feature to less than 30 days.
4235

4336
## Value
4437

4538
This recommendation improves your user's productivity and minimizes the sign-in time with fewer MFA prompts. Ensure that your most sensitive resources can have the tightest controls, while your least sensitive resources can be more freely accessible.
4639

4740
## Action plan
4841

49-
1. Review [configure Azure AD Multi-Factor Authentication settings](../authentication/howto-mfa-mfasettings.md).
42+
1. Review the [How to configure Azure AD Multi-Factor Authentication settings](../authentication/howto-mfa-mfasettings.md) article.
43+
1. Go to **Azure AD** > **Multifactor authentication** > select the **Additional cloud-based multifactor authentication settings** link.
44+
45+
![Screenshot of the configuration settings link in Azure AD multifactor authentication section.](media/recommendation-mfa-from-known-devices/mfa-configuration-settings.png)
46+
47+
1. Adjust the number of days in the **remember multi-factor authentication on trusted device** section to 90 days.
48+
49+
![Remember MFA on trusted devices](./media/recommendation-mfa-from-known-devices\remember-mfa-on-trusted-devices.png)
5050

51-
2. Set the remember multi-factor authentication feature to 90 days.
52-
5351

5452
## Next steps
5553

0 commit comments

Comments
 (0)