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

Commit ec15d2b

Browse files
authored
Update README.md
1 parent 26b0e43 commit ec15d2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ urlFragment: "active-directory-b2c-javascript-msal-singlepageapp"
1010

1111
# Single-Page Application built on MSAL.js with Azure AD B2C
1212

13-
> **Warning**: Silent renewing of access tokens is not supported by all social identity providers.
14-
1513
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.
1614

17-
**Note:** A quickstart guide covering this sample can be found [here](https://docs.microsoft.com/azure/active-directory-b2c/quickstart-single-page-app).
15+
> :warning: Silent renewing of access tokens is not supported by all social identity providers.
16+
17+
A quickstart guide covering this sample can be found [here](https://docs.microsoft.com/azure/active-directory-b2c/quickstart-single-page-app). A more detailed tutorial covering this sample can be found [here](https://docs.microsoft.com/azure/active-directory-b2c/tutorial-single-page-app).
1818

19-
**Note:** A more detailed tutorial covering this sample can be found [here](https://docs.microsoft.com/azure/active-directory-b2c/tutorial-single-page-app).
19+
> :information_source: See here a [new B2C single-page application sample](https://github.com/Azure-Samples/ms-identity-b2c-javascript-spa) using MSAL.js 2.x authorization code flow with PKCE.
2020
2121
## Contents
2222

0 commit comments

Comments
 (0)