Skip to content

Commit 40b2170

Browse files
[msid][content-health] clarity on the changes
1 parent 577471b commit 40b2170

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/active-directory/develop/tutorial-blazor-webassembly.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,11 @@ We also have a [tutorial for Blazor Server](tutorial-blazor-server.md).
3232

3333
## Register the app in the Azure portal
3434

35-
Every app that uses Azure Active Directory (Azure AD) for authentication must be registered with Azure AD. Follow the instructions in [Register an application](quickstart-register-app.md) with these specifications:
35+
Every app that uses Azure AD for authentication must be registered with Azure AD. Follow the instructions in [Register an application](quickstart-register-app.md) with these specifications:
3636

3737
- For **Supported account types**, select **Accounts in this organizational directory only**.
3838
- Set the **Redirect URI** drop down to **Single-page application (SPA)** and enter `https://localhost:5001/authentication/login-callback`. The default port for an app running on Kestrel is 5001. If the app is available on a different port, specify that port number instead of `5001`.
3939

40-
Once registered, under **Manage**, select **Authentication** > **Implicit grant and hybrid flows**. Select **Access tokens** and **ID tokens**, and then select **Save**.
41-
42-
> Note: if you're using .NET 6 or later then you don't need to use Implicit grant. The latest template uses MSAL Browser 2.0 and supports Auth Code Flow with PKCE
43-
4440
## Create the app using the .NET Core CLI
4541

4642
To create the app you need the latest Blazor templates. You can install them for the .NET Core CLI with the following command:

0 commit comments

Comments
 (0)