You can add custom properties to ASP.NET Identity User. Here in this example I've added a new Code
property to IdentityUser
. You can find step by step guide here.
After following all the steps, you will have a Code
property in UI, in model and database: