security
ASP.NET Core Authorization Articles, Tutorials & News
ASP.NET Core Authorization articles, tutorials, and news from the DotNetNews archive.
82 articles Updated Page 2 of 4
Browse additional ASP.NET Core Authorization articles from the DotNetNews archive.
ASP.NET Core Authorization articles
Page 2 of 4
Newest first
-
ASP.NET Core Endpoint Filters: Complete Guide with Examples
c-sharpcorner.com Issue #471
Learn ASP.NET Core Endpoint Filters with practical examples. Understand validation, logging, authorization, performance monitoring, exception handling, and best practices for Minimal APIs.
-
Middleware, C# changes, and architecture
DotNetNews Issue #466
Coverage includes SAML and JWT auth, zero-copy C# techniques, rate limiting, Blazor refresh issues, idempotency, observability, and AI agent security.
-
OWASP Top 10 for .NET Developers - Part 1: Preventing Broken Access Control
medium.com Issue #454
Broken Access Control is ranked as the #1 security risk in the OWASP Top 10 because improperly enforced authorization allows attackers to…
-
C# / .NET: The Cleanest Way to Introduce a New Cross-Cutting Concern
pietschsoft.com Issue #449
Logging, validation, caching, retries, authorization, telemetry, auditing. Every non-trivial .NET application accumulates cross-cutting concerns — behavior that applies broadly but doesn’t belong in t...
-
How to Add JWT Authentication to SignalR Hubs in ASP.NET Core
antondevtips.com Issue #428
Learn how to secure SignalR hubs with JWT Bearer authentication, role-based and claim-based authorization in ASP.NET Core. Pass JWT tokens via query string for SignalR hub. Build a real-time stock pri
-
Beginner's Guide: Authentication & Authorization in Modern Applications
c-sharpcorner.com Issue #427
Unlock the secrets of secure apps! This beginner's guide demystifies authentication and authorization, explaining how your data is protected when you log in and use modern applications. Learn the fund...
-
How to Secure REST APIs Using OAuth 2.0 and JWT Authentication?
c-sharpcorner.com Issue #418
Secure REST APIs with OAuth 2.0 and JWT. Learn authentication, authorization, and best practices for robust API security in modern web applications.
-
MCP C# SDK 1.0 arrives with improved authorization server discovery
news.google.com Issue #413
MCP C# SDK 1.0 arrives with improved authorization server discovery
-
4️⃣ Session Management Series: JWT Token Generation — Step-by-Step Technical Analysis — 4
medium.com Issue #412
Modern web applications require a secure and portable method for user authentication and authorization processes. JSON Web Token (JWT) is…
-
How to Implement Role-Based Authorization in ASP.NET Core?
c-sharpcorner.com Issue #402
Secure your ASP.NET Core apps with role-based authorization (RBAC). This guide covers implementation, benefits, and best practices for production environments. Learn to control access effectively!
-
ASP.NET Core monitoring and AI agent workflows
DotNetNews Issue #401
This issue covers ASP.NET Core health checks, AI agent workflow standards, API gateways, LINQ, migration guidance, and security tips.
-
How to Implement JWT Authentication in ASP.NET Core 8 Step by Step?
c-sharpcorner.com Issue #400
Secure your ASP.NET Core 8 APIs with JWT authentication! This step-by-step guide covers project setup, token generation, authorization, and production best practices for robust security.
-
Comparing Entity Framework Core vs Dapper: When to Choose What
c-sharpcorner.com Issue #397
Explore the differences between Entity Framework Core and Dapper for .NET data access. Learn when to choose each ORM based on performance, productivity, and control.
-
ASP.NET Core Security Explained: Modern Authentication, Authorization, and JWT
medium.com Issue #392
Build secure ASP.NET Core apps in .NET 10 using JWT auth, policy-based authorization, claims, roles, and best practices with a Blog API. Continue reading on Syncfusion »
-
JWT Role-Based Authentication & Authorization in .NET
c-sharpcorner.com Issue #388
Secure your .NET APIs with JWT role-based authentication! This guide covers implementation, common mistakes, and best practices for robust authorization. Learn to lock down endpoints effectively.
-
Use client assertions in ASP.NET Core using OpenID Connect, OAuth DPoP and OAuth PAR
damienbod.com Issue #387
This post looks at implement client assertions in an ASP.NET Core application OpenID Connect client using OAuth Demonstrating Proof of Possession (DPoP) and OAuth Pushed Authorization Requests (PAR). ...
-
Force step up authentication in web applications
damienbod.com Issue #384
The post shows how to implement a step up authorization using the OAuth 2.0 Step Up Authentication Challenge Protocol RFC 9470. The application uses ASP.NET Core to implement the API, the web applicat...
-
Force step up authentication in web applications
damienbod.com Issue #383
The post shows how to implement a step up authorization using the OAuth 2.0 Step Up Authentication Challenge Protocol RFC 9470. The application uses ASP.NET Core to implement the API, the web applicat...
-
Authentication and authorization best practices in .Net
empty-chair.medium.com Issue #368
Authentication and authorization are two pillars of application security.
-
Authentication in .NET — Part 11: Tenant-Aware Identity & Data Isolation
dilankam.medium.com Issue #356
In Part 10, we secured Web APIs using policy-based scopes issued by an Identity Provider. Now Part 11, we go one level deeper and address…
-
Dynamic Multi‑Tenant Authentication & Authorization in .NET (Part 1)
ercanerdogan.medium.com Issue #354
Understanding Multi‑Tenant Identity
-
Authentication in .NET — Part 10: Securing Web APIs Using Policy-Based Scopes
dilankam.medium.com Issue #348
In earlier parts of this series, we explored authentication foundations, JWTs, hybrid flows, and authorization models. In Part 10, we…
-
Using Custom JWT Claims for Authorization in ASP.NET
medium.com Issue #332
“JWT claims are like a passport: they tell the system not just who you are, but what you’re allowed to do.”
-
Create + Assign + List + Edit + Complete operations and role-wise views (Admin / Manager / User) ASP.NET Core MVC project
c-sharpcorner.com Issue #328
Build a complete ASP.NET Core MVC task management app with role-based views (Admin, Manager, User). Includes CRUD, assignment, and completion features using EF Core and Identity.
-
Introduction To Permission Authorization In ASP.NET
medium.com Issue #328
Part 1 — Core Concepts, Architecture, Database Design & Permission Model