Skip to content

Commit

Permalink
Merge pull request #407 from MicrosoftDocs/master
Browse files Browse the repository at this point in the history
password monitor auto-enabled for users
  • Loading branch information
dan-wesley committed Jan 22, 2021
2 parents d7dd56f + 0c7696e commit 8a88fd3
Show file tree
Hide file tree
Showing 6 changed files with 98 additions and 1 deletion.
4 changes: 3 additions & 1 deletion edgeenterprise/TOC.yml
@@ -1,4 +1,4 @@
# last revised 01/20/2021
# last revised 01/21/2021
- name: Microsoft Edge Enterprise documentation
href: index.yml
- name: Microsoft Edge documentation
Expand Down Expand Up @@ -146,6 +146,8 @@
href: microsoft-edge-security-endpoints.md
- name: Data Loss Prevention (DLP)
href: microsoft-edge-security-dlp.md
- name: Password Monitor auto-enabled for users
href: microsoft-edge-security-password-monitor.md
- name: Protect against potentially unwanted applications
href: microsoft-edge-potentially-unwanted-apps.md
- name: Support for Azure AD Conditional Access
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
95 changes: 95 additions & 0 deletions edgeenterprise/microsoft-edge-security-password-monitor.md
@@ -0,0 +1,95 @@
---
title: "Password Monitor auto-enabled for users"
ms.author: supalsul
author: dan-wesley
manager: tulasim
ms.date: 01/21/2021
audience: ITPro
ms.topic: conceptual
ms.prod: microsoft-edge
ms.localizationpriority: high
ms.collection: M365-modern-desktop
description: "Password Monitor auto-enabled for users"
---

# Password Monitor auto-enabled for users

This article describes how Password Monitor in Microsoft Edge will be turned on for select users and gives admins the steps to control how monitoring is enabled.

> [!NOTE]
> This article applies to Microsoft Edge version 88 or later.
## Introduction, benefits, and availability

Password Monitor helps Microsoft Edge users protect their online accounts by informing them if any of their passwords have been found in an online leak. Online leaks or data breaches happen when bad actors steal data from third-party apps or websites.

### Benefits

Given the frequency and scope of these online attacks having this kind of protection has become necessary for everyone. Microsoft Edge has the built-in ability to securely check a user's saved passwords against passwords that are known to be compromised and alerts them if a match is found.

### Availability

Password Monitor has been in early preview channels (Canary/ Dev) and will be promoted to Stable Channel version 88 starting 1/21. The rollout will be gradual and it could take a few weeks before you will see the following message and control in your **Settings** > **Profile** > **Password** page.

:::image type="content" source="media/microsoft-edge-security-password-monitor/monitor-enable-option.png" alt-text="Option to enable Password Monitor":::

## Configure group policy for Password Monitor

This feature is controlled via the [PasswordMonitorAllowed](https://docs.microsoft.com/deployedge/microsoft-edge-policies#passwordmonitorallowed) group policy.

After the policy is enabled, users still need to provide consent to turn on the feature. Consent is required because the feature contains user's sensitive and personal data (passwords). If the feature is disabled using group policy, users can't override this setting.

## Enabling Password Monitor for users

After the password monitor policy is enabled, there are different ways this feature is made available to users.

- Auto-enablement. Users that are signed-in using their work account (Active Directory or Azure Active Directory) and syncing their passwords will be auto-enabled for this feature. They will see the notification in the next screenshot informing them that the feature's turned on.

:::image type="content" source="media/microsoft-edge-security-password-monitor/monitor-enabled-notice.png" alt-text="Password Monitor enabled notice":::

- Getting explicit consent. Users that don’t have Password Sync turned on will be asked for permission to turn on Password Monitor. They will be prompted when the following actions happen:
- When a user is saving a new password.

:::image type="content" source="media/microsoft-edge-security-password-monitor/monitor-save-pw-prompt.png" alt-text="Prompt to save password":::

- When a user has signed-in to the browser using a saved password.

:::image type="content" source="media/microsoft-edge-security-password-monitor/monitor-after-signin.png" alt-text="Confirmation prompt after sign-in":::

- Direct activation. Users can go to **Settings** > **Passwords** anytime and turn the feature On or Off.

## User scenarios with Password Monitor auto-enabled

The following table shows scenarios where Password Monitor is auto-enabled and how it will work on user devices.

| Scenario | Base conditions | Impact |
|--|--|--|
| 1 with Sync on | Sync ON<br>Feature enabled previously: No<br>Response to Consent UI: None | Feature enabled by default and a notice bubble is shown 2 min after browser starts.<br>- If sync is turned off after that, the feature is disabled.<br>- Feature turned off before altering sync, sync will no longer affect the feature. |
| 2 with Sync on | Sync ON<br>Feature enabled previously: Yes<br>Response to Consent UI: None | Feature stays the same as user choice. Notice bubble isn't shown and there's no affect of sync change on feature value.|
| 3 with Sync off | Sync Off<br>Feature enabled previously: No<br>Response to Consent UI: None | Sync will be off and the feature will stay disabled<br>- At any point after that if user turns the sync on without altering the feature: the feature is enabled and auto-enablement notification is shown 2 minutes after Sync is turned on. <br> - If sync is turned off again, the feature is disabled <br>- If the feature is changed before turning on sync, sync will no longer affect Password Monitor. |
| 4 with Sync off | Sync OFF<br>Feature enabled previously: Yes<br>Response to Consent UI: None | Feature stays the same as user choice, notice bubble isn't shown, and there's no effect of sync change on the feature value. |

In addition, if a user is signed-in using a work account that is restricted via policies for any of the following, the feature will NOT be auto-enabled for them:

- Password Monitor is disabled
- Password Sync is disabled
- Sharing of data with Microsoft servers is disabled

## Frequently Asked Questions

### How can Password Monitor be disabled for my organization?

You can disable Password Monitor for your organization by:
- Using the PasswordMonitorAllowed group policy.
- Stopping data from being synchronized and sent to Microsoft servers.

> [!NOTE]
> Password Monitor can work even if Password Sync is disabled, as long as the user has given explicit consent to turn the feature On or have turned it on themselves via Settings.
### What happens if a user for whom the feature has been auto-enabled, turns Password Monitor off via Settings?

The user setting is honored and the feature will remain disabled for that user. However, they might be shown a consent dialog again in case they've never previously responded to the consent prompt.

## See also

- [Microsoft Edge Enterprise landing page](https://aka.ms/EdgeEnterprise)

0 comments on commit 8a88fd3

Please sign in to comment.