Application model for presenting an identity to a claims aware application.
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-2015In a Web API project I am overriding the normal authentication process to check tokens instead. The code looks something …
c# asp.net asp.net-web-api claims-based-identity asp.net-4.5I am trying to move away from WebForms and learn MVC, specifically using the new ASP.NET Identity model. However, …
asp.net-mvc claims-based-identityI'm trying to do a really simple implementation of JWT bearer authentication with ASP.NET Core. I return a response …
c# asp.net-core jwt claims-based-identityI am making a developer tool for impersonating Roles for an intranet site to allow developers to quickly act as …
c# asp.net-web-api wif claims-based-identityAsp.net MVC 5 seems to have left behind using the AuthorizeAttribute class where you could create a custom authorize attribute …
asp.net claims-based-identity asp.net-identity visual-studio-2013 .net-4.5I 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-authenticationI have an application in which users can be assigned the following roles: SuperAdmin Admin User One user may have …
c# asp.net-mvc claims-based-identityI'm trying to learn Claims for MVC 5 OWIN login. I try'ed to keep it as simple as possible. I started …
asp.net-mvc asp.net-mvc-4 razor asp.net-mvc-5 claims-based-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-identity