Top "Claims-based-identity" questions

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

Configure ADFS to become a identity provider in Thinktecture IdentityServer 2.0

I am trying setup a sample: a web application uses active directory log-on through thinktecture identity server 2.0. Both Active Directory …

claims-based-identity adfs
Visual Studio deployment doesn't activate SharePoint feature

I have a simple SharePoint project with one farm-scoped feature. The feature contains no modules; it just refers to an …

sharepoint deployment claims-based-identity sharepoint-feature
What's the role of the ClaimsPrincipal, why does it have multiple Identities?

I am trying to understand the security model behind .NET based on claims for the application (Relying Party). I know …

c# .net authentication wif claims-based-identity
Difference between Claims vs OAuth

What is the difference between Claims based authentication vs What is provided by OAuth. I am looking for conceptual difference …

oauth claims-based-identity
Complex Claim Values in .NET Framework with System.Security.Claims

I'm developing a web app with Asp.Net 5 MVC, Owin and Oauth2 bearer token as auth type. Following this guide …

c# asp.net-mvc-5 wif owin claims-based-identity
Retrieve Userid from a claims in a cookie in Core MVC

I want to store a userId in a cookie, in ASP.NET Core MVC. Where can I access it? Login: …

asp.net-mvc cookies asp.net-identity asp.net-core-mvc claims-based-identity
Storing a list of string in Claim (System.Security.Claims)

I'm developing a web app with Asp.Net 5 MVC, Owin and Oauth2 bearer token as auth type. I need to …

c# asp.net-mvc-5 wif owin claims-based-identity
Is there any way I can mock a Claims Principal in my ASP.NET MVC web application?

I've got some ASP.NET MVC controller code that checks if a user is authenticated and if so, it checks …

.net asp.net-mvc asp.net-identity claims-based-identity claims
Claims Auth with OWIN Self Hosted WebApi

I am self hosting WebApi with the following configuration: Visual Studio 2012 / .NET 4.0 public void Configuration(IAppBuilder appBuilder) { var config = new …

c# authentication asp.net-web-api owin claims-based-identity
How to create a ClaimsPrincipal that has Identity.Authenticated set to true?

I have the following method: protected override Task<HttpResponseMessage> SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) { if (Composite.C1Console.…

claims-based-identity