Skip to content

Commit 0987d5d

Browse files
authored
Update tutorial-v2-javascript-spa.md
1 parent 8da759a commit 0987d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/tutorial-v2-javascript-spa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ The SPA generated by this guide calls `acquireTokenSilent` and/or `acquireTokenP
266266
After the initial sign-in, you do not want to ask users to reauthenticate every time they need to request a token to access a resource. So *acquireTokenSilent* should be used most of the time to acquire tokens. There are situations, however, where you need to force users to interact with Microsoft identity platform endpoint. Examples include:
267267
268268
- Users need to reenter their credentials because the password has expired.
269-
- Your application is requesting access to a resource for which the user needs consent.
269+
- Your application is requesting access to a resource, and you need the user's consent.
270270
- Two-factor authentication is required.
271271

272272
Calling *acquireTokenPopup* opens a pop-up window (or *acquireTokenRedirect* redirects users to the Microsoft identity platform endpoint). In that window, users need to interact by confirming their credentials, giving consent to the required resource, or completing the two-factor authentication.

0 commit comments

Comments
 (0)