Skip to content
This repository has been archived by the owner. It is now read-only.

Commit f362e26

Browse files
authored
Merge pull request #37 from rwike77/patch-1
Branding and YAML updates
2 parents ebb6116 + 6735d74 commit f362e26

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
---
22
page_type: sample
3-
description: How to use the Microsoft Authentication Library Preview for JavaScript (msal.js) to get an access token and call an API secured by Azure AD B2C.
3+
description: "How to use the Microsoft Authentication Library for JavaScript (msal.js) to get an access token and call an API secured by Azure AD B2C."
44
languages:
55
- nodejs
66
- javascript
77
products:
88
- azure-active-directory
9+
- azure
910
---
1011

1112
# Single-Page Application built on MSAL.js with Azure AD B2C
1213

1314
> **Warning**: Silent renewing of access tokens is not supported by all social identity providers.
1415
15-
This simple sample demonstrates how to use the [Microsoft Authentication Library Preview for JavaScript (msal.js)](https://github.com/AzureAD/microsoft-authentication-library-for-js) to get an access token and call an API secured by Azure AD B2C.
16+
This simple sample demonstrates how to use the [Microsoft Authentication Library for JavaScript (msal.js)](https://github.com/AzureAD/microsoft-authentication-library-for-js) to get an access token and call an API secured by Azure AD B2C.
1617

1718
## How to run this sample
1819

0 commit comments

Comments
 (0)