Skip to content

Commit 91b685e

Browse files
authored
Update msal-migration.md
1 parent 71db181 commit 91b685e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

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)