Skip to content

Commit 85c3570

Browse files
committed
Updates
1 parent f572ef7 commit 85c3570

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

aspnetcore/blazor/security/blazor-web-app-with-windows-authentication.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ uid: blazor/security/blazor-web-app-windows-authentication
1616
1717
-->
1818

19-
This article describes how to secure a Blazor Web App with [Windows Authentication](/windows-server/security/windows-authentication/windows-authentication-overview) using a sample app in the [`dotnet/blazor-samples` GitHub repository (.NET 9 or later)](https://github.com/dotnet/blazor-samples) ([how to download](xref:blazor/fundamentals/index#sample-apps)).
19+
This article describes how to secure a Blazor Web App with [Windows Authentication](/windows-server/security/windows-authentication/windows-authentication-overview) using a sample app in the [`dotnet/blazor-samples` GitHub repository (.NET 9 or later)](https://github.com/dotnet/blazor-samples) ([how to download](xref:blazor/fundamentals/index#sample-apps)). For more information, see <xref:security/authentication/windowsauth>.
2020

2121
The app specification for the Blazor Web App:
2222

@@ -29,13 +29,13 @@ Access the sample app through the latest version folder from the repository's ro
2929

3030
[View or download sample code](https://github.com/dotnet/blazor-samples) ([how to download](xref:blazor/fundamentals/index#sample-apps))
3131

32-
### Configuration
32+
## Configuration
3333

3434
The sample app doesn't require configuration to run locally.
3535

36-
When deployed to a host, such as IIS, the app must adopt impersonation to run under the user's account. For more information, see <xref:security/authentication/windowsauth>.
36+
When deployed to a host, such as IIS, the app must adopt impersonation to run under the user's account. For more information, see <xref:security/authentication/windowsauth#impersonation>.
3737

38-
### Sample app code
38+
## Sample app code
3939

4040
Inspect the `Program` file in the sample app for the following API calls.
4141

0 commit comments

Comments
 (0)