Skip to content

Commit 42afda6

Browse files
authored
Merge pull request #105716 from msmimart/whats-new-feb
What's New in Azure AD - February 2020
2 parents 07c8982 + dca276e commit 42afda6

File tree

2 files changed

+350
-217
lines changed

2 files changed

+350
-217
lines changed

articles/active-directory/fundamentals/whats-new-archive.md

Lines changed: 216 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.subservice: fundamentals
1010
ms.workload: identity
1111
ms.topic: conceptual
12-
ms.date: 01/27/2020
12+
ms.date: 02/27/2020
1313
ms.author: mimart
1414
ms.reviewer: dhanyahk
1515
ms.custom: "it-pro, seo-update-azuread-jan"
@@ -30,6 +30,219 @@ The What's new in Azure Active Directory? release notes provide information abou
3030

3131
---
3232

33+
## August 2019
34+
35+
### Enhanced search, filtering, and sorting for groups is available in the Azure AD portal (Public Preview)
36+
37+
**Type:** New feature
38+
**Service category:** Group Management
39+
**Product capability:** Collaboration
40+
41+
We're pleased to announce public preview availability of the enhanced groups-related experiences in the Azure AD portal. These enhancements help you better manage groups and member lists, by providing:
42+
43+
- Advanced search capabilities, such as substring search on groups lists.
44+
- Advanced filtering and sorting options on member and owner lists.
45+
- New search capabilities for member and owner lists.
46+
- More accurate group counts for large groups.
47+
48+
For more information, see [Manage groups in the Azure portal](https://docs.microsoft.com/azure/active-directory/fundamentals/active-directory-groups-members-azure-portal?context=azure/active-directory/users-groups-roles/context/ugr-context).
49+
50+
---
51+
52+
### New custom roles are available for app registration management (Public Preview)
53+
54+
**Type:** New feature
55+
**Service category:** RBAC
56+
**Product capability:** Access Control
57+
58+
Custom roles (available with an Azure AD P1 or P2 subscription) can now help provide you with fine-grained access, by letting you create role definitions with specific permissions and then to assign those roles to specific resources. Currently, you create custom roles by using permissions for managing app registrations and then assigning the role to a specific app. For more information about custom roles, see [Custom administrator roles in Azure Active Directory (preview)](https://docs.microsoft.com/azure/active-directory/users-groups-roles/roles-custom-overview).
59+
60+
If you need additional permissions or resources supported, which you don’t currently see, you can send feedback to our [Azure feedback site](https://feedback.azure.com/forums/169401-azure-active-directory?category_id=166032) and we’ll add your request to our update road map.
61+
62+
---
63+
64+
### New provisioning logs can help you monitor and troubleshoot your app provisioning deployment (Public Preview)
65+
66+
**Type:** New feature
67+
**Service category:** App Provisioning
68+
**Product capability:** Identity Lifecycle Management
69+
70+
New provisioning logs are available to help you monitor and troubleshoot the user and group provisioning deployment. These new log files include information about:
71+
72+
- What groups were successfully created in [ServiceNow](https://docs.microsoft.com/azure/active-directory/saas-apps/servicenow-provisioning-tutorial)
73+
- What roles were imported from [Amazon Web Services (AWS)](https://docs.microsoft.com/azure/active-directory/saas-apps/amazon-web-service-tutorial#configure-and-test-azure-ad-single-sign-on-for-amazon-web-services-aws)
74+
- What employees weren't imported from [Workday](https://docs.microsoft.com/azure/active-directory/saas-apps/workday-inbound-tutorial)
75+
76+
For more information, see [Provisioning reports in the Azure Active Directory portal (preview)](https://docs.microsoft.com/azure/active-directory/reports-monitoring/concept-provisioning-logs).
77+
78+
---
79+
80+
### New security reports for all Azure AD administrators (General Availability)
81+
82+
**Type:** New feature
83+
**Service category:** Identity Protection
84+
**Product capability:** Identity Security & Protection
85+
86+
By default, all Azure AD administrators will soon be able to access modern security reports within Azure AD. Until the end of September, you will be able to use the banner at the top of the modern security reports to return to the old reports.
87+
88+
The modern security reports will provide additional capabilities from the older versions, including:
89+
90+
- Advanced filtering and sorting
91+
- Bulk actions, such as dismissing user risk
92+
- Confirmation of compromised or safe entities
93+
- Risk state, covering: At risk, Dismissed, Remediated, and Confirmed compromised
94+
- New risk-related detections (available to Azure AD Premium subscribers)
95+
96+
For more information, see [Risky users](https://docs.microsoft.com/azure/active-directory/identity-protection/howto-investigate-risk#risky-users), [Risky sign-ins](https://docs.microsoft.com/azure/active-directory/identity-protection/howto-investigate-risk#risky-sign-ins), and [Risk detections](https://docs.microsoft.com/azure/active-directory/identity-protection/howto-investigate-risk#risk-detections).
97+
98+
---
99+
100+
### User-assigned managed identity is available for Virtual Machines and Virtual Machine Scale Sets (General Availability)
101+
102+
**Type:** New feature
103+
**Service category:** Managed identities for Azure resources
104+
**Product capability:** Developer Experience
105+
106+
User-assigned managed identities are now generally available for Virtual Machines and Virtual Machine Scale Sets. As part of this, Azure can create an identity in the Azure AD tenant that's trusted by the subscription in use, and can be assigned to one or more Azure service instances. For more information about user-assigned managed identities, see [What is managed identities for Azure resources?](https://aka.ms/azuremanagedidentity).
107+
108+
---
109+
110+
### Users can reset their passwords using a mobile app or hardware token (General Availability)
111+
112+
**Type:** Changed feature
113+
**Service category:** Self Service Password Reset
114+
**Product capability:** User Authentication
115+
116+
Users who have registered a mobile app with your organization can now reset their own password by approving a notification from the Microsoft Authenticator app or by entering a code from their mobile app or hardware token.
117+
118+
For more information, see [How it works: Azure AD self-service password reset](https://aka.ms/authappsspr). For more information about the user experience, see [Reset your own work or school password overview](https://docs.microsoft.com/azure/active-directory/user-help/user-help-password-reset-overview).
119+
120+
---
121+
122+
### ADAL.NET ignores the MSAL.NET shared cache for on-behalf-of scenarios
123+
124+
**Type:** Fixed
125+
**Service category:** Authentications (Logins)
126+
**Product capability:** User Authentication
127+
128+
Starting with Azure AD authentication library (ADAL.NET) version 5.0.0-preview, app developers must [serialize one cache per account for web apps and web APIs](https://github.com/AzureAD/azure-activedirectory-library-for-dotnet/wiki/Token-cache-serialization#custom-token-cache-serialization-in-web-applications--web-api). Otherwise, some scenarios using the [on-behalf-of flow](https://docs.microsoft.com/azure/active-directory/develop/scenario-web-api-call-api-app-configuration#on-behalf-of-flow), along with some specific use cases of `UserAssertion`, may result in an elevation of privilege. To avoid this vulnerability, ADAL.NET now ignores the Microsoft authentication library for dotnet (MSAL.NET) shared cache for on-behalf-of scenarios.
129+
130+
For more information about this issue, see [Azure Active Directory Authentication Library Elevation of Privilege Vulnerability](https://portal.msrc.microsoft.com/security-guidance/advisory/CVE-2019-1258).
131+
132+
---
133+
134+
### New Federated Apps available in Azure AD App gallery - August 2019
135+
136+
**Type:** New feature
137+
**Service category:** Enterprise Apps
138+
**Product capability:** 3rd Party Integration
139+
140+
In August 2019, we've added these 26 new apps with Federation support to the app gallery:
141+
142+
[Civic Platform](https://docs.microsoft.com/azure/active-directory/saas-apps/civic-platform-tutorial), [Amazon Business](https://docs.microsoft.com/azure/active-directory/saas-apps/amazon-business-tutorial), [ProNovos Ops Manager](https://docs.microsoft.com/azure/active-directory/saas-apps/pronovos-ops-manager-tutorial), [Cognidox](https://docs.microsoft.com/azure/active-directory/saas-apps/cognidox-tutorial), [Viareport's Inativ Portal (Europe)](https://docs.microsoft.com/azure/active-directory/saas-apps/viareports-inativ-portal-europe-tutorial), [Azure Databricks](https://azure.microsoft.com/services/databricks), [Robin](https://docs.microsoft.com/azure/active-directory/saas-apps/robin-tutorial), [Academy Attendance](https://docs.microsoft.com/azure/active-directory/saas-apps/academy-attendance-tutorial), [Priority Matrix](https://sync.appfluence.com/pmwebng/), [Cousto MySpace](https://cousto.platformers.be/account/login), [Uploadcare](https://uploadcare.com/accounts/signup/), [Carbonite Endpoint Backup](https://docs.microsoft.com/azure/active-directory/saas-apps/carbonite-endpoint-backup-tutorial), [CPQSync by Cincom](https://docs.microsoft.com/azure/active-directory/saas-apps/cpqsync-by-cincom-tutorial), [Chargebee](https://docs.microsoft.com/azure/active-directory/saas-apps/chargebee-tutorial), [deliver.media™ Portal](https://portal.deliver.media), [Frontline Education](https://docs.microsoft.com/azure/active-directory/saas-apps/frontline-education-tutorial), [F5](https://www.f5.com/products/security/access-policy-manager), [stashcat AD connect](https://www.stashcat.com), [Blink](https://docs.microsoft.com/azure/active-directory/saas-apps/blink-tutorial), [Vocoli](https://docs.microsoft.com/azure/active-directory/saas-apps/vocoli-tutorial), [ProNovos Analytics](https://docs.microsoft.com/azure/active-directory/saas-apps/pronovos-analytics-tutorial), [Sigstr](https://docs.microsoft.com/azure/active-directory/saas-apps/sigstr-tutorial), [Darwinbox](https://docs.microsoft.com/azure/active-directory/saas-apps/darwinbox-tutorial), [Watch by Colors](https://docs.microsoft.com/azure/active-directory/saas-apps/watch-by-colors-tutorial), [Harness](https://docs.microsoft.com/azure/active-directory/saas-apps/harness-tutorial), [EAB Navigate Strategic Care](https://docs.microsoft.com/azure/active-directory/saas-apps/eab-navigate-strategic-care-tutorial)
143+
144+
For more information about the apps, see [SaaS application integration with Azure Active Directory](https://aka.ms/appstutorial). For more information about listing your application in the Azure AD app gallery, see [List your application in the Azure Active Directory application gallery](https://aka.ms/azureadapprequest).
145+
146+
---
147+
148+
### New versions of the AzureAD PowerShell and AzureADPreview PowerShell modules are available
149+
150+
**Type:** Changed feature
151+
**Service category:** Other
152+
**Product capability:** Directory
153+
154+
New updates to the AzureAD and AzureAD Preview PowerShell modules are available:
155+
156+
- A new `-Filter` parameter was added to the `Get-AzureADDirectoryRole` parameter in the AzureAD module. This parameter helps you filter on the directory roles returned by the cmdlet.
157+
- New cmdlets were added to the AzureADPreview module, to help define and assign custom roles in Azure AD, including:
158+
159+
- `Get-AzureADMSRoleAssignment`
160+
- `Get-AzureADMSRoleDefinition`
161+
- `New-AzureADMSRoleAssignment`
162+
- `New-AzureADMSRoleDefinition`
163+
- `Remove-AzureADMSRoleAssignment`
164+
- `Remove-AzureADMSRoleDefinition`
165+
- `Set-AzureADMSRoleDefinition`
166+
167+
---
168+
169+
### Improvements to the UI of the dynamic group rule builder in the Azure portal
170+
171+
**Type:** Changed feature
172+
**Service category:** Group Management
173+
**Product capability:** Collaboration
174+
175+
We've made some UI improvements to the dynamic group rule builder, available in the Azure portal, to help you more easily set up a new rule, or change existing rules. This design improvement allows you to create rules with up to five expressions, instead of just one. We've also updated the device property list to remove deprecated device properties.
176+
177+
For more information, see [Manage dynamic membership rules](https://docs.microsoft.com/azure/active-directory/users-groups-roles/groups-dynamic-membership).
178+
179+
---
180+
181+
### New Microsoft Graph app permission available for use with access reviews
182+
183+
**Type:** Changed feature
184+
**Service category:** Access Reviews
185+
**Product capability:** Identity Governance
186+
187+
We've introduced a new Microsoft Graph app permission, `AccessReview.ReadWrite.Membership`, which allows apps to automatically create and retrieve access reviews for group memberships and app assignments. This permission can be used by your scheduled jobs or as part of your automation, without requiring a logged-in user context.
188+
189+
For more information, see the [Example how to create Azure AD access reviews using Microsoft Graph app permissions with PowerShell blog](https://techcommunity.microsoft.com/t5/Azure-Active-Directory/Example-how-to-create-Azure-AD-access-reviews-using-Microsoft/m-p/807241).
190+
191+
---
192+
193+
### Azure AD activity logs are now available for government cloud instances in Azure Monitor
194+
195+
**Type:** Changed feature
196+
**Service category:** Reporting
197+
**Product capability:** Monitoring & Reporting
198+
199+
We're excited to announce that Azure AD activity logs are now available for government cloud instances in Azure Monitor. You can now send Azure AD logs to your storage account or to an event hub to integrate with your SIEM tools, like [Sumologic](https://docs.microsoft.com/azure/active-directory/reports-monitoring/howto-integrate-activity-logs-with-sumologic), [Splunk](https://docs.microsoft.com/azure/active-directory/reports-monitoring/howto-integrate-activity-logs-with-splunk), and [ArcSight](https://docs.microsoft.com/azure/active-directory/reports-monitoring/howto-integrate-activity-logs-with-arcsight).
200+
201+
For more information about setting up Azure Monitor, see [Azure AD activity logs in Azure Monitor](https://docs.microsoft.com/azure/active-directory/reports-monitoring/concept-activity-logs-azure-monitor#cost-considerations).
202+
203+
---
204+
205+
### Update your users to the new, enhanced security info experience
206+
207+
**Type:** Changed feature
208+
**Service category:** Authentications (Logins)
209+
**Product capability:** User Authentication
210+
211+
On September 25, 2019, we'll be turning off the old, non-enhanced security info experience for registering and managing user security info and only turning on the new, [enhanced version](https://techcommunity.microsoft.com/t5/Azure-Active-Directory-Identity/Cool-enhancements-to-the-Azure-AD-combined-MFA-and-password/ba-p/354271). This means that your users will no longer be able to use the old experience.
212+
213+
For more information about the enhanced security info experience, see our [admin documentation](https://aka.ms/securityinfodocs) and our [user documentation](https://aka.ms/securityinfoguide).
214+
215+
#### To turn on this new experience, you must:
216+
217+
1. Sign in to the Azure portal as a Global Administrator or User Administrator.
218+
219+
2. Go to **Azure Active Directory > User settings > Manage settings for access panel preview features**.
220+
221+
3. In the **Users can use preview features for registering and managing security info - enhanced** area, select **Selected**, and then either choose a group of users or choose **All** to turn on this feature for all users in the tenant.
222+
223+
4. In the **Users can use preview features for registering and managing security **info**** area, select **None**.
224+
225+
5. Save your settings.
226+
227+
After you save your settings, you'll no longer have access to the old security info experience.
228+
229+
>[!Important]
230+
>If you don't complete these steps before September 25, 2019, your Azure Active Directory tenant will be automatically enabled for the enhanced experience. If you have questions, please contact us at [email protected].
231+
232+
---
233+
234+
### Authentication requests using POST logins will be more strictly validated
235+
236+
**Type:** Changed feature
237+
**Service category:** Authentications (Logins)
238+
**Product capability:** Standards
239+
240+
Starting on September 2, 2019, authentication requests using the POST method will be more strictly validated against the HTTP standards. Specifically, spaces and double-quotes (") will no longer be removed from request form values. These changes aren't expected to break any existing clients, and will help to make sure that requests sent to Azure AD are reliably handled every time.
241+
242+
For more information, see the [Azure AD breaking changes notices](https://docs.microsoft.com/azure/active-directory/develop/reference-breaking-changes#post-form-semantics-will-be-enforced-more-strictly---spaces-and-quotes-will-be-ignored).
243+
244+
---
245+
33246
## July 2019
34247

35248
### Plan for change: Application Proxy service update to support only TLS 1.2
@@ -2397,13 +2610,13 @@ For more information, see:
23972610

23982611
---
23992612

2400-
### App Proxy Cmdlets in Powershell GA Module
2613+
### App Proxy Cmdlets in PowerShell GA Module
24012614

24022615
**Type:** New feature
24032616
**Service category:** App Proxy
24042617
**Product capability:** Access Control
24052618

2406-
Support for Application Proxy cmdlets is now in the Powershell GA Module! This does require you to stay updated on Powershell modules - if you become more than a year behind, some cmdlets may stop working.
2619+
Support for Application Proxy cmdlets is now in the PowerShell GA Module! This does require you to stay updated on PowerShell modules - if you become more than a year behind, some cmdlets may stop working.
24072620

24082621
For more information, see [AzureAD](https://docs.microsoft.com/powershell/module/Azuread/?view=azureadps-2.0).
24092622

0 commit comments

Comments
 (0)