Question : When I create any relationship with my user class: namespace Modelo.Cadastro { public class Usuario : IdentityUser { […]
Tag: asp.net-identity
Enter additional data, from the bank, into the User’s Claims. What is the best time or the right way to do it?
Question : I have some extra information that I need to add to user claims that are from other tables […]
What encryption does Asp.net Identity use?
Question : When creating a user using Asp.net Identity, it generates a hash, even a column exists in the database […]
Authorization in Asp.Net MVC
Question : I’ll try to be clear. In most instances of authentication and authorization of access in ASP.NET MVC, I […]
How to retrieve user name logged in and display in View
Question : I am trying to develop a page, where the user is logged in, he is redirected to an […]
Query user data logged in Windows Authentication
Question : In my application I use authentication mode=”Windows” as a form of authentication. In this way, I can know […]
You can pass the roles without using [Authorize (Roles=”Role name”)]
Question : My system has dynamic roles (“groups”), the user that adds and places users in. Also arrow that if […]
Asp.Net Identity, how to use only Roles or Claims?
Question : Returning to the same subject: ASP.NET Identity with EntityFramework . Regardless of the size or planning of my […]
Customize Asp.net Identity – Multiple classes like User in Identity
Question : We know that our user in asp.net identity is the class with name of ApplicationUser I would like […]
How to add new properties to a user using Identity?
Question : How can I create new properties using the UserIdentity that comes by default when creating an MVC 5 […]
- 1
- 2