Skip to content

Commit 31584d2

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into release-sf-7.1
2 parents 00f8771 + 00bb202 commit 31584d2

File tree

745 files changed

+1876
-19083
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

745 files changed

+1876
-19083
lines changed

.openpublishing.redirection.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5504,7 +5504,12 @@
55045504
},
55055505
{
55065506
"source_path": "articles/managed-applications/publish-managed-app-definition-quickstart.md",
5507-
"redirect_url": "/azure/azure-resource-manager/managed-applications/publish-managed-app-definition-quickstart",
5507+
"redirect_url": "/azure/azure-resource-manager/managed-applications/publish-service-catalog-app",
5508+
"redirect_document_id": false
5509+
},
5510+
{
5511+
"source_path": "articles/azure-resource-manager/managed-applications/publish-managed-app-definition-quickstart.md",
5512+
"redirect_url": "/azure/azure-resource-manager/managed-applications/publish-service-catalog-app",
55085513
"redirect_document_id": false
55095514
},
55105515
{
@@ -38346,6 +38351,11 @@
3834638351
"redirect_url": "/azure/active-directory/authentication/howto-mfa-getstarted",
3834738352
"redirect_document_id": false
3834838353
},
38354+
{
38355+
"source_path": "articles/active-directory/authentication/concept-sspr-customization.md",
38356+
"redirect_url": "/azure/active-directory/authentication/howto-sspr-customization",
38357+
"redirect_document_id": true
38358+
},
3834938359
{
3835038360
"source_path": "articles/active-directory/active-directory-passwords-reset-register.md",
3835138361
"redirect_url": "/azure/active-directory/user-help/active-directory-passwords-reset-register",

articles/active-directory-b2c/azure-monitor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ To onboard your Azure AD tenant (the **Customer**), create an [Azure Resource Ma
8080

8181
Download the Azure Resource Manager template and parameter files:
8282

83-
- [rgDelegatedResourceManagement.json](https://raw.githubusercontent.com/Azure/Azure-Lighthouse-samples/master/Azure-Delegated-Resource-Management/templates/rg-delegated-resource-management/rgDelegatedResourceManagement.json)
84-
- [rgDelegatedResourceManagement.parameters.json](https://raw.githubusercontent.com/Azure/Azure-Lighthouse-samples/master/Azure-Delegated-Resource-Management/templates/rg-delegated-resource-management/rgDelegatedResourceManagement.parameters.json)
83+
- [rgDelegatedResourceManagement.json](https://github.com/Azure/Azure-Lighthouse-samples/blob/master/templates/rg-delegated-resource-management/rgDelegatedResourceManagement.json)
84+
- [rgDelegatedResourceManagement.parameters.json](https://github.com/Azure/Azure-Lighthouse-samples/blob/master/templates/rg-delegated-resource-management/rgDelegatedResourceManagement.parameters.json)
8585

8686
Next, update the parameters file with the values you recorded earlier. The following JSON snippet shows an example of an Azure Resource Manager template parameters file. For `authorizations.value.roleDefinitionId`, use the [built-in role](../role-based-access-control/built-in-roles.md) value for the *Contributor role*, `b24988ac-6180-42a0-ab88-20f7382dd24c`.
8787

articles/active-directory/authentication/TOC.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,12 @@
3030
items:
3131
- name: How password reset works
3232
href: concept-sspr-howitworks.md
33-
- name: Password reset options
34-
href: concept-sspr-customization.md
35-
- name: Password reset policies
36-
href: concept-sspr-policy.md
37-
- name: What license do I need?
38-
href: concept-sspr-licensing.md
3933
- name: On-premises integration
4034
href: concept-sspr-writeback.md
35+
- name: Policies
36+
href: concept-sspr-policy.md
37+
- name: Licenses
38+
href: concept-sspr-licensing.md
4139
- name: Multi-Factor Authentication
4240
items:
4341
- name: How MFA works
@@ -64,6 +62,8 @@
6462
items:
6563
- name: Deployment guide
6664
href: howto-sspr-deployment.md
65+
- name: User customization options
66+
href: howto-sspr-customization.md
6767
- name: Pre-register authentication data
6868
href: howto-sspr-authenticationdata.md
6969
- name: SSPR for Windows clients

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

Lines changed: 0 additions & 103 deletions
This file was deleted.
Lines changed: 24 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,58 @@
11
---
22
title: License self-service password reset - Azure Active Directory
3-
description: Azure AD self-service password reset licensing requirements
3+
description: Learn about the difference Azure Active Directory self-service password reset licensing requirements
44

55
services: active-directory
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: conceptual
9-
ms.date: 08/19/2019
9+
ms.date: 04/14/2020
1010

1111
ms.author: iainfou
1212
author: iainfoulds
1313
manager: daveba
14-
ms.reviewer: sahenry
14+
ms.reviewer: rhicock
1515

1616
ms.collection: M365-identity-device-management
1717
---
18-
# Licensing requirements for Azure AD self-service password reset
18+
# Licensing requirements for Azure Active Directory self-service password reset
1919

20-
Azure Active Directory (Azure AD) comes in several editions: Free, Premium P1, and Premium P2. There are several different features that make up self-service password reset, including change, reset, unlock, and writeback, that are available in the different editions of Azure AD. This article tries to explain the differences. More details of the features included in each Azure AD edition can be found on the [Azure Active Directory pricing page](https://azure.microsoft.com/pricing/details/active-directory/).
20+
To reduce help desk calls and loss of productivity when a user can't sign in to their device or an application, user accounts in Azure Active Directory (Azure AD) can be enabled for self-service password reset (SSPR). Features that make up SSPR include password change, reset, unlock, and writeback to an on-premises directory. Basic SSPR features are available to Office 365 and all Azure AD users at no cost.
2121

22-
## Compare editions and features
22+
This article details the different ways that self-service password reset can be licensed and used. For specific details about pricing and billing, see the [Azure AD pricing page](https://azure.microsoft.com/pricing/details/active-directory/).
2323

24-
Azure AD self-service password reset is licensed per user, to maintain compliance organizations are required to assign the appropriate license to their users.
24+
## Compare editions and features
2525

26-
* Self-Service Password Change for cloud users
27-
* I am a **cloud-only user** and know my password.
28-
* I would like to **change** my password to something new.
29-
* This functionality is included in all editions of Azure AD.
26+
SSPR is licensed per user. To maintain compliance, organizations are required to assign the appropriate license to their users.
3027

31-
* Self-Service Password Reset for cloud users
32-
* I am a **cloud-only user** and have forgotten my password.
33-
* I would like to **reset** my password to something I know.
34-
* This functionality is included in Azure AD Premium P1 or P2, Microsoft 365 Business, or Office 365.
28+
The following table outlines the different SSPR scenarios for password change, reset, or on-premises writeback, and which SKUs provide the feature.
3529

36-
* Self-Service Password Reset/Change/Unlock **with on-premises writeback**
37-
* I am a **hybrid user** my on-premises Active Directory user account is synchronized with my Azure AD account using Azure AD Connect. I would like to change my password, have forgotten my password, or been locked out.
38-
* I would like to change my password or reset it to something I know, or unlock my account, **and** have that change synchronized back to on-premises Active Directory.
39-
* This functionality is included in Azure AD Premium P1 or P2, or Microsoft 365 Business.
30+
| Feature | Azure AD Free | Office 365 Business Premium | Microsoft 365 Business | Azure AD Premium P1 or P2 |
31+
| --- |:---:|:---:|:---:|:---:|
32+
| **Cloud-only user password change**<br />When a user in Azure AD knows their password and wants to change it to something new. |||||
33+
| **Cloud-only user password reset**<br />When a user in Azure AD has forgotten their password and needs to reset it. | ||||
34+
| **Hybrid user password change or reset with on-prem writeback**<br />When a user in Azure AD that's synchronized from an on-premises directory using Azure AD Connect wants to change or reset their password and also write the new password back to on-prem. | | |||
4035

4136
> [!WARNING]
42-
> Standalone Office 365 licensing plans *don't support "Self-Service Password Reset/Change/Unlock with on-premises writeback"* and require a plan that includes Azure AD Premium P1, Premium P2, or Microsoft 365 Business for this functionality to work.
43-
>
37+
> Standalone Office 365 licensing plans don't support SSPR with on-premises writeback. Those Office 365 licensing plans require Azure AD Premium P1, Premium P2, or Microsoft 365 Business for this functionality to work.
4438
45-
Additional licensing information, including costs, can be found on the following pages:
39+
For additional licensing information, including costs, see the following pages:
4640

47-
* [Azure Active Directory pricing site](https://azure.microsoft.com/pricing/details/active-directory/)
41+
* [Azure Active Directory pricing](https://azure.microsoft.com/pricing/details/active-directory/)
4842
* [Azure Active Directory features and capabilities](https://www.microsoft.com/cloud-platform/azure-active-directory-features)
4943
* [Enterprise Mobility + Security](https://www.microsoft.com/cloud-platform/enterprise-mobility-security)
5044
* [Microsoft 365 Enterprise](https://www.microsoft.com/microsoft-365/enterprise)
51-
* [Microsoft 365 Business service description](https://docs.microsoft.com/office365/servicedescriptions/microsoft-365-service-descriptions/microsoft-365-business-service-description)
45+
* [Microsoft 365 Business](https://docs.microsoft.com/office365/servicedescriptions/microsoft-365-service-descriptions/microsoft-365-business-service-description)
5246

5347
## Enable group or user-based licensing
5448

55-
Azure AD now supports group-based licensing. Administrators can assign licenses in bulk to a group of users, rather than assigning them one at a time. For more information, see [Assign, verify, and resolve problems with licenses](../users-groups-roles/licensing-groups-assign.md#step-1-assign-the-required-licenses).
49+
Azure AD supports group-based licensing. Administrators can assign licenses in bulk to a group of users, rather than assigning them one at a time. For more information, see [Assign, verify, and resolve problems with licenses](../users-groups-roles/licensing-groups-assign.md#step-1-assign-the-required-licenses).
5650

57-
Some Microsoft services are not available in all locations. Before a license can be assigned to a user, the administrator must specify the **Usage location** property on the user. Assignment of licenses can be done under the **User** > **Profile** > **Settings** section in the Azure portal. *When you use group license assignment, any users without a usage location specified inherit the location of the directory.*
51+
Some Microsoft services aren't available in all locations. Before a license can be assigned to a user, the administrator must specify the **Usage location** property on the user. Assignment of licenses can be done under the **User** > **Profile** > **Settings** section in the Azure portal. *When you use group license assignment, any users without a usage location specified inherit the location of the directory.*
5852

5953
## Next steps
6054

61-
* [How do I complete a successful rollout of SSPR?](howto-sspr-deployment.md)
62-
* [Reset or change your password](../user-help/active-directory-passwords-update-your-own-password.md)
63-
* [Register for self-service password reset](../user-help/active-directory-passwords-reset-register.md)
64-
* [What data is used by SSPR and what data should you populate for your users?](howto-sspr-authenticationdata.md)
65-
* [What authentication methods are available to users?](concept-sspr-howitworks.md#authentication-methods)
66-
* [What are the policy options with SSPR?](concept-sspr-policy.md)
67-
* [What is password writeback and why do I care about it?](howto-sspr-writeback.md)
68-
* [How do I report on activity in SSPR?](howto-sspr-reporting.md)
69-
* [What are all of the options in SSPR and what do they mean?](concept-sspr-howitworks.md)
70-
* [I think something is broken. How do I troubleshoot SSPR?](active-directory-passwords-troubleshoot.md)
71-
* [I have a question that was not covered somewhere else](active-directory-passwords-faq.md)
55+
To get started with SSPR, complete the following tutorial:
56+
57+
> [!div class="nextstepaction"]
58+
> [Tutorial: Enable self-service password reset (SSPR)](tutorial-enable-sspr.md)

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

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -156,16 +156,6 @@ To get started, [download and install the Azure AD PowerShell module](https://do
156156
157157
## Next steps
158158

159-
The following articles provide additional information about password reset through Azure AD:
160-
161-
* [How do I complete a successful rollout of SSPR?](howto-sspr-deployment.md)
162-
* [Reset or change your password](../user-help/active-directory-passwords-update-your-own-password.md).
163-
* [Register for self-service password reset](../user-help/active-directory-passwords-reset-register.md).
164-
* [Do you have a licensing question?](concept-sspr-licensing.md)
165-
* [What data is used by SSPR and what data should you populate for your users?](howto-sspr-authenticationdata.md)
166-
* [What authentication methods are available to users?](concept-sspr-howitworks.md#authentication-methods)
167-
* [What is password writeback and why do I care about it?](howto-sspr-writeback.md)
168-
* [How do I report on activity in SSPR?](howto-sspr-reporting.md)
169-
* [What are all of the options in SSPR and what do they mean?](concept-sspr-howitworks.md)
170-
* [I think something is broken. How do I troubleshoot SSPR?](active-directory-passwords-troubleshoot.md)
171-
* [I have a question that was not covered somewhere else](active-directory-passwords-faq.md)
159+
To get started with SSPR, see [Tutorial: Enable users to unlock their account or reset passwords using Azure Active Directory self-service password reset](tutorial-enable-sspr.md).
160+
161+
If you or users have problems with SSPR, see [Troubleshoot self-service password reset](active-directory-passwords-troubleshoot.md)

0 commit comments

Comments
 (0)