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
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/implicit-flow-single-page-application.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -239,12 +239,12 @@ GET https://{tenant}.b2clogin.com/{tenant}.onmicrosoft.com/{policy}/oauth2/v2.0/
239
239
240
240
## Next steps
241
241
242
-
### Code sample: hello.js with Azure AD B2C
242
+
### Code sample: Azure AD B2C with Microsoft Authentication Library for JavaScript
243
243
244
-
[Single-page application built on hello.js with Azure AD B2C][github-hello-js-example] (GitHub)
244
+
[Single-page application built with msal.js for Azure AD B2C][github-msal-js-example] (GitHub)
245
245
246
-
This sample on GitHub is intended to help get you started with Azure AD B2C in a simple web application built on [hello.js][github-hello-js] and using pop-up-style authentication.
246
+
This sample on GitHub is intended to help get you started to Azure AD B2C in a simple web application built with [msal.js][github-msal-js] and using pop-up-style authentication.
0 commit comments