Skip to content

Commit

Permalink
Update angular v2 doc references (#5275)
Browse files Browse the repository at this point in the history
  • Loading branch information
hectormmg committed Oct 4, 2022
1 parent fa71735 commit 56de071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/msal-angular/docs/v1-docs/v0-v1-upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MSAL Angular v1 brings our Angular wrapper up-to-date with the latest version of

This guide will demonstrate changes needed to migrate an existing application from `@azure/msal-angular@0.x` to `@azure/msal-angular@1.0.0`.

A detailed list of changes can be found in the [CHANGELOG](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/msal-angular-v2/lib/msal-angular/changelog.md).
A detailed list of changes can be found in the [CHANGELOG](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-angular/CHANGELOG.md).

## Installation

Expand Down
2 changes: 1 addition & 1 deletion lib/msal-angular/docs/v2-docs/public-apis.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Public APIs for MSAL Angular v2

Before you start here, make sure you understand how to [initialize the application object](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/msal-angular-v2/lib/msal-angular/docs/v2-docs/initialization.md).
Before you start here, make sure you understand how to [initialize the application object](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-angular/docs/v2-docs/initialization.md).

The login APIs in MSAL retrieve an `authorization code` which can be exchanged for an [ID token](https://docs.microsoft.com/azure/active-directory/develop/id-tokens) for a signed in user, while consenting scopes for an additional resource, and an [access token](https://docs.microsoft.com/azure/active-directory/develop/access-tokens) containing the user consented scopes to allow your app to securely call the API.

Expand Down

0 comments on commit 56de071

Please sign in to comment.