The ASP.
Been scratching my head all day on this one. I'm trying to set up "very long" login sessions in MVC …
asp.net-mvc asp.net-identity identityI am trying to customize asp.net identity entities with the following ones: public class User : IdentityUser<string, UserClaim, …
asp.net-core asp.net-identity asp.net-identity-3I would like to manually validate a password reset token in ASP.NET Identity 2.0. I'm trying to create my own …
asp.net-mvc asp.net-identity asp.net-identity-2I'm working on a small web app and I've just hit the point in development where I need to start …
entity-framework azure ef-code-first azure-table-storage asp.net-identityI have a ASP.NET5 MVC application using EF7. It works all fine so far and i'm able to add …
c# asp.net-mvc asp.net-identity entity-framework-coreI am working on an asp.net MVC application with identity server 4 as token service. I have an api as …
c# asp.net-identity identityserver4 asp.net-core-1.0I have been doing a lot of research on the best way to secure my MVC 5 application. We have one …
asp.net-mvc-5 asp.net-identity owin authorize-attributeI have a database and iam trying to use dapper with Core Identity to make queries to database. but i …
asp.net-core asp.net-identity dapperI want to store a userId in a cookie, in ASP.NET Core MVC. Where can I access it? Login: …
asp.net-mvc cookies asp.net-identity asp.net-core-mvc claims-based-identityThis is not a duplicate question or rather the solutions given in other solutions have not worked. Lets say there …
asp.net asp.net-core asp.net-identity authorize-attribute role-based-access-control