Skip to content

Commit ad2edd3

Browse files
Merge pull request #222234 from OWinfreyATL/owinfreyATL-Whats-New-December-2022-ADL
adal end of support announcement
2 parents 7f8be5d + ee4e4bc commit ad2edd3

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

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

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,53 @@ You can also find the documentation of all the applications from here https://ak
219219

220220
For listing your application in the Azure AD app gallery, please read the details here https://aka.ms/AzureADAppRequest
221221

222+
---
223+
224+
### ADAL End of Support Announcement
225+
226+
227+
228+
**Type:** N/A
229+
**Service category:** Other
230+
**Product capability:** Developer Experience
231+
232+
As part of our ongoing initiative to improve the developer experience, service reliability, and security of customer applications, we will end support for the Azure Active Directory Authentication Library (ADAL). The final deadline to migrate your applications to Microsoft Authentication Library (MSAL) has been extended to **June 1, 2023**.
233+
234+
### Why are we doing this?
235+
As we consolidate and evolve the Microsoft Identity platform, we are also investing in making significant improvements to the developer experience and service features that make it possible to build secure, robust and resilient applications. To make these features available to our customers we needed to update the architecture of our software development kits. As a result of this change, we’ve decided that the path forward requires us to sunset ADAL so that we can focus on developer experience investments with MSAL.
236+
237+
### What happens?
238+
We recognize that changing libraries is not an easy task, and cannot be accomplished quickly. We are committed to helping customers plan their migrations to MSAL as well as execute them with minimal disruption.
239+
- In June 2020 we [announced the 2-year end of support timeline for ADAL](https://devblogs.microsoft.com/microsoft365dev/end-of-support-timelines-for-azure-ad-authentication-library-adal-and-azure-ad-graph/).
240+
- In December 2022 we’ve decided to extend the ADAL end of support to June 2023.
241+
- Through the next six months (January 2023 – June 2023) we will continue informing customers about the upcoming end of support along with providing guidance on migration.
242+
- On June 2023 we will officially sunset ADAL, removing library documentation and archiving all GitHub repositories related to the project.
243+
244+
### How to find out which applications in my tenant are using ADAL?
245+
246+
Refer to our post on [Microsoft Q&A](/answers/questions/360928/information-how-to-find-apps-using-adal-in-your-te.html) for details on identifying ADAL apps with the help of [Azure Workbooks](/azure/azure-monitor/visualize/workbooks-overview).
247+
### If I’m using ADAL, what can I expect after the deadline?
248+
- There will be no new releases (security or otherwise) to the library after June 2023.
249+
- We will not be accepting any incident reports or support requests for ADAL. ADAL to MSAL Migration support would continue.
250+
- The underpinning services will continue working and applications that depend on ADAL should continue working; however, applications will be at increased security and reliability risk due to not having the latest updates, service configuration, and enhancements made available through the Microsoft Identity platform.
251+
252+
### What features can I only access with MSAL?
222253

254+
The number of features and capabilities that we are adding to MSAL libraries are growing weekly. Some of them include:
255+
- Support for Microsoft accounts (MSA)
256+
- Support for Azure AD B2C accounts
257+
- Handling throttling
258+
- Proactive token refresh and token revocation based on policy or critical events for Microsoft Graph and other APIs that support [Continuous Access Evaluation (CAE)](../develop/app-resilience-continuous-access-evaluation.md)
259+
- Auth broker support with device-based conditional access policies
260+
- Azure AD hardware-based certificate authentication (CBA) on mobile
261+
- System browsers on mobile devices
262+
And more. For an up-to-date list, refer to our [migration guide](../develop/msal-migration.md#how-to-migrate-to-msal).
263+
264+
### How to migrate?
265+
266+
To make the migration process easier we published a [comprehensive guide](../develop/msal-migration.md#how-to-migrate-to-msal) that documents the migration paths across different platforms and programming languages.
267+
268+
In addition to the ADAL to MSAL update, we recommend migrating from Azure AD Graph API to Microsoft Graph. This change will enable you to take advantage of the latest additions and enhancements, such as CAE, across the Microsoft service offering through a single, unified endpoint. You can read more in our [Migrate your apps from Azure AD Graph to Microsoft Graph](/graph/migrate-azure-ad-graph-overview) guide. Any questions can be posted to [Microsoft Q&A](/answers/topics/azure-active-directory.html) or [Stack Overflow](https://stackoverflow.com/questions/tagged/msal)
223269

224270
---
225271

0 commit comments

Comments
 (0)