security
ASP.NET Core Authentication Articles, Tutorials & News
ASP.NET Core Authentication articles, tutorials, and news from the DotNetNews archive.
165 articles Updated Page 3 of 7
Browse additional ASP.NET Core Authentication articles from the DotNetNews archive.
ASP.NET Core Authentication articles
Page 3 of 7
Newest first
-
YARP as API Gateway in .NET: 7 Real-World Scenarios You Should Know
antondevtips.com Issue #414
Master YARP as an API Gateway for your .NET microservices. This guide covers routing, load balancing, centralized security and authentication, path rewriting, Backend-for-Frontend (BFF) patterns, rate
-
Demystifying .NET
shadhujan.medium.com Issue #414
The Missing Manual for password security, understanding CPU vs. I/O-bound work, and why your password verification is pure synchronous…
-
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…
-
DotnetFastMCP: Enforcing Multi-Factor Authentication (MFA) for Critical AI Tools ️
medium.com Issue #407
AI Agents are getting powerful. We are moving from “Chatbots that summarize text” to “Agents that move money” and “Agents that deploy… Continue reading on Applied AI for App Devs »
-
2️⃣ Session Management Series: Session Management and Security in ASP.NET Core — 2
medium.com Issue #406
When you browse the web and move from one page to another, you notice that the items in your cart don’t disappear and you’re not asked to…
-
Filters in ASP.NET Core – Everything You Need to Know
c-sharpcorner.com Issue #406
Master ASP.NET Core filters! Learn to handle logging, authentication, and validation efficiently. Improve code reuse and build cleaner, maintainable applications.
-
DotnetFastMCP: Enforcing Multi-Factor Authentication (MFA) for Critical AI Tools ️
medium.com Issue #403
AI Agents are getting powerful. We are moving from “Chatbots that summarize text” to “Agents that move money” and “Agents that deploy… Continue reading on Applied AI for App Devs »
-
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.
-
Identity as Infrastructure: Why Delegating Authentication Just Makes Architectural Sense
kjetils.medium.com Issue #400
How I learned to stop worrying about authentication and love the Identity Provider
-
Middleware Deep Drive in .NET
medium.com Issue #398
Middleware in .NET acts as a request pipeline component that handles logging, authentication, routing, and error handling. Each middleware…
-
Dotnet Core Identity With .NET CLI
ravindradevrani.medium.com Issue #394
Aspnet core identity provides an UI to registration, login, manage users, password, external authentication (google, twitter, facebook…
-
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.
-
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...
-
Implementing Level of Identification (LoI) with ASP.NET Core Identity and Duende
damienbod.com Issue #378
This article explores how to implement Level of Identification (LOI) in an ASP.NET Core application. The solution uses Duende IdentityServer as the OpenID Connect provider and ASP.NET Core Identity fo...
-
Implementing Level of Authentication (LoA) with ASP.NET Core Identity and Duende
damienbod.com Issue #372
This post shows how to implement an application which requires a user to authenticate using passkeys. The identity provider returns three claims to prove the authentication level (loa), the identity l...
-
Set the amr claim when using passkeys authentication in ASP.NET Core
damienbod.com Issue #371
The post shows how to set the correct amr value when authenticating using ASP.NET Core Identity and passkeys in .NET 10. When authenticating using OpenID Connect and passkeys authentication, the OpenI...
-
Authentication and authorization best practices in .Net
empty-chair.medium.com Issue #368
Authentication and authorization are two pillars of application security.
-
JWT Authentication With ASP.NET Core Identity Done Right Just Click The Next Document (P81nrdBjX2)
news.google.com Issue #368
JWT Authentication With ASP.NET Core Identity Done Right Just Click The Next Document (P81nrdBjX2)
-
Create and Read JWT Tokens in C# .NET
codeexact.medium.com Issue #364
Learn how to generate JWT tokens and extract data from them without validation. This guide covers the essentials of JWT token creation and…
-
.NET 10 and ASP.NET Core: Refinements That Matter in Production
c-sharpcorner.com Issue #361
Discover what’s new in ASP.NET Core with .NET 10. Explore enhance security, observability, and performance for production apps. Discover improvements in Blazor, APIs, and authentication!
-
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…
-
Authentication in .NET — Part 12: Session & Cookie Security Hardening (Final Part)
dilankam.medium.com Issue #355
In the previous parts of this series, we explored authentication flows, identity providers, JWTs, multi-tenancy, MFA, and API security…