How to Add Claims to a Form Authentication in ASP.NET MVC
In this tutorial, we will add claims to a Form Authentication in ASP NET MVC. Adding claims will help us store additional information about the users like address, phone number, etc. This way, we can retrieve this information later if we need it wherever in our Web App. What is Claims Identity? Claims Identity is … Read more