From 6d6c30440e415dcbe18f4a97ad5af8a3c3646cff Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 25 Jun 2026 11:21:19 +0000 Subject: [PATCH 1/2] Initial plan From 57400b63e6e5e1d635c15481ff6c58667e2dbe06 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 25 Jun 2026 11:22:07 +0000 Subject: [PATCH 2/2] Add ai-usage metadata and update ms.date in SignalR authn article --- aspnetcore/signalr/authn-and-authz.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aspnetcore/signalr/authn-and-authz.md b/aspnetcore/signalr/authn-and-authz.md index ecff776c7079..6b7acb335e44 100644 --- a/aspnetcore/signalr/authn-and-authz.md +++ b/aspnetcore/signalr/authn-and-authz.md @@ -1,11 +1,12 @@ --- title: SignalR authentication and authorization +ai-usage: ai-assisted author: wadepickett description: Learn how to use authentication and authorization in your ASP.NET Core apps with SignalR, and compare the process for using cookies versus bearer tokens. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 05/20/2026 +ms.date: 06/25/2026 uid: signalr/authn-and-authz # customer intent: As an ASP.NET developer, I want to use authentication and authorization in ASP.NET Core SignalR, so I can verify user access to my apps.