Top "Claims-based-identity" questions

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

Federated authentication in Sharepoint 2013: getting rtFa and FedAuth cookies

The scenario is the following: I need to perform a federated authentication of a user (which uses his university account) …

c# authentication sharepoint claims-based-identity ws-federation
Add a claim to JWT as an array?

Using thinktecture JWT authentication resource owner flow,i use the claims part of JWT for client consumption. My question is …

claims-based-identity jwt thinktecture-ident-server
How to retrieve Claims Value in .Net Core 2.0

As it says in the title I have already assigned claims to the registered user, I am now trying to …

asp.net-core-2.0 claims-based-identity claims asp.net-core-identity
ClaimsPrincipal.Current vs. HttpContext.Current.User?

In MVC what's the difference between these 2? They look identical, and they even return the same Type/Class System.Web.…

asp.net-mvc model-view-controller wif claims-based-identity azure-acs
ASP.NET Core - Add role claim to User

I've an ASP.NET Core (based on .NET Framework) using Windows Authentication. Point is, I need to add a role …

c# asp.net-core asp.net-identity claims-based-identity
How to set TimeOut for OwinContext in MVC 5

When a user access a website and enters their credentials which are stored in our database, we when create an …

asp.net asp.net-mvc claims-based-identity
how can I get Identity UserID in the controller right after a successful login result?

I am using Identity v2 and MVC 5 for external login. In my external login callback function, I log the user …

asp.net-mvc-5 claims-based-identity asp.net-identity-2
Server side claims caching with Owin Authentication

I have an application that used to use FormsAuthentication, and a while ago I switched it to use the IdentityModel …

asp.net authentication claims-based-identity owin
Getting custom claim value from bearer token (Web API)

In my ASP.NET Web API project I'm using bearer token authorization and I have added some custom claims to …

asp.net asp.net-web-api claims-based-identity bearer-token
ASP.NET MVC 2 and authentication using WIF (Windows Identity Foundation)

Are there any decent examples of the following available: Looking through the WIF SDK, there are examples of using WIF …

asp.net-mvc authentication claims-based-identity wif