security
ASP.NET Core Authentication Articles, Tutorials & News
ASP.NET Core Authentication articles, tutorials, and news from the DotNetNews archive.
153 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
-
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…
-
Dynamic Multi‑Tenant Authentication & Authorization in .NET (Part 1)
ercanerdogan.medium.com Issue #354
Understanding Multi‑Tenant Identity
-
Authentication in .NET — A Complete 12-Part Series (Overview & Guide)
dilankam.medium.com Issue #354
Over the past weeks, I’ve been writing a 12-part series on Authentication in .NET, aimed at software engineers and architects who want…
-
JWT Is NOT Authentication
rahulsahay19.medium.com Issue #353
And If You Think It Is, Your System Is Lying to You
-
Token Authentication In ASP.NET Core 9 With JWT | Clean Architecture (.NET 9 & .NET 10)
medium.com Issue #350
🔥 Part 1 — Foundations: Architecture, JWT Theory, and Clean Project Setup
-
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…
-
Taming the Three-Headed Dog: Kerberos Authentication with .NET
dotnetfullstackdev.medium.com Issue #346
From Tickets to C# Code — Might look a like (not) SSO
-
How To Implement API Key Authentication in ASP.NET
medium.com Issue #343
Part 1 — Fundamentals, Security Concepts, API Key Design & Full Minimal API Setup Continue reading on AWS in Plain English »
-
Token Authentication in ASP.NET Core 9 With JWT | Clean Architecture [NET 9]
medium.com Issue #330
Part 1 — The Foundation, Identity Modeling, and JWT Theory (Deep & Practical)
-
ASP.NET Core Middleware: A Practical Guide to Building the Request Pipeline
medium.com Issue #329
In ASP.NET Core, every HTTP request passes through a pipeline of middleware components that handle tasks like routing, authentication…
-
Building a Scalable Web Application using Angular 19 and ASP.NET Core 9
c-sharpcorner.com Issue #328
Build scalable web apps with Angular 19 & ASP.NET Core 9! This guide covers architecture, authentication, deployment, and best practices for enterprise growth.
-
ASP.NET Core lifetimes, indexing, and AI planning
DotNetNews Issue #326
A varied .NET roundup covering ASP.NET Core lifetimes, SQL Server indexing, Visual Studio Copilot planning, Dapper, Serilog, security, and more.
-
Life Tracker: A .NET App — 6 Basic Auth
jackymlui.medium.com Issue #321
Code fohttps://github.com/Recelis/questionnaire.net.git