Skip to content

Commit 8913e3f

Browse files
committed
link to master.zip
1 parent 4564eee commit 8913e3f

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

articles/active-directory/develop/quickstart-v2-javascript-auth-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ This quickstart uses MSAL.js 2.0 with the authorization code flow. To use MSAL.j
7474
#### Step 2: Download the project
7575

7676
> [!div renderon="docs"]
77-
> To run the project with a web server by using Node.js, [download the core project files](https://github.com/Azure-Samples/ms-identity-javascript-v2/archive/quickstart-init.zip).
77+
> To run the project with a web server by using Node.js, [download the core project files](https://github.com/Azure-Samples/ms-identity-javascript-v2/archive/master.zip).
7878
7979
> [!div renderon="portal" class="sxs-lookup"]
8080
> Run the project with a web server by using Node.js
8181
8282
> [!div renderon="portal" class="sxs-lookup" id="autoupdate" class="nextstepaction"]
83-
> [Download the code sample](https://github.com/Azure-Samples/ms-identity-javascript-v2/archive/quickstart-init.zip)
83+
> [Download the code sample](https://github.com/Azure-Samples/ms-identity-javascript-v2/archive/master.zip)
8484
8585
> [!div renderon="docs"]
8686
> #### Step 3: Configure your JavaScript app

articles/active-directory/develop/tutorial-v2-javascript-auth-code.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,14 @@ If a back-end API doesn't require a scope, which isn't recommended, you can use
599599

600600
## Next steps
601601

602-
To learn more about the auth code flow, as well as the differences between the implicit and authorization code flows, see [Microsoft identity platform and OAuth 2.0 authorization code flow](v2-oauth2-auth-code-flow.md).
602+
In this tutorial, you created a JavaScript single-page application (SPA) that uses the Microsoft Authentication Library (MSAL) for JavaScript v2.0 to:
603603

604-
If you'd like to dive deeper into JavaScript single-page application development on the Microsoft identity platform, the multi-part [Scenario: Single-page application](scenario-spa-overview.md) series of articles can help you get started.
604+
> [!div class="checklist"]
605+
> * Perform the OAuth 2.0 authorization code flow with PKCE
606+
> * Sign in personal Microsoft accounts as well as work and school accounts
607+
> * Acquire an access token
608+
> * Call Microsoft Graph or your own API that requires access tokens obtained from the Microsoft identity platform endpoint
609+
610+
To learn more about the authorization code flow, including the differences between the implicit and auth code flows, see [Microsoft identity platform and OAuth 2.0 authorization code flow](v2-oauth2-auth-code-flow.md).
611+
612+
If you'd like to dive deeper into JavaScript single-page application development on the Microsoft identity platform, the multi-part [Scenario: Single-page application](scenario-spa-overview.md) series of articles can help you get started.

0 commit comments

Comments
 (0)