Instead of adding properties to the ApplicationUser in the Identity system, you can maintain additional information in your own entity and relate it on the email or username. This can be useful especially if you are sharing a common security (Identity) database among multiple applications.