You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/develop/msal-migration.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,28 +4,27 @@ description: Learn about the differences between the Microsoft Authentication Li
4
4
services: active-directory
5
5
author: jmprieur
6
6
manager: CelesteDG
7
-
8
7
ms.service: active-directory
9
8
ms.subservice: develop
10
9
ms.topic: conceptual
11
10
ms.workload: identity
12
-
ms.date: 03/03/2022
11
+
ms.date: 12/29/2022
13
12
ms.author: jmprieur
14
13
ms.reviewer: saeeda
15
14
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.
17
16
---
18
17
19
18
# Migrate applications to the Microsoft Authentication Library (MSAL)
20
19
21
20
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).
22
21
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.
25
24
- No new features have been added to ADAL since June 30, 2020.
26
25
27
26
> [!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).
29
28
30
29
## Why switch to MSAL?
31
30
@@ -44,7 +43,7 @@ MSAL provides multiple benefits over ADAL, including the following features:
44
43
|Features|MSAL|ADAL|
45
44
|---------|---------|---------|
46
45
|**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]|
48
47
| 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]|
49
48
| 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]|
0 commit comments