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
[Azure AD recommendations](overview-recommendations.md) is a feature that provides you with personalized insights and actionable guidance to align your tenant with recommended best practices.
21
21
22
-
This article covers the recommendation to migrate from the Azure Active Directory Library to the Microsoft Authentication Libraries. This recommendation is called `???` in the recommendations API in Microsoft Graph.
22
+
This article covers the recommendation to migrate from the Azure Active Directory Library to the Microsoft Authentication Libraries. This recommendation is called `AdalToMsalMigration` in the recommendations API in Microsoft Graph.
23
23
24
24
## Description
25
25
@@ -29,7 +29,7 @@ This recommendation shows up if your tenant has applications that still use ADAL
29
29
30
30
## Value
31
31
32
-
MSAL is designed to enable a secure solution without developers having to worry about the implementation details. MSAL simplifies and manages acquiring, managing, caching, and refreshing tokens, and uses best practices for resilience. For more information on migrating to MSAL, see [Migrate applications to MSAL](../develop/msal-migration.md).
32
+
MSAL is designed to enable a secure solution without developers having to worry about the implementation details. MSAL simplifies how tokens are acquired, managed, cached, and refreshed. MSAL also uses best practices for resilience. For more information on migrating to MSAL, see [Migrate applications to MSAL](../develop/msal-migration.md).
33
33
34
34
Existing apps that use ADAL will continue to work after the end-of-support date.
35
35
@@ -38,16 +38,18 @@ Existing apps that use ADAL will continue to work after the end-of-support date.
38
38
The first step to migrating your apps from ADAL to MSAL is to identify all applications in your tenant that are currently using ADAL. You can run the following set of commands in Windows PowerShell or [view the Sign-ins Workbook in Azure AD](../develop/howto-get-list-of-all-active-directory-auth-library-apps.md).
39
39
40
40
1. Open Windows Powershell as an administrator.
41
+
41
42
1. Connect to Microsoft Graph:
42
43
-`Connect-MgGraph-Tenant <YOUR_TENANT_ID>`
44
+
43
45
1. Select your profile:
44
46
-`Select-MgProfile beta`
47
+
45
48
1. Get a list of your recommendations:
46
49
-`Get-MgDirectoryRecommendation | Format-List`
47
50
48
51
The steps to migrate from ADAL to MSAL vary depending on the type of application. For example, the steps for .NET and Python applications have separate instructions. For a full list of instructions for each scenario, see [How to migrate to MSAL](../develop/msal-migration.md#how-to-migrate-to-msal)
49
52
50
-
51
53
## Next steps
52
54
53
55
-[Review the Azure AD recommendations overview](overview-recommendations.md)
0 commit comments