Skip to content

Understanding the functionalities you can achieve with the help of Microsoft Identity. Building a small practical implementation of Custom User Management in ASP.NET Core MVC with Identity.

Notifications You must be signed in to change notification settings

FaroukOyekunle/CustomUserManagement.MVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 

Repository files navigation

Custom User Management in ASP.NET Core MVC with Identity

Understand the functionalities you can achieve with the help of Microsoft Identity. Building 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.

Give a Star ⭐️

If you found this Implementation helpful or used it in your Projects, do give it a star. Thanks!

Here are the Topics we will cover

  • Microsoft Identity – Overview
  • Setting up the ASP.NET Core MVC Application
  • Scaffolding the Identity UI
  • Renaming the Default Identity Tables and Updating.
  • Adding Custom Fields to Identity User
  • Extending the Registration Form
  • Allow Login with both Username and Email
  • Adding the Custom User Fields To Profile Settings
  • Adding a Profile Picture
  • Setting a Limit to Change Username
  • User Roles – Overview
  • Seed Default Roles
  • Seed Default Super Admin user
  • Add A Default Role to Newly Registered User
  • Add / View Available Roles
  • Listing Users with Corresponding Roles
  • Addings Users to Roles

About

Understanding the functionalities you can achieve with the help of Microsoft Identity. Building a small practical implementation of Custom User Management in ASP.NET Core MVC with Identity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages