Top "Claims-based-identity" questions

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

Securing the JWT with a X509Certificate2 (JwtSecurityTokenHandler)

I managed to make the JwtSecurityTokenHandler work with X509Certificate2. I was able to sign the token with a X509…

c# .net authorization claims-based-identity jwt
How to connect to CRM using SDK (claims based authentication and custom STS)

I configured claims based authentication on my CRM instance. I'm using custom STS (Example available here) Now I want to …

c# dynamics-crm-2011 dynamics-crm claims-based-identity sts-securitytokenservice
Where is http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name defined?

OASIS owns the http://schemas.xmlsoap.org/ws/2005/05/identity namespace, but I can't find anywhere that defines the "name" claim …

security identity claims-based-identity claims
ADFS 2.0 time out and relation between Freshness Value,TokenLifetime and WebSSOLifetime parameters

I am interested to know the relation between Freshness Value,TokenLifetime and WebSSOLifetime parameters in ADFS 2.0 time out scenario. I …

asp.net .net wif claims-based-identity adfs2.0
Implementing custom claim with extended MVC Core Identity user

How can I create a custom authorize claim in MVC Core 2.0 (using AspNetCore.identity) to verify a custom user boolean …

asp.net-core asp.net-core-mvc asp.net-identity claims-based-identity
ADFS 2.0 Single Sign Out Not Signing Out

I'm having an issue with a web application I'm writing that implements ADFS 2.0. I am able to get users to …

c# claims-based-identity adfs2.0
Update Claims values in ASP.NET One Core

I have a Web Application in MVC 6 (Asp.Net One Core), and I'm using Claims based authentication. In the Login …

c# asp.net asp.net-mvc claims-based-identity asp.net-identity-3
Adding Claims-based authorization to MVC 3

I have an MVC app that I would like to add claims-based authorization to. In the near future we will …

asp.net-mvc asp.net-mvc-3 wif claims-based-identity
Users Roles Permissions using ASP.NET Core Identity 3

I'm stuck on a solution that I would like to provide in an asp.net mvc core application. I would …

c# asp.net-mvc asp.net-core claims-based-identity
MVC 5 - Roles - IsUserInRole and Adding user to role

In MVC4 i used Roles.IsUserInRole to check if a given user is in some role. However, with MVC5 i …

c# asp.net-mvc-5 claims-based-identity asp.net-roles