Skip to content

Commit b63eff5

Browse files
authored
fix issue flagged by Acrolinx
1 parent 962fda4 commit b63eff5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ ms.custom: aaddev
2121

2222
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:
2323

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

2929
**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.
3030

3131
The following articles describe the differences between the MSAL and ADAL libraries and help you migrate to MSAL:
3232
- [Migrate to MSAL.NET](msal-net-migration.md)
3333
- [Migrate to MSAL.js](msal-compare-msal-js-and-adal-js.md)
3434
- [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)
3636
- [Migrate to MSAL Python](migrate-python-adal-msal.md)
3737
- [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

Comments
 (0)