I have implemented a custom UserStoreManager and I add same custom field into ApplicationUser.
It's work fine.
Now, I have a question. How I can get the ApplicationUser custom field value from a Controller?
I find the UserId information calling User.identity.getuserid or User.identity.getuserName but how I can access to the ApplicationUser Field?
Thank you