ASP.NET Core Authorization Articles, Tutorials & News
ASP.NET Core Authorization articles, tutorials, and news from the DotNetNews archive.
70 articles Updated Page 2 of 3
ASP.NET Core Authorization articles, tutorials, and news from the DotNetNews archive.
ASP.NET Core Authorization articles
Page 2 of 3
Newest first
-
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
-
Authorization: Domain or Application Layer?
codeopinion.com Issue #314
I’m diving into a super common question that’s really important: where should your authorization live? Should it live within your domain or your application layer? I am going to show some real world c...
-
Implementing a Custom Authorization Handler in .NET
medium.com Issue #313
If you want the full source code, join our community: Here
-
ASP.NET Core Advanced Authorization: Policy-Based Security & Resource Protection Guide (Part-14 of 40)
c-sharpcorner.com Issue #313
Unlock robust ASP.NET Core application security with advanced authorization techniques! This guide delves into policy-based security, resource protection, and custom authorization requirements. Learn ...
-
Using Custom JWT Claims for Authorization in .NET
medium.com Issue #312
If you want the full source code, join our community: Here
-
JWT Authentication Ninja: Complete ASP.NET Core Security Guide with Refresh Tokens & Claims (Part-12 of 40)
c-sharpcorner.com Issue #310
Master ASP.NET Core security with this comprehensive JWT authentication guide! Learn to implement robust security measures, including refresh tokens, role-based authorization, password policies, rate ...
-
ASP.NET Core Identity Unleashed: Complete Guide to Registration, Roles, 2FA & Security (Part 13 of 40)
c-sharpcorner.com Issue #308
Unlock the full potential of ASP.NET Core Identity with this comprehensive guide! Master user registration, role-based authorization, claims, and 2FA. Learn to implement secure identity systems with p...
-
9-Minute Intro to Permission Authorization in .NET 9 (Part 1): The Smarter Upgrade from Roles
medium.com Issue #307
If you want the full source code, join our community: Here
-
Built-in Security in ASP.NET Core
c-sharpcorner.com Issue #306
This article dives into authentication, authorization, data protection, HTTPS enforcement, CSRF/XSS protection, and more. Learn how ASP.NET Core's middleware and integrated tools empower developers to...
-
Understanding Filters in Minimal API with .NET 9.0
c-sharpcorner.com Issue #298
Explore .NET 9 Minimal API filters for streamlined validation, authorization, and logging. Simplify your code and enhance maintainability with practical examples.
-
Building Secure APIs with Role-Based Access Control in ASP.NET Core
milanjovanovic.tech Issue #294
Learn how to implement Role-Based Access Control (RBAC) in ASP.NET Core with custom authorization handlers, permission-based policies, and clean extension methods for both Minimal APIs and MVC control...
-
Authentication in .NET — Part 7: External Authentication Providers
dilankam.medium.com Issue #284
In Part 6, we explored role-based and policy-based authorization. Now, in Part 7, let’s look at how to integrate external authentication…
-
SaaS User Roles and Permissions | Role-Based Access Control (RBAC)
bizsoltech.medium.com Issue #283
Lack of a Ready Role-Based Access Control System in SaaS: Why RBAC Matters