From b29db6cf363f0d4bc3628db9ff3ea9f3ce257ab9 Mon Sep 17 00:00:00 2001 From: Danny Joe <2301561+bestcoder@users.noreply.github.com> Date: Fri, 29 May 2020 05:32:50 -0700 Subject: [PATCH] Update hosted-with-azure-active-directory-b2c.md (#18560) --- .../webassembly/hosted-with-azure-active-directory-b2c.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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**).