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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ The following diagram shows the v2.0 vs v1.0 endpoint experience at a high level
36
36
37
37
MSAL leverages all the [benefits of Microsoft identity platform (v2.0) endpoint](../azuread-dev/azure-ad-endpoint-comparison.md).
38
38
39
-
MSAL is designed to enable a secure solution without developers having to worry about the implementation details. it simplifies and manages acquiring, managing, caching, and refreshing tokens, and uses best practices for resilience. We recommend you use MSAL to [increase the resilience of authentication and authorization in client applications that you develop](../fundamentals/resilience-client-app.md?tabs=csharp#use-the-microsoft-authentication-library-msal).
39
+
MSAL is designed to enable a secure solution without developers having to worry about the implementation details. It simplifies and manages acquiring, managing, caching, and refreshing tokens, and uses best practices for resilience. We recommend you use MSAL to [increase the resilience of authentication and authorization in client applications that you develop](../fundamentals/resilience-client-app.md?tabs=csharp#use-the-microsoft-authentication-library-msal).
40
40
41
41
MSAL provides multiple benefits over ADAL, including the following features:
42
42
@@ -62,9 +62,9 @@ MSAL provides multiple benefits over ADAL, including the following features:
62
62
- System browsers on mobile devices
63
63
- Where ADAL had only authentication context class, MSAL exposes the notion of a collection of client apps (public client and confidential client).
64
64
65
-
## AD FS support in MSAL.NET
65
+
## AD FS support in MSAL
66
66
67
-
You can use MSAL.NET, MSAL Java, and MSAL Python to get tokens from Active Directory Federation Services (AD FS) 2019 or later. Earlier versions of AD FS, including AD FS 2016, are unsupported by MSAL.
67
+
You can use MSAL.NET, MSAL Java, MSAL.js, and MSAL Python to get tokens from Active Directory Federation Services (AD FS) 2019 or later. Earlier versions of AD FS, including AD FS 2016, are unsupported by MSAL.
68
68
69
69
If you need to continue using AD FS, you should upgrade to AD FS 2019 or later before you update your applications from ADAL to MSAL.
70
70
@@ -82,6 +82,7 @@ MSAL Supports a wide range of application types and scenarios. Please refer to [
82
82
ADAL to MSAL Migration Guide for different platforms are available in the following link.
83
83
-[Migrate to MSAL iOS and MacOS](migrate-objc-adal-msal.md)
84
84
-[Migrate to MSAL Java](migrate-adal-msal-java.md)
85
+
-[Migrate to MSAL.js](msal-compare-msal-js-and-adal-js.md)
85
86
-[Migrate to MSAL .NET](msal-net-migration.md)
86
87
-[Migrate to MSAL Node](msal-node-migration.md)
87
88
-[Migrate to MSAL Python](migrate-python-adal-msal.md)
0 commit comments