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/develop/msal-b2c-overview.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ ms.custom: aaddev
23
23
24
24
Azure AD B2C also enables you to brand and customize the UI of your applications during the authentication process in order to provide a seamless experience to your customers.
25
25
26
-
This article demonstrates how to use MSAL.js to work with Azure AD B2C and summarizes key points that you should be aware of. For a complete discussion and tutorial, please consult [Azure AD B2C Documentation](https://docs.microsoft.com/en-us/azure/active-directory-b2c/overview).
26
+
This article demonstrates how to use MSAL.js to work with Azure AD B2C and summarizes key points that you should be aware of. For a complete discussion and tutorial, please consult [Azure AD B2C Documentation](https://docs.microsoft.com/azure/active-directory-b2c/overview).
27
27
28
28
## Prerequisites
29
29
@@ -43,7 +43,7 @@ The following steps demonstrate how a **web API** can use Azure AD B2C to protec
43
43
44
44
### Step 1: Register your application
45
45
46
-
To protect your web API with Azure AD B2C, you first need to register it. See [Register your application](https://docs.microsoft.com/en-us/azure/active-directory-b2c/add-web-application?tabs=applications) for detailed steps.
46
+
To protect your web API with Azure AD B2C, you first need to register it. See [Register your application](https://docs.microsoft.com/azure/active-directory-b2c/add-web-application?tabs=applications) for detailed steps.
47
47
48
48
### Step 2: Download the sample application
49
49
@@ -76,7 +76,7 @@ The following steps demonstrate how a **single-page application** can use Azure
76
76
77
77
### Step 1: Register your application
78
78
79
-
To implement authentication, you first need to register your application. See [Register your application](https://docs.microsoft.com/en-us/azure/active-directory-b2c/tutorial-register-applications?tabs=applications) for detailed steps.
79
+
To implement authentication, you first need to register your application. See [Register your application](https://docs.microsoft.com/azure/active-directory-b2c/tutorial-register-applications?tabs=applications) for detailed steps.
80
80
81
81
### Step 2: Download the sample application
82
82
@@ -141,6 +141,6 @@ For more information, check out this [JavaScript B2C single-page application sam
0 commit comments