Context.User.Identity.GetUserId() と Context.User.Identity.Name は、signalR の AppHub.cs (ハブ) で null を返します。これでは、Identity Framework でトークン ベースの認証を使用しています。
Context.User.Identity.GetUserId() と Context.User.Identity.Name は、signalR の AppHub.cs (ハブ) で null を返します。これでは、Identity Framework でトークン ベースの認証を使用しています。