Skip to content

Commit 5042784

Browse files
Merge pull request #230352 from derisen/patch-21
Correction regarding v1.0 endpoint support
2 parents da5a61e + e7e7ff1 commit 5042784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/msal-compare-msal-js-and-adal-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ authContext.acquireTokenRedirect("https://graph.microsoft.com", function (error,
181181
});
182182
```
183183

184-
MSAL.js supports both **v1.0** and **v2.0** endpoints. 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:
184+
MSAL.js 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:
185185

186186
```javascript
187187
msalInstance.acquireTokenRedirect({

0 commit comments

Comments
 (0)