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-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,18 +21,18 @@ ms.custom: aaddev
21
21
22
22
Both Microsoft Authentication Library (MSAL) and Azure AD Authentication Library (ADAL) are used to authenticate Azure AD entities and request tokens from Azure AD. Up until now, most developers have worked with Azure AD for developers platform (v1.0) to authenticate Azure AD identities (work and school accounts) by requesting tokens using Azure AD Authentication Library (ADAL). Using MSAL:
23
23
24
-
-you can authenticate a broader set of Microsoft identities (Azure AD identities and Microsoft accounts, and social and local accounts through Azure AD B2C) as it uses the Microsoft identity platform endpoint,
25
-
-your users will get the best single-sign-on experience.
26
-
-your application can enable incremental consent, and supporting Conditional Access is easier
27
-
-you benefit from the innovation.
24
+
-You can authenticate a broader set of Microsoft identities (Azure AD identities and Microsoft accounts, and social and local accounts through Azure AD B2C) as it uses the Microsoft identity platform endpoint.
25
+
-Your users will get the best single-sign-on experience.
26
+
-Your application can enable incremental consent, and supporting Conditional Access is easier.
27
+
-You benefit from the innovation.
28
28
29
29
**MSAL is now the recommended auth library to use with the Microsoft identity platform**. No new features will be implemented on ADAL. The efforts are focused on improving MSAL.
30
30
31
31
The following articles describe the differences between the MSAL and ADAL libraries and help you migrate to MSAL:
32
32
-[Migrate to MSAL.NET](msal-net-migration.md)
33
33
-[Migrate to MSAL.js](msal-compare-msal-js-and-adal-js.md)
34
34
-[Migrate to MSAL.Android](migrate-android-adal-msal.md)
35
-
-[Migrate to MSAL.iOS / MacOS](migrate-objc-adal-msal.md)
35
+
-[Migrate to MSAL.iOS / macOS](migrate-objc-adal-msal.md)
36
36
-[Migrate to MSAL Python](migrate-python-adal-msal.md)
37
37
-[Migrate to MSAL for Java](migrate-adal-msal-java.md)
38
-
-[Migrate Xamarin apps using brokers to MSAL.NET](msal-net-migration-ios-broker.md)
38
+
-[Migrate Xamarin apps using brokers to MSAL.NET](msal-net-migration-ios-broker.md)
0 commit comments