diff --git a/aspnetcore/security/blazor/webassembly/hosted-with-azure-active-directory.md b/aspnetcore/security/blazor/webassembly/hosted-with-azure-active-directory.md index 93ce37428a..85bb84333e 100644 --- a/aspnetcore/security/blazor/webassembly/hosted-with-azure-active-directory.md +++ b/aspnetcore/security/blazor/webassembly/hosted-with-azure-active-directory.md @@ -23,7 +23,7 @@ Follow the guidance in [Quickstart: Set up a tenant](/azure/active-directory/dev ### Register a server API app -Follow the guidance in [Quickstart: Register an application with the Microsoft identity platform](/azure/active-directory/develop/quickstart-register-app) and subsequent Azure AAD topics to register an AAD app for the *Server API app*: +Follow the guidance in [Quickstart: Register an application with the Microsoft identity platform](/azure/active-directory/develop/quickstart-register-app) and subsequent Azure AAD topics 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**). @@ -57,7 +57,7 @@ Record the following information: ### Register a client app -Follow the guidance in [Quickstart: Register an application with the Microsoft identity platform](/azure/active-directory/develop/quickstart-register-app) and subsequent Azure AAD topics to register a AAD app for the *Client app*: +Follow the guidance in [Quickstart: Register an application with the Microsoft identity platform](/azure/active-directory/develop/quickstart-register-app) and subsequent Azure AAD topics to register a 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**). diff --git a/aspnetcore/security/blazor/webassembly/standalone-with-azure-active-directory-b2c.md b/aspnetcore/security/blazor/webassembly/standalone-with-azure-active-directory-b2c.md index a046a415b6..62d7a20d9b 100644 --- a/aspnetcore/security/blazor/webassembly/standalone-with-azure-active-directory-b2c.md +++ b/aspnetcore/security/blazor/webassembly/standalone-with-azure-active-directory-b2c.md @@ -24,7 +24,7 @@ Record the following information: * AAD B2C instance (for example, `https://contoso.b2clogin.com/`, which includes the trailing slash). * AAD B2C Tenant domain (for example, `contoso.onmicrosoft.com`). -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 Standalone AAD B2C**).