You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner. It is now read-only.
# Single-Page Application built on MSAL.js with Azure AD B2C
12
12
13
-
> **Warning**: Silent renewing of access tokens is not supported by all social identity providers.
14
-
15
13
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.
16
14
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).
18
18
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.
0 commit comments