Application model for presenting an identity to a claims aware application.
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 jwtI 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-securitytokenserviceOASIS 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 claimsI 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.0How 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-identityI'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.0I 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-3I 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-identityI'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-identityIn 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