Skip to content

Commit ee5470f

Browse files
authored
Update msal-b2c-overview.md
1 parent 65d66f7 commit ee5470f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/active-directory/develop/msal-b2c-overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ms.custom: aaddev
2323

2424
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.
2525

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).
2727

2828
## Prerequisites
2929

@@ -43,7 +43,7 @@ The following steps demonstrate how a **web API** can use Azure AD B2C to protec
4343

4444
### Step 1: Register your application
4545

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.
4747

4848
### Step 2: Download the sample application
4949

@@ -76,7 +76,7 @@ The following steps demonstrate how a **single-page application** can use Azure
7676

7777
### Step 1: Register your application
7878

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.
8080

8181
### Step 2: Download the sample application
8282

@@ -141,6 +141,6 @@ For more information, check out this [JavaScript B2C single-page application sam
141141
## Next steps
142142

143143
Learn more about:
144-
- [User flows](https://docs.microsoft.com/en-us/azure/active-directory-b2c/tutorial-create-user-flows)
145-
- [Custom policies](https://docs.microsoft.com/en-us/azure/active-directory-b2c/custom-policy-get-started?tabs=applications)
146-
- [UX customization](https://docs.microsoft.com/en-us/azure/active-directory-b2c/custom-policy-configure-user-input)
144+
- [User flows](https://docs.microsoft.com/azure/active-directory-b2c/tutorial-create-user-flows)
145+
- [Custom policies](https://docs.microsoft.com/azure/active-directory-b2c/custom-policy-get-started?tabs=applications)
146+
- [UX customization](https://docs.microsoft.com/azure/active-directory-b2c/custom-policy-configure-user-input)

0 commit comments

Comments
 (0)