PreviousNext

Custom User Management in ASP.NET Core MVC with Identity

by iammukeshm, 2020-07-03T13:07:06.656Z

In this article, let’s go in-depth and understand the functionalities you can achieve with the help of Microsoft Identity. We will build a small yet practical implementation of Custom User Management in ASP.NET Core MVC with Identity. This will cover most of the practical use cases involved while developing User Management in ASP.NET Core. Here are the Topics we will cover. 1.Microsoft Identity – Overview 2.Setting up the ASP.NET Core MVC Application 3.Scaffolding the Identity UI 4.Renaming the Default Identity Tables and Updating. 5.Adding Custom Fields to Identity User 6.Extending the Registration Form 7.Allow Login with both Username and Email 8.Adding the Custom User Fields To Profile Settings 9.Adding a Profile Picture 10.Setting a Limit to Change Username 11.User Roles – Overview 12.Seed Default Roles 13.Seed Default Super Admin user 14.Add A Default Role to Newly Registered User 15.Add / View Available Roles 16.Listing Users with Corresponding Roles 17.Addings Users to Roles

Read More