From c3220be7d3206f0ac5fd28027c53f7371b5a3f24 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Wed, 14 Feb 2024 07:17:24 -0500 Subject: [PATCH] Add additional resource link --- .../blazor/security/webassembly/standalone-with-identity.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aspnetcore/blazor/security/webassembly/standalone-with-identity.md b/aspnetcore/blazor/security/webassembly/standalone-with-identity.md index c7ed1a6c15eb..b8fabcab0b78 100644 --- a/aspnetcore/blazor/security/webassembly/standalone-with-identity.md +++ b/aspnetcore/blazor/security/webassembly/standalone-with-identity.md @@ -340,3 +340,4 @@ To troubleshoot problems with user claims, the following `UserClaims` component * [What's new with identity in .NET 8](https://devblogs.microsoft.com/dotnet/whats-new-with-identity-in-dotnet-8/) * [`AuthenticationStateProvider` service](xref:blazor/security/index#authenticationstateprovider-service) +* [Client-side SignalR cross-origin negotiation for authentication](xref:blazor/fundamentals/signalr#client-side-signalr-cross-origin-negotiation-for-authentication)