Top "Claims-based-identity" questions

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

JWT Authentication - UserManager.GetUserAsync returns null

In AuthController when authenticating I create a few Claims - UserID is one of them. ... Subject = new ClaimsIdentity(new[] { new …

c# asp.net-core asp.net-identity claims-based-identity
ASP.net core auth cookie not being set in Google Chrome when running in dev

I have three applications in my solution, all built in asp.net core 1 MVC 6. App 1 is an MVC app used …

google-chrome cookies asp.net-core-mvc claims-based-identity
Simple claims transformation and caching w/ windows authentication

For the past few days I've been reading about the windows identity foundation and how it's so good and flexible …

.net .net-4.5 wif claims-based-identity
How to extract and get a claim from token?

I've been looking for an exact answer but it seems most answers are client call and out of the scope. …

c# token access-token claims-based-identity claims
Asp.net Core Identity Use AspNetUserClaims or AspNetRoleClaims?

I am still confused about all this Identity stuff.  First I am still confused the difference between Roles, Policies/Claims. …

asp.net-core asp.net-identity claims-based-identity role-based
Thinktecture Identity Server v3 How to keep Claims from external providers?

I'm trying to follow the simple guide mvcGettingStarted. Now, I've implemented both GoogleAuthentication and FacebookAuthentication providers, and everything is working …

c# claims-based-identity thinktecture-ident-server
Setting Thread.CurrentPrincipal with async/await

Below is a simplified version of where I am trying to set Thread.CurrentPrincipal within an async method to a …

c# asynchronous async-await claims-based-identity current-principal
choose between asp identity claims and sessions data

I am trying to make a choice between storing user specific data in my MVC application either as identity claims …

asp.net-mvc session-cookies session-state claims-based-identity cookie-session
How to add multiple policies in action using Authorize attribute using identity 2.0?

I am identity 2.1.2 with asp.net core 2.0, I have application claim table which have claim type and claim value i.…

c# asp.net-core claims-based-identity
ASP.NET requirements for ClaimTypes

I'm investigating using claims-based authorization in ASP.NET (MVC Core 1.0). When setting up a ClaimsIdentity, I supply a list of …

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