Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in claims-based-identity

Custom Claims lost on Identity re validation

Authorization Policy With Multiple Claims

Asp.Net Identity - Setting CookieDomain at runtime

How to add multiple policies in action using Authorize attribute using identity 2.0?

POCO's with the new ASP.NET Identity and MVC 5.0 + claims-based Identity

How do I invalidate claims using ASP.NET Identity?

User.Identity fluctuates between ClaimsIdentity and WindowsIdentity

ClaimsPrincipal.Current vs. HttpContext.Current.User?

Redirect loop with .Net MVC Authorize attribute with ADFS Claims

Exclude specific path from WIF authorization in a ASP.NET MVC 4 project

How do I get an OID claim in ASPCore from Azure B2C

How to retrieve Claims Value in .Net Core 2.0

The property 'Claims' on type 'AspNetUser' is not a navigation property

Where is ClaimTypes.IdentityProvider?

Getting the ClaimsPrincipal or ClaimsIdentity from inside ASP.NET Core dependency Injection

Basic Authentication Middleware with OWIN and ASP.NET WEB API

ASP.NET Core Identity Role, Claim and User

Is there any way I can mock a Claims Principal in my ASP.NET MVC web application?

Why Claim based authentication instead of role based authentication