Improve Blazor WASM security setup steps (#18564)
parent
b29db6cf36
commit
85d83857fe
|
@ -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**).
|
||||
|
|
|
@ -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**).
|
||||
|
|
Loading…
Reference in New Issue