Skip to content

Commit c839fab

Browse files
convert absolute links to relative links
1 parent 3bdcfda commit c839fab

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

msal-javascript-conceptual/browser/about-msal-browser.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ ms.reviewer: dmwendia, cwerner, owenrichards, kengaderdus
1313

1414
# Using MSAL Browser in your JavaScript applications
1515

16-
The MSAL library for JavaScript enables client-side JavaScript applications to authenticate users using [Azure AD](https://learn.microsoft.com/en-us/entra/identity-platform/v2-overview) work and school accounts (AAD), Microsoft personal accounts (MSA) and social identity providers like Facebook, Google, LinkedIn, Microsoft accounts, etc. through [Azure AD B2C](https://docs.microsoft.com/azure/active-directory-b2c/active-directory-b2c-overview#identity-providers) service. It also enables your app to get tokens to access [Microsoft Cloud](https://www.microsoft.com/enterprise) services such as [Microsoft Graph](https://graph.microsoft.io).
16+
The MSAL library for JavaScript enables client-side JavaScript applications to authenticate users using [Azure AD](/entra/identity-platform/vv2-overview.md) work and school accounts (AAD), Microsoft personal accounts (MSA) and social identity providers like Facebook, Google, LinkedIn, Microsoft accounts, etc. through [Azure AD B2C](/azure/active-directory-b2c/active-directory-b2c-overview.md#identity-providers) service. It also enables your app to get tokens to access [Microsoft Cloud](https://www.microsoft.com/enterprise) services such as [Microsoft Graph](https://graph.microsoft.io).
1717

1818
The `@azure/msal-browser` package uses the [`@azure/msal-common` package](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-common) as a dependency to enable authentication in JavaScript Single-Page Applications without backend servers. This version of the library uses the OAuth 2.0 Authorization Code Flow with PKCE and does NOT support the implicit flow.
1919

2020
## Prerequisites
2121

22-
- `@azure/msal-browser` is meant to be used in [Single-Page Application scenarios](https://learn.microsoft.com/en-us/entra/identity-platform/scenario-spa-overview).
22+
- `@azure/msal-browser` is meant to be used in [Single-Page Application scenarios](/entra/identity-platform/vscenario-spa-overview.md).
2323

24-
- Before using `@azure/msal-browser` you will need to [register a Single Page Application in Azure AD](https://learn.microsoft.com/en-us/entra/identity-platform/d/scenario-spa-app-registration) to get a valid `clientId` for configuration, and to register the routes that your app will accept redirect traffic on.
24+
- Before using `@azure/msal-browser` you will need to [register a Single Page Application in Azure AD](/entra/identity-platform/scenario-spa-app-registration.md) to get a valid `clientId` for configuration, and to register the routes that your app will accept redirect traffic on.
2525

2626
## Installation
2727

msal-javascript-conceptual/browser/acquire-token.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,3 @@ You can only request access tokens for one resource at a time (see [resources an
123123
- [Caching in MSAL](./caching.md)
124124
- [Handling errors](./errors.md)
125125
- [Working with B2C](./working-with-b2c.md)
126-
- [Throttling](../../msal-common/docs/Throttling.md)

msal-javascript-conceptual/browser/v2-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Migrating from MSAL v2.x to MSAL v3.x
3-
description: Learn how to acquire and use an access token
3+
description: Learn how to migrate from MSAL v2.x to MSAL v3.x
44
author: EmLauber
55
manager: CelesteDG
66

0 commit comments

Comments
 (0)