Top "Asp.net-identity" questions

The ASP.

ExpireTimeSpan ignored after regenerateIdentity / validateInterval duration in MVC Identity (2.0.1)

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 identity
Why this violates the constraint of type parameter 'TUser'?

I 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-3
Manually validating a password reset token in ASP.NET Identity

I 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-2
Code First & Identity with Azure Table Storage

I'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-identity
implementing roles in identity server 4 with asp.net identity

I 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.0
MVC5 Authentication: Authorize attribute on every controller or base controller

I 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-attribute
How to use dapper with ASP.Net core Identity?

I 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 dapper
Retrieve Userid from a claims in a cookie in Core MVC

I 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-identity
Dynamic authorization of roles asp.net core

This 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