diff --git a/aspnetcore/security/blazor/webassembly/hosted-with-azure-active-directory-b2c.md b/aspnetcore/security/blazor/webassembly/hosted-with-azure-active-directory-b2c.md index de47c26261..9d6dbbf177 100644 --- a/aspnetcore/security/blazor/webassembly/hosted-with-azure-active-directory-b2c.md +++ b/aspnetcore/security/blazor/webassembly/hosted-with-azure-active-directory-b2c.md @@ -28,7 +28,7 @@ Record the following information: ### Register a server API app -Follow the guidance in [Tutorial: Register an application in Azure Active Directory B2C](/azure/active-directory-b2c/tutorial-register-applications) to register an AAD app for the *Server API app*: +Follow the guidance in [Tutorial: Register an application in Azure Active Directory B2C](/azure/active-directory-b2c/tutorial-register-applications) to register an AAD app for the *Server API app* and then do the following: 1. In **Azure Active Directory** > **App registrations**, select **New registration**. 1. Provide a **Name** for the app (for example, **Blazor Server AAD B2C**). @@ -60,7 +60,7 @@ Record the following information: ### Register a client app -Follow the guidance in [Tutorial: Register an application in Azure Active Directory B2C](/azure/active-directory-b2c/tutorial-register-applications) again to register an AAD app for the *Client app*: +Follow the guidance in [Tutorial: Register an application in Azure Active Directory B2C](/azure/active-directory-b2c/tutorial-register-applications) again to register an AAD app for the *Client app* and then do the following: 1. In **Azure Active Directory** > **App registrations**, select **New registration**. 1. Provide a **Name** for the app (for example, **Blazor Client AAD B2C**).