Skip to content

Commit 76f1d27

Browse files
authored
Merge pull request #103249 from localden/main
Update ADAL end of support dates
2 parents e7c3eb8 + 31eed8e commit 76f1d27

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

articles/active-directory/azuread-dev/active-directory-authentication-libraries.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
---
2-
title: Azure Active Directory Authentication Libraries | Microsoft Docs
2+
title: Azure Active Directory Authentication Libraries
33
description: The Azure AD Authentication Library (ADAL) allows client application developers to easily authenticate users to cloud or on-premises Active Directory (AD) and then obtain access tokens for securing API calls.
44
services: active-directory
55
author: rwike77
66
manager: CelesteDG
7-
87
ms.service: active-directory
98
ms.subservice: azuread-dev
109
ms.topic: reference
1110
ms.workload: identity
12-
ms.date: 12/01/2018
11+
ms.date: 12/29/2022
1312
ms.author: ryanwi
1413
ms.reviewer: saeeda, jmprieur
1514
ms.custom: aaddev
@@ -31,7 +30,7 @@ The Azure Active Directory Authentication Library (ADAL) v1.0 enables applicatio
3130
3231

3332
> [!WARNING]
34-
> Support for Active Directory Authentication Library (ADAL) will end in December, 2022. Apps using ADAL on existing OS versions will continue to work, but technical support and security updates will end. Without continued security updates, apps using ADAL will become increasingly vulnerable to the latest security attack patterns. For more information, see [Migrate apps to MSAL](..\develop\msal-migration.md).
33+
> Support for Active Directory Authentication Library (ADAL) [will end](https://aka.ms/adal-eos) in June 2023. Apps using ADAL on existing OS versions will continue to work, but technical support and security updates will end. Without continued security updates, apps using ADAL will become increasingly vulnerable to the latest security attack patterns. For more information, see [Migrate apps to MSAL](..\develop\msal-migration.md).
3534
3635
## Microsoft-supported Client Libraries
3736

articles/active-directory/develop/msal-migration.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,27 @@ description: Learn about the differences between the Microsoft Authentication Li
44
services: active-directory
55
author: jmprieur
66
manager: CelesteDG
7-
87
ms.service: active-directory
98
ms.subservice: develop
109
ms.topic: conceptual
1110
ms.workload: identity
12-
ms.date: 03/03/2022
11+
ms.date: 12/29/2022
1312
ms.author: jmprieur
1413
ms.reviewer: saeeda
1514
ms.custom: aaddev, has-adal-ref
16-
# Customer intent: As an application developer, I want to learn about MSAL library so I can migrate my ADAL applications to MSAL.
15+
# Customer intent: As an application developer, I want to learn about MSAL so I can migrate my ADAL applications to MSAL.
1716
---
1817

1918
# Migrate applications to the Microsoft Authentication Library (MSAL)
2019

2120
If any of your applications use the Azure Active Directory Authentication Library (ADAL) for authentication and authorization functionality, it's time to migrate them to the [Microsoft Authentication Library (MSAL)](msal-overview.md#languages-and-frameworks).
2221

23-
- All Microsoft support and development for ADAL, including security fixes, ends in December, 2022.
24-
- There are no ADAL feature releases or new platform version releases planned prior to December, 2022.
22+
- All Microsoft support and development for ADAL, including security fixes, ends in June 2023.
23+
- There are no ADAL feature releases or new platform version releases planned prior to June 2023.
2524
- No new features have been added to ADAL since June 30, 2020.
2625

2726
> [!WARNING]
28-
> If you choose not to migrate to MSAL before ADAL support ends in December, 2022, you put your app's security at risk. Existing apps that use ADAL will continue to work after the end-of-support date, but Microsoft will no longer release security fixes on ADAL.
27+
> If you choose not to migrate to MSAL before ADAL support ends in June 2023, you put your app's security at risk. Existing apps that use ADAL will continue to work after the end-of-support date but Microsoft will no longer release security fixes on ADAL. Learn more in [the official announcement](https://aka.ms/adal-eos).
2928
3029
## Why switch to MSAL?
3130

@@ -44,7 +43,7 @@ MSAL provides multiple benefits over ADAL, including the following features:
4443
|Features|MSAL|ADAL|
4544
|---------|---------|---------|
4645
|**Security**|||
47-
|Security fixes beyond December, 2022|![Security fixes beyond December, 2022 - MSAL provides the feature][y]|![Security fixes beyond December, 2022 - ADAL doesn't provide the feature][n]|
46+
|Security fixes beyond June 2023|![Security fixes beyond June 2023 - MSAL provides the feature][y]|![Security fixes beyond June 2023 - ADAL doesn't provide the feature][n]|
4847
| Proactively refresh and revoke tokens based on policy or critical events for Microsoft Graph and other APIs that support [Continuous Access Evaluation (CAE)](app-resilience-continuous-access-evaluation.md).|![Proactively refresh and revoke tokens based on policy or critical events for Microsoft Graph and other APIs that support Continuous Access Evaluation (CAE) - MSAL provides the feature][y]|![Proactively refresh and revoke tokens based on policy or critical events for Microsoft Graph and other APIs that support Continuous Access Evaluation (CAE) - ADAL doesn't provide the feature][n]|
4948
| Standards compliant with OAuth v2.0 and OpenID Connect (OIDC) |![Standards compliant with OAuth v2.0 and OpenID Connect (OIDC) - MSAL provides the feature][y]|![Standards compliant with OAuth v2.0 and OpenID Connect (OIDC) - ADAL doesn't provide the feature][n]|
5049
|**User accounts and experiences**|||

0 commit comments

Comments
 (0)