Skip to content

Commit f707384

Browse files
authored
Update msal-node-migration.md
1 parent da5a61e commit f707384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ authenticationContext.acquireTokenWithAuthorizationCode(
171171
);
172172
```
173173

174-
The v2.0 endpoint employs a *scope-centric* model to access resources. Thus, when you request an access token for a resource, you also need to specify the scope for that resource:
174+
MSAL Node supports only the **v2.0** endpoint. The v2.0 endpoint employs a *scope-centric* model to access resources. Thus, when you request an access token for a resource, you also need to specify the scope for that resource:
175175

176176
```javascript
177177
const tokenRequest = {

0 commit comments

Comments
 (0)