Skip to content

Commit f6f1025

Browse files
authored
remove potentially misleading notice
------- cc: @cilwerner
1 parent bbd080b commit f6f1025

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,11 @@ ms.custom: has-adal-ref
2525

2626
## Update app registration settings
2727

28-
When working with ADAL Node, you were likely using the **Azure AD v1.0 endpoint**. Apps migrating from ADAL to MSAL should also consider switching to **Azure AD v2.0 endpoint**.
28+
When working with ADAL Node, you were likely using the **Azure AD v1.0 endpoint**. Apps migrating from ADAL to MSAL should switch to **Azure AD v2.0 endpoint**.
2929

3030
1. Review the [differences between v1 and v2 endpoints](../azuread-dev/azure-ad-endpoint-comparison.md)
3131
1. Update, if necessary, your existing app registrations accordingly.
3232

33-
> [!NOTE]
34-
> In order to ensure backward compatibility, MSAL Node supports both v1.0 end v2.0 endpoints.
35-
3633
## Install and import MSAL
3734

3835
1. install MSAL Node package via NPM:

0 commit comments

Comments
 (0)