Skip to content

Commit e826f34

Browse files
committed
Updates
1 parent 598a2d7 commit e826f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/blazor/fundamentals/signalr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1538,7 +1538,7 @@ protected override async Task OnInitializedAsync()
15381538

15391539
For more information, see <xref:signalr/authn-and-authz#windows-authentication>.
15401540

1541-
The preceding code is sufficient when the app is running in IIS Express as the signed-in user, which is likely a personal/work account under Windows Authentication.
1541+
The preceding code is sufficient when the app is running in IIS Express as the signed-in user under Windows Authentication, which is likely the user's personal or work account.
15421542

15431543
When the app is published to IIS, the app runs under the *Application Pool Identity*. The hub connects as the IIS "user" account hosting the app, not the user accessing the page.
15441544

0 commit comments

Comments
 (0)