Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion aspnetcore/signalr/authn-and-authz.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down