Top "Claims-based-identity" questions

Application model for presenting an identity to a claims aware application.

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
Why is my ClaimsIdentity IsAuthenticated always false (for web api Authorize filter)?

In 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.5
ASP.NET Identity and Claims

I am trying to move away from WebForms and learn MVC, specifically using the new ASP.NET Identity model. However, …

asp.net-mvc claims-based-identity
Can't get claims from JWT token with ASP.NET Core

I'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-identity
How do I remove an existing claim from a ClaimsPrinciple?

I 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-identity
authentication and authorizing in ASP.NET MVC 5

Asp.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.5
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
Owin claims - Add multiple ClaimTypes.Role

I 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-identity
MVC 5 OWIN login with claims and AntiforgeryToken. Do I miss a ClaimsIdentity provider?

I'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-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