Skip to content

Commit 90a7cab

Browse files
authored
Update tutorial-v2-angular.md
1 parent 7d2c896 commit 90a7cab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/active-directory/develop/tutorial-v2-angular.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ This tutorial uses the following library:
5454
> *Msal.js* targets the Microsoft identity platform endpoint, which enables personal accounts, work accounts, and school accounts to sign in and acquire tokens. The Microsoft identity platform endpoint has [some limitations](../azuread-dev/azure-ad-endpoint-comparison.md#limitations).
5555
> To understand the differences between the v1.0 and v2.0 endpoints, see the [endpoint comparison guide](../azuread-dev/azure-ad-endpoint-comparison.md).
5656
57+
You can find the source code for the MSAL.js library in the [AzureAD/microsoft-authentication-library-for-js](https://github.com/AzureAD/microsoft-authentication-library-for-js) repository on GitHub.
58+
5759
<!--end-collapse-->
5860

5961

@@ -353,7 +355,7 @@ If a back-end API doesn't require a scope (not recommended), you can use *client
353355
354356
## Next steps
355357
356-
Browse the MSAL repo for documentation, FAQ, issues, and more:
358+
Next, learn how to sign in a user and acquire tokens in the Angular tutorial:
357359
358360
> [!div class="nextstepaction"]
359-
> [MSAL.js GitHub repo](https://github.com/AzureAD/microsoft-authentication-library-for-js)
361+
> [Angular tutorial](https://docs.microsoft.com/azure/active-directory/develop/tutorial-v2-angular)

0 commit comments

Comments
 (0)