Skip to content

Commit 90c6b63

Browse files
authored
Merge pull request #67473 from MicrosoftDocs/master
2/22 PM Publish
2 parents 8ca6cbe + d68c3f5 commit 90c6b63

File tree

739 files changed

+11090
-3204
lines changed

Some content is hidden

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

739 files changed

+11090
-3204
lines changed

articles/active-directory-b2c/predicates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ The following shows how the elements are organized when Azure AD B2C displays th
346346

347347
![Predicate process](./media/predicates/predicates-pass.png)
348348

349-
## Configure a date range
349+
## Configure a date range
350350

351351
With the **Predicates** and **PredicateValidations** elements you can control the minimum and maximum date values of the **UserInputType** by using a `DateTimeDropdown`. To do this, create a **Predicate** with the `IsDateRange` method and provide the minimum and maximum parameters.
352352

articles/active-directory/develop/reference-aadsts-error-codes.md

+1
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ Looking for info about the AADSTS error codes that are returned from the Azure A
251251
| AADSTS221000 | DeviceOnlyTokensNotSupportedByResource - The resource is not configured to accept device-only tokens. |
252252
| AADSTS240001 | BulkAADJTokenUnauthorized - The user isn't authorized to register devices in Azure AD. |
253253
| AADSTS240002 | RequiredClaimIsMissing - The id_token can't be used as `urn:ietf:params:oauth:grant-type:jwt-bearer` grant.|
254+
| AADSTS530032 | BlockedByConditionalAccessOnSecurityPolicy - The tenant admin has configured a security policy that blocks this request. Check the security policies that are defined on the tenant level to determine if your request meets the policy requirements. |
254255
| AADSTS700016 | UnauthorizedClient_DoesNotMatchRequest - The application wasn't found in the directory/tenant. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You might have misconfigured the identifier value for the application or sent your authentication request to the wrong tenant. |
255256
| AADSTS700020 | InteractionRequired - The access grant requires interaction. |
256257
| AADSTS700022 | InvalidMultipleResourcesScope - The provided value for the input parameter scope isn't valid because it contains more than one resource. |

articles/active-directory/develop/tutorial-v2-ios.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure AD v2.0 iOS Getting Started | Microsoft Docs
33
description: How iOS (Swift) applications can call an API that require access tokens by Azure Active Directory v2.0 endpoint
44
services: active-directory
55
documentationcenter: dev-center-name
6-
author: andretms
6+
author: CelesteDG
77
manager: mtillman
88
editor: ''
99

@@ -14,7 +14,7 @@ ms.topic: article
1414
ms.tgt_pltfrm: na
1515
ms.workload: identity
1616
ms.date: 09/19/2018
17-
ms.author: andret
17+
ms.author: dadobali
1818
ms.custom: aaddev
1919
ms.collection: M365-identity-device-management
2020
---

articles/active-directory/develop/tutorial-v2-javascript-spa.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure AD v2.0 JavaScript single-page application (SPA) guided setup | Mic
33
description: How JavaScript SPA applications can call an API that require access tokens by Azure Active Directory v2.0 endpoint
44
services: active-directory
55
documentationcenter: dev-center-name
6-
author: andretms
6+
author: CelesteDG
77
manager: mtillman
88
editor: ''
99

@@ -14,7 +14,7 @@ ms.topic: article
1414
ms.tgt_pltfrm: na
1515
ms.workload: identity
1616
ms.date: 04/09/2018
17-
ms.author: andret
17+
ms.author: nacanuma
1818
ms.custom: aaddev
1919
ms.collection: M365-identity-device-management
2020
---

articles/active-directory/devices/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Only the following devices are listed under **USER devices**:
3333
- All non-Windows 10 or Windows Server 2016 devices.
3434
- All non-Windows devices.
3535

36-
---
36+
---
3737

3838
**Q: How do I know what the device registration state of the client is?**
3939

articles/active-directory/governance/TOC.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
items:
2828
- name: Create an access review
2929
href: create-access-review.md
30-
- name: Start an access review
30+
- name: Review access
3131
href: perform-access-review.md
32-
- name: Review your own access
32+
- name: Review access for yourself
3333
href: review-your-access.md
3434
- name: Complete an access review
3535
href: complete-access-review.md

articles/active-directory/governance/access-reviews-overview.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.tgt_pltfrm: na
1212
ms.devlang: na
1313
ms.topic: conceptual
1414
ms.subservice: compliance
15-
ms.date: 11/19/2018
15+
ms.date: 01/18/2019
1616
ms.author: rolyon
1717
ms.reviewer: mwahl
1818
ms.collection: M365-identity-device-management
@@ -83,23 +83,25 @@ To enable access reviews, follow these steps.
8383

8484
1. Click **All services** and find the access reviews service.
8585

86+
1. Click **Access Reviews**.
87+
8688
![All services - Access Reviews](./media/access-reviews-overview/all-services-access-reviews.png)
8789

88-
1. Click **Access Reviews**.
90+
1. In the navigation list, click **Onboard** to open the **Onboard access reviews** page.
8991

9092
![Access Reviews onboard](./media/access-reviews-overview/onboard-button.png)
9193

92-
1. In the navigation list, click **Onboard** to open the **Onboard access reviews** page.
94+
1. Click **Create** to enable access reviews in the current directory.
9395

9496
![Onboard access reviews](./media/access-reviews-overview/onboard-access-reviews.png)
9597

96-
1. Click **Create** to enable access reviews in the current directory. The next time you start access reviews, the options will be enabled.
98+
The next time you start access reviews, the access review options will be enabled.
9799

98100
![Access Reviews enabled](./media/access-reviews-overview/access-reviews-enabled.png)
99101

100102
## Next steps
101103

102-
- [Create an access review for members of a group or access to an application](create-access-review.md)
104+
- [Create an access review of groups or applications](create-access-review.md)
103105
- [Create an access review of users in an Azure AD administrative role](../privileged-identity-management/pim-how-to-start-security-review.md?toc=%2fazure%2factive-directory%2fgovernance%2ftoc.json)
104-
- [Perform an access review with Azure AD Access Reviews](perform-access-review.md)
105-
- [Complete an access review of members of a group or users' access to an application in Azure AD](complete-access-review.md)
106+
- [Review access to groups or applications](perform-access-review.md)
107+
- [Complete an access review of groups or applications](complete-access-review.md)

articles/active-directory/governance/complete-access-review.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Complete an access review of members of a group or users' access to an application with Azure AD| Microsoft Docs
3-
description: Learn how to complete an access review for members of a group or users with access to an application in Azure Active Directory.
2+
title: Complete an access review of groups or applications in Azure AD Access Reviews | Microsoft Docs
3+
description: Learn how to complete an access review of group members or application access in Azure AD Access Reviews.
44
services: active-directory
55
documentationcenter: ''
66
author: rolyon
@@ -18,10 +18,10 @@ ms.reviewer: mwahl
1818
ms.collection: M365-identity-device-management
1919
---
2020

21-
# Complete an access review of members of a group or users' access to an application in Azure AD
21+
# Complete an access review of groups or applications in Azure AD Access Reviews
2222

2323
Administrators can use Azure Active Directory (Azure AD) to [create an access review](create-access-review.md) for group members or users assigned to an application. Azure AD automatically sends reviewers an email that prompts them to review access. If a user didn't get an email, you can send them the instructions
24-
in [Review your access](perform-access-review.md). (Note that guests who are assigned as reviewers but have not accepted the invite will not receive an email from access reviews, as they must first accept an invite prior to reviewing.) After the access review period is over or if an administrator stops the access review, follow the steps in this article to see and apply the results.
24+
in [review access to groups or applications](perform-access-review.md). (Note that guests who are assigned as reviewers but have not accepted the invite will not receive an email from access reviews, as they must first accept an invite prior to reviewing.) After the access review period is over or if an administrator stops the access review, follow the steps in this article to see and apply the results.
2525

2626
## View an access review in the Azure portal
2727

@@ -58,5 +58,5 @@ If you're no longer interested in the review, you can delete it. Select **Delete
5858
- [Manage user access with Azure AD access reviews](manage-user-access-with-access-reviews.md)
5959
- [Manage guest access with Azure AD access reviews](manage-guest-access-with-access-reviews.md)
6060
- [Manage programs and controls for Azure AD access reviews](manage-programs-controls.md)
61-
- [Create an access review for members of a group or access to an application](create-access-review.md)
61+
- [Create an access review of groups or applications](create-access-review.md)
6262
- [Create an access review of users in an Azure AD administrative role](../privileged-identity-management/pim-how-to-start-security-review.md)

articles/active-directory/governance/conditional-access-exclusion.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Use Azure AD access reviews to manage users that have been excluded from conditional access policies | Microsoft Docs
3-
description: Use Azure Active Directory (Azure AD) access reviews to manage users that have been excluded from conditional access policies
2+
title: Use Azure AD Access Reviews to manage users excluded from conditional access policies | Microsoft Docs
3+
description: Learn how to use Azure Active Directory (Azure AD) Access Reviews to manage users that have been excluded from conditional access policies
44
services: active-directory
55
documentationcenter: ''
66
author: rolyon
@@ -18,9 +18,9 @@ ms.reviewer: mwahl
1818
ms.collection: M365-identity-device-management
1919
---
2020

21-
# Use Azure AD access reviews to manage users that have been excluded from conditional access policies
21+
# Use Azure AD Access Reviews to manage users excluded from conditional access policies
2222

23-
In an ideal world, all users would follow the access polices to secure access to your organization's resources. However, sometimes there are business cases that require you to make exceptions. This article describes some examples where exclusions might be required and how you, as the IT administrator, can manage this task, avoid oversight of policy exceptions, and provide auditors with proof that these exceptions are reviewed regularly using Azure Active Directory (Azure AD) access reviews.
23+
In an ideal world, all users would follow the access polices to secure access to your organization's resources. However, sometimes there are business cases that require you to make exceptions. This article describes some examples where exclusions might be required and how you, as the IT administrator, can manage this task, avoid oversight of policy exceptions, and provide auditors with proof that these exceptions are reviewed regularly using Azure Active Directory (Azure AD) Access Reviews.
2424

2525
> [!NOTE]
2626
> A valid Azure AD Premium P2, Enterprise Mobility + Security E5 paid, or trial license is required to use Azure AD access reviews. For more information, see [Azure Active Directory editions](../fundamentals/active-directory-whatis.md).
@@ -153,5 +153,5 @@ As an IT administrator, you know that managing exclusion groups to your policies
153153

154154
## Next steps
155155

156-
- [Create an access review of group members or application access with Azure AD](create-access-review.md)
156+
- [Create an access review of groups or applications](create-access-review.md)
157157
- [What is conditional access in Azure Active Directory?](../conditional-access/overview.md)

articles/active-directory/governance/create-access-review.md

+26-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create an access review for members of a group or users with access to an application with Azure AD| Microsoft Docs
3-
description: Learn how to create an access review for members of a group or users with access to an application.
2+
title: Create an access review of groups or applications in Azure AD Access Reviews | Microsoft Docs
3+
description: Learn how to create an access review of group members or application access in Azure AD Access Reviews.
44
services: active-directory
55
author: rolyon
66
manager: mtillman
@@ -11,24 +11,24 @@ ms.tgt_pltfrm: na
1111
ms.devlang: na
1212
ms.topic: conceptual
1313
ms.subservice: compliance
14-
ms.date: 11/15/2018
14+
ms.date: 02/20/2019
1515
ms.author: rolyon
1616
ms.reviewer: mwahl
1717
ms.collection: M365-identity-device-management
1818
---
1919

20-
# Create an access review of group members or application access with Azure AD
20+
# Create an access review of groups or applications in Azure AD Access Reviews
2121

2222
Access to groups and applications for employees and guests changes over time. To reduce the risk associated with stale access assignments, administrators can use Azure Active Directory (Azure AD) to create access reviews for group members or application access. If you need to routinely review access, you can also create recurring access reviews. For more information about these scenarios, see [Manage user access](manage-user-access-with-access-reviews.md) and [Manage guest access](manage-guest-access-with-access-reviews.md).
2323

24-
This article describes how to create a new access review for group members or application access.
24+
This article describes how to create one or more access reviews for group members or application access.
2525

2626
## Prerequisites
2727

2828
- [Access reviews enabled](access-reviews-overview.md)
29-
- Global Administrator or Account Administrator
29+
- Global Administrator or User Account Administrator
3030

31-
## Create an access review
31+
## Create one or more access reviews
3232

3333
1. Sign-in to the Azure portal and open the [Access Reviews page](https://portal.azure.com/#blade/Microsoft_AAD_ERM/DashboardBlade/).
3434

@@ -54,6 +54,20 @@ This article describes how to create a new access review for group members or ap
5454

5555
![Create an access review - Users](./media/create-access-review/users.png)
5656

57+
1. In the **Groups** section, select one or more groups that you would like to review membership of.
58+
59+
> [!NOTE]
60+
> Selecting more than one group will create multiple access reviews. For example, selecting five groups will create five separate access reviews.
61+
62+
![Create an access review - Select group](./media/create-access-review/select-group.png)
63+
64+
1. In the **Applications** section (if you selected **Assigned to an application** in step 8), select the applications that you would like to review access to.
65+
66+
> [!NOTE]
67+
> Selecting more than one application will create multiple access reviews. For example, selecting five applications will create five separate access reviews.
68+
69+
![Create an access review - Select application](./media/create-access-review/select-application.png)
70+
5771
1. In the **Reviewers** section, select either one or more people to review all the users in scope. Or you can select to have the members review their own access. If the resource is a group, you can ask the group owners to review. You also can require that the reviewers supply a reason when they approve access.
5872

5973
![Create an access review - Reviewers](./media/create-access-review/reviewers.png)
@@ -95,15 +109,15 @@ This article describes how to create a new access review for group members or ap
95109

96110
Once you have specified the settings for an access review, click **Start**.
97111

98-
By default, Azure AD sends an email to reviewers shortly after the review starts. If you choose not to have Azure AD send the email, be sure to inform the reviewers that an access review is waiting for them to complete. You can show them the instructions for how to [review access](perform-access-review.md). If your review is for guests to review their own access, show them the instructions for how to [review your own access](perform-access-review.md).
112+
By default, Azure AD sends an email to reviewers shortly after the review starts. If you choose not to have Azure AD send the email, be sure to inform the reviewers that an access review is waiting for them to complete. You can show them the instructions for how to [review access to groups or applications](perform-access-review.md). If your review is for guests to review their own access, show them the instructions for how to [review access for yourself to groups or applications](review-your-access.md).
99113

100114
If some of the reviewers are guests, guests are notified via email only if they've already accepted their invitation.
101115

102116
## Manage the access review
103117

104118
You can track the progress as the reviewers complete their reviews in the Azure AD dashboard in the **Access Reviews** section. No access rights are changed in the directory until [the review is completed](complete-access-review.md).
105119

106-
If this is a one-time review, then after the access review period is over or the administrator stops the access review, follow the steps in [Complete an access review](complete-access-review.md) to see and apply the results.
120+
If this is a one-time review, then after the access review period is over or the administrator stops the access review, follow the steps in [Complete an access review of groups or applications](complete-access-review.md) to see and apply the results.
107121

108122
To manage a series of access reviews, navigate to the access review from **Controls**, and you will find upcoming occurrences in Scheduled reviews, and edit the end date or add/remove reviewers accordingly.
109123

@@ -115,5 +129,6 @@ You can also create access reviews using APIs. What you do to manage access revi
115129

116130
## Next steps
117131

118-
- [Start an access review with Azure AD Access Reviews](perform-access-review.md)
119-
- [Complete an access review of members of a group or users' access to an application in Azure AD](complete-access-review.md)
132+
- [Review access to groups or applications](perform-access-review.md)
133+
- [Review access for yourself to groups or applications](review-your-access.md)
134+
- [Complete an access review of groups or applications](complete-access-review.md)

0 commit comments

Comments
 (0)