Skip to content

Commit 3822847

Browse files
authored
Merge pull request #110055 from EmLauber/patch-1
Update msal-migration.md
2 parents a4590a2 + 3149283 commit 3822847

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The following diagram shows the v2.0 vs v1.0 endpoint experience at a high level
3636

3737
MSAL leverages all the [benefits of Microsoft identity platform (v2.0) endpoint](../azuread-dev/azure-ad-endpoint-comparison.md).
3838

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).
4040

4141
MSAL provides multiple benefits over ADAL, including the following features:
4242

@@ -62,9 +62,9 @@ MSAL provides multiple benefits over ADAL, including the following features:
6262
- System browsers on mobile devices
6363
- Where ADAL had only authentication context class, MSAL exposes the notion of a collection of client apps (public client and confidential client).
6464

65-
## AD FS support in MSAL.NET
65+
## AD FS support in MSAL
6666

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.
6868

6969
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.
7070

@@ -82,6 +82,7 @@ MSAL Supports a wide range of application types and scenarios. Please refer to [
8282
ADAL to MSAL Migration Guide for different platforms are available in the following link.
8383
- [Migrate to MSAL iOS and MacOS](migrate-objc-adal-msal.md)
8484
- [Migrate to MSAL Java](migrate-adal-msal-java.md)
85+
- [Migrate to MSAL.js](msal-compare-msal-js-and-adal-js.md)
8586
- [Migrate to MSAL .NET](msal-net-migration.md)
8687
- [Migrate to MSAL Node](msal-node-migration.md)
8788
- [Migrate to MSAL Python](migrate-python-adal-msal.md)

0 commit comments

Comments
 (0)