Improve Blazor WASM security setup steps (#18564)

pull/18568/head
Luke Latham 2020-05-29 07:41:37 -05:00 committed by GitHub
parent b29db6cf36
commit 85d83857fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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**).

View File

@ -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**).