Skip to content

Commit 82be0d5

Browse files
committed
A few more fixes
1 parent d9ede2c commit 82be0d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/active-directory/develop/scenario-spa-acquire-token.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The silent token requests to Azure AD might fail for reasons like an expired Azu
3434

3535
* If you don't want users to move away from your main application page during authentication, we recommended the pop-up method. Because the authentication redirect happens in a pop-up window, the state of the main application is preserved.
3636

37-
* If users have browser constraints or policies where pop-ups windows are disabled, you can use the redirect method. Use the redirect method with the Internet Explorer browser, because there are [known issues pop-up windows on Internet Explorer](https://github.com/AzureAD/microsoft-authentication-library-for-js/wiki/Known-issues-on-IE-and-Edge-Browser).
37+
* If users have browser constraints or policies where pop-ups windows are disabled, you can use the redirect method. Use the redirect method with the Internet Explorer browser, because there are [known issues with pop-up windows on Internet Explorer](https://github.com/AzureAD/microsoft-authentication-library-for-js/wiki/Known-issues-on-IE-and-Edge-Browser).
3838

3939
You can set the API scopes that you want the access token to include when it's building the access token request. Note that all requested scopes might not be granted in the access token. That depends on the user's consent.
4040

articles/active-directory/develop/scenario-spa-production.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Test your integration by following the [Microsoft identity platform integration
3333

3434
## Next steps
3535

36-
Deep dive of the quickstart sample, which explains the code for how to sign in users and get an access token to call the MS Graph API by using MSAL.js:
36+
Deep dive of the quickstart sample, which explains the code for how to sign in users and get an access token to call the Microsoft Graph API by using MSAL.js:
3737

3838
> [!div class="nextstepaction"]
3939
> [JavaScript SPA tutorial](./tutorial-v2-javascript-spa.md)

0 commit comments

Comments
 (0)