Top "Asp.net-identity" questions

The ASP.

How to inject UserManager & SignInManager

I am trying to figure out how to inject UserManager and SignInManager. I have installed Ninject in my application and …

c# asp.net-mvc-5 entity-framework-6 ninject asp.net-identity
Dynamically add roles to authorize attribute for controller

I need to enable my admin user to change access permissions for users on the fly, such that they can …

c# asp.net asp.net-mvc asp.net-identity authorize-attribute
ASP.NET Identity "Role-based" Claims

I understand that I can use claims to make statements about a user: var claims = new List<Claim>(); …

c# asp.net-web-api2 asp.net-identity claims-based-identity asp.net-authentication
Alternative to use HttpContext in System.Web for Owin

ASP.NET authentication is now based on OWIN middleware that can be used on any OWIN-based host. ASP.NET Identity …

c# asp.net asp.net-identity owin katana
ASP.NET Web API and Identity with Facebook login

In the Facebook authentication flow for ASP.NET Identity, the Facebook OAuth dialog appends a code rather than an access …

facebook asp.net-web-api asp.net-identity facebook-android-sdk facebook-ios-sdk
What is Membership Provider on MVC 5?

Asp.Net Mvc 4 Internet Application uses SimpleMembership.. When you create new Mvc project on Visual Studio 2013 Preview I think Mvc 5 …

asp.net-mvc membership-provider visual-studio-2013 asp.net-mvc-5 asp.net-identity
MVC5 (VS2012) Identity CreateIdentityAsync - Value cannot be null

I am trying to setup OAuth for a an MVC5 site (in VS2012). I am using Fluent NHibernate. I have …

asp.net asp.net-mvc-5 asp.net-identity identity claims-based-identity
HttpContext.GetOwinContext().GetUserManager<AppRoleManager>() return null

I've used ASP.NET Identity 2 for creating role but the result of HttpContext.GetOwinContext().GetUserManager<AppRoleManager>() was null. …

c# asp.net-identity identity roles owin
Use ActiveDirectory authorization with ASP.NET Identity

I'm implementing corporate website with asp.net mvc and want to use new ASP.NET Identity framework. Is it possible …

asp.net active-directory asp.net-mvc-5 asp.net-identity
ASP.NET Identity, require 'strong' passwords

Perhaps my googlin' skills are not so great this morning, but I can't seem to find how to set up …

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