Application model for presenting an identity to a claims aware application.
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 adfsI 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-featureI 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-identityWhat is the difference between Claims based authentication vs What is provided by OAuth. I am looking for conceptual difference …
oauth claims-based-identityI'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-identityI 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-identityI'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-identityI'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 claimsI 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-identityI have the following method: protected override Task<HttpResponseMessage> SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) { if (Composite.C1Console.…
claims-based-identity