Skip to content

Commit cf7623b

Browse files
authored
Merge pull request #178069 from MicrosoftDocs/release-ignite-active-directory
[Ship Room #2] Release ignite active directory
2 parents 4b4cebd + 250ecee commit cf7623b

File tree

5 files changed

+176
-9
lines changed

5 files changed

+176
-9
lines changed

articles/active-directory/authentication/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
href: tutorial-enable-sspr.md
1212
- name: Enable Azure AD Multi-Factor Authentication
1313
href: tutorial-enable-azure-mfa.md
14+
- name: Enable cloud sync password writeback (preview)
15+
href: tutorial-enable-cloud-sync-sspr-writeback.md
1416
- name: Enable password writeback to on-premises
1517
href: tutorial-enable-sspr-writeback.md
1618
- name: Configure custom banned password lists

articles/active-directory/authentication/concept-sspr-writeback.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: conceptual
9-
ms.date: 07/28/2021
9+
ms.date: 10/25/2021
1010

1111
ms.author: justinha
1212
author: justinha
1313
manager: daveba
14-
ms.reviewer: rhicock
14+
ms.reviewer: tilarso
1515
ms.collection: M365-identity-device-management
1616
---
1717
# How does self-service password reset writeback work in Azure Active Directory?
1818

19-
Azure Active Directory (Azure AD) self-service password reset (SSPR) lets users reset their passwords in the cloud, but most companies also have an on-premises Active Directory Domain Services (AD DS) environment where their users exist. Password writeback is a feature enabled with [Azure AD Connect](../hybrid/whatis-hybrid-identity.md) that allows password changes in the cloud to be written back to an existing on-premises directory in real time. In this configuration, as users change or reset their passwords using SSPR in the cloud, the updated passwords also written back to the on-premises AD DS environment
19+
Azure Active Directory (Azure AD) self-service password reset (SSPR) lets users reset their passwords in the cloud, but most companies also have an on-premises Active Directory Domain Services (AD DS) environment for users. Password writeback allows password changes in the cloud to be written back to an on-premises directory in real time by using either [Azure AD Connect](../hybrid/whatis-hybrid-identity.md) or [Azure AD Connect cloud sync](tutorial-enable-cloud-sync-sspr-writeback.md). When users change or reset their passwords using SSPR in the cloud, the updated passwords also written back to the on-premises AD DS environment.
2020

2121
> [!IMPORTANT]
2222
> This conceptual article explains to an administrator how self-service password reset writeback works. If you're an end user already registered for self-service password reset and need to get back into your account, go to https://aka.ms/sspr.
@@ -36,18 +36,23 @@ Password writeback provides the following features:
3636
* **Supports password changes from the access panel and Microsoft 365**: When federated or password hash synchronized users come to change their expired or non-expired passwords, those passwords are written back to AD DS.
3737
* **Supports password writeback when an admin resets them from the Azure portal**: When an admin resets a user's password in the [Azure portal](https://portal.azure.com), if that user is federated or password hash synchronized, the password is written back to on-premises. This functionality is currently not supported in the Office admin portal.
3838
* **Doesn't require any inbound firewall rules**: Password writeback uses an Azure Service Bus relay as an underlying communication channel. All communication is outbound over port 443.
39+
* **Supports side-by-side domain-level deployment** using [Azure AD Connect](tutorial-enable-sspr-writeback.md) or [cloud sync](tutorial-enable-cloud-sync-sspr-writeback.md) to target different sets of users depending on their needs, including users who are in disconnected domains.
3940

4041
> [!NOTE]
41-
> Administrator accounts that exist within protected groups in on-premises AD can be used with password writeback. Administrators can change their password in the cloud but can't use password reset to reset a forgotten password. For more information about protected groups, see [Protected accounts and groups in AD DS](/windows-server/identity/ad-ds/plan/security-best-practices/appendix-c--protected-accounts-and-groups-in-active-directory).
42+
> Administrator accounts that exist within protected groups in on-premises AD can be used with password writeback. Administrators can change their password in the cloud but can't reset a forgotten password. For more information about protected groups, see [Protected accounts and groups in AD DS](/windows-server/identity/ad-ds/plan/security-best-practices/appendix-c--protected-accounts-and-groups-in-active-directory).
4243
43-
To get started with SSPR writeback, complete the following tutorial:
44+
To get started with SSPR writeback, complete either one or both of the following tutorials:
4445

45-
> [!div class="nextstepaction"]
46-
> [Tutorial: Enable self-service password reset (SSPR) writeback](./tutorial-enable-sspr-writeback.md)
46+
- [Tutorial: Enable self-service password reset (SSPR) writeback](tutorial-enable-cloud-sync-sspr-writeback.md)
47+
- [Tutorial: Enable Azure Active Directory Connect cloud sync self-service password reset writeback to an on-premises environment (Preview)](tutorial-enable-cloud-sync-sspr-writeback.md)
48+
49+
## Azure AD Connect and cloud sync side-by-side deployment
50+
51+
You can deploy Azure AD Connect and cloud sync side-by-side in different domains to target different sets of users. This helps existing users continue to writeback password changes while adding the option in cases where users are in disconnected domains because of a company merger or split. Azure AD Connect and cloud sync can be configured in different domains so users from one domain can use Azure AD Connect while users in another domain use cloud sync. Cloud sync can also provide higher availability because it doesn't rely on a single instance of Azure AD Connect. For a feature comparison between the two deployment options, see [Comparison between Azure AD Connect and cloud sync](../cloud-sync/what-is-cloud-sync.md#comparison-between-azure-ad-connect-and-cloud-sync).
4752

4853
## How password writeback works
4954

50-
When a password hash synchronized, pass-through authentication configured or a federated user attempts to reset or change their password in the cloud, the following actions occur:
55+
When a user account configured for federation, password hash synchronization (or, in the case of an Azure AD Connect deployment, pass-through authentication) attempts to reset or change a password in the cloud, the following actions occur:
5156

5257
1. A check is performed to see what type of password the user has. If the password is managed on-premises:
5358
* A check is performed to see if the writeback service is up and running. If it is, the user can proceed.

articles/active-directory/authentication/howto-sspr-reporting.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: how-to
9-
ms.date: 02/01/2019
9+
ms.date: 10/25/2021
1010

1111
ms.author: justinha
1212
author: justinha
@@ -115,6 +115,10 @@ The following list explains this activity in detail:
115115
* **Activity statuses**:
116116
* _Success_: Indicates that an admin successfully reset a user's password.
117117
* _Failure_: Indicates that an admin failed to change a user's password. You can select the row to see the **Activity status reason** category to learn more about why the failure occurred.
118+
- **Activity additional details OnPremisesAgent**:
119+
- _None_: Indicates cloud-only reset.
120+
- _AAD Connect_: Indicates password was reset on-premises via Azure AD Connect writeback agent.
121+
- _CloudSync_: Indicates password was reset on-premises via Azure AD CloudSync writeback agent.
118122

119123
### Activity type: Reset password (self-service)
120124

43.9 KB
Loading

0 commit comments

Comments
 (0)