The ASP.
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-identityI 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-attributeI 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-authenticationASP.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 katanaIn 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-sdkAsp.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-identityI 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-identityI'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 owinI'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-identityPerhaps 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