Articles Filter By Project

Count = 21

ASP.NET Core 6.0 - API Authorization
Created 06/01/22, Updated 06/19/22 15:26 GMT
Describes restricting access to the member's image API endpoint to the user or an authorized administrator.
ASP.NET Core 6.0 - Users With Device 2FA
Created 12/31/21, Updated 03/11/22 19:15 GMT
Introduces the ASP.NET Core 6.0 - Users With Device 2FA Project (UWD2FAP) and an article series about the implementation of ASP.NET Core 6.0 with Visual Studio 2022.
ASP.NET Core 6.0 - Administrator Claim
Created 01/12/22, Updated 03/11/22 19:13 GMT
Describes the UWD2FAP AppUserClaim, creating a ClaimsPrincipal, and migrating the AppUser Administrator property to an AppUserClaim.
ASP.NET Core 6.0 - Terms Of Service
Created 01/12/22, Updated 03/11/22 19:12 GMT
Describes the Terms Of Service AppUserClaim, Terms Of Service page, and TermsOfServiceMiddleware.
ASP.NET Core 6.0 - Claims-Based Authorization
Created 01/22/22, Updated 03/11/22 19:11 GMT
Describes the implementation of claims-based authorization.
ASP.NET Core 6.0 - Impersonate User
Created 02/01/22, Updated 03/11/22 19:01 GMT
Describes the implementation of user impersonation by administrators.
ASP.NET Core 3.1 - Users Without Identity
Created 01/23/20, Updated 02/24/21 00:19 GMT
Demonstrates the implementation of Cookie Authentication. The first article of a series for Users Without Identity.
ASP.NET Core 3.1 - User Entity
Created 01/24/20, Updated 02/24/21 00:18 GMT
Demonstrates the implementation of storing a user entity in a MS SQL database. The second article of a series for Users Without Identity.
ASP.NET Core 3.1 - Admin Role
Created 02/01/20, Updated 02/24/21 00:16 GMT
Demonstrates the implementation of an admin role to manage users. The fifth article of a series for Uses Without Identity.
ASP.NET Core 3.1 - Cookie Validator
Created 02/02/20, Updated 02/24/21 00:15 GMT
Demonstrates the implementation of verifying the authentication cookie on every request. The sixth article of a series for Uses Without Identity.

I write about the difficulties and methods I have found while developing this site with ASP.NET Core 2.2, upgrading to ASP.NET Core 3.1 then to ASP.NET Core 5.0 and ASP.NET Core 6.0 using EntityFramework Core. None of the authors, contributors, or anyone else connected with KenHaggerty.Com, in any way whatsoever, can be responsible for your use of the information contained in or linked from these articles.

All articles have created and last updated dates. I will do my best to update any article which I learn to be inaccurate. The research comes from articles and posts on sites like stackoverflow, docs.microsoft.com and GitHub. I hardly ever find my solution from one article or post. I give references in the article to the most pertinent sources. There is a comments feature to allow open discussion. If you have concerns and do not want to register, please send me an email.