Top "Asp.net-identity" questions

The ASP.

How to set asp.net Identity cookies expires time

I use Asp.Net Identity to control my app's authorization. Now, I need to do this: if the user does …

c# asp.net cookies asp.net-identity
How to access Facebook private information by using ASP.NET Identity (OWIN)?

I am developing a web site in ASP.NET MVC 5 (using RC1 version currently). The site will use Facebook for …

asp.net-mvc facebook-graph-api asp.net-mvc-5 owin asp.net-identity
SignInManager,what it is and how,when to use?

I am exploring SignInManager class. But the information given on MSDN is very useless. It only tells what are the …

c# .net authentication asp.net-mvc-5 asp.net-identity
List of Users with roles in MVC Asp.net identity

I want to have list of all the users registered on my site with their roles. Id | Name | Role 1 | ABC | …

asp.net-mvc asp.net-identity asp.net-roles
How to use Windows Active Directory Authentication and Identity Based Claims?

Problem We want to use Windows Active Directory to authenticate a user into the application. However, we do not want …

authentication asp.net-identity claims-based-identity asp.net-core visual-studio-2015
MVC 5 Identity Automatic Logout

How do I implement an Automatic Logout Timer. So basically if the user is inactive for x minutes their session …

asp.net-mvc asp.net-mvc-5 asp.net-identity owin asp.net-authentication
Moving ASP.NET Identity model to class library

I am trying to move the Identity model to a class library using the methods in this link: ASP.NET …

c# asp.net .net entity-framework asp.net-identity
Can not instantiate proxy...Could not find a parameterless constructor

I am trying to create a unit test using Moq which tests the MongoDB.AspNet.Identity V2 provider. This line …

mongodb moq asp.net-identity
Integrating ASP.NET Identity into Existing DbContext

I'm working on an ASP.NET MVC 5 project in VS2013, .NET 4.5.1, that uses Entity Framework 6 Code-First. I have a decent …

c# entity-framework ef-code-first entity-framework-6 asp.net-identity
How override ASP.NET Core Identity's password policy

By default, ASP.NET Core Identity's password policy require at least one special character, one uppercase letter, one number, ... How …

c# asp.net-core-mvc asp.net-identity asp.net-core-identity