Skip to content

Commit 6e2b30a

Browse files
committed
Updates
1 parent f3f55c1 commit 6e2b30a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/blazor/fundamentals/signalr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1536,11 +1536,11 @@ protected override async Task OnInitializedAsync()
15361536
}
15371537
```
15381538

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

15411541
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.
15421542

1543-
When the app is published to IIS, the app runs under the *Application Pool Identity*. The hub connection doesn't connect as the user accessing the page. The hub connects as the IIS "user" account hosting the app.
1543+
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

15451545
Implement *impersonation* with the hub to use the identity of the browsing user.
15461546

0 commit comments

Comments
 (0)