Top "Wif" questions

The Windows Identity Foundation is a free Microsoft library that enables claims based authentication and use federated identity/single sign-on in their applications.

Decoding and verifying JWT token using System.IdentityModel.Tokens.Jwt

I've been using the JWT library to decode a Json Web Token, and would like to switch to Microsoft's official …

.net wif jwt
Where is the Microsoft.IdentityModel dll

I have installed the Windows Identity Foundation but can't find the Microsoft.IdentityModel dll. According to the Azure Hands-on-Labs it …

azure identity wif
What's the difference between ADFS, WIF, WS Federation, SAML, and STS?

These are numerous technologies and buzzwords used for single sign-on with Microsoft services. Can someone explain ADFS, WIF, WS Federation, …

single-sign-on wif saml adfs ws-federation
Why am I getting the "A potentially dangerous Request.Form value was detected from the client" error?

I've created a new ASP.NET MVC 3 / .NET Framework 4.0 site using the "Internet Application" template. I used Nuget to install …

asp.net-mvc-3 azure wif acs
Microsoft.IdentityModel: Key not valid for use in specified state

I have a claims aware web application using Windows Identity Foundation that has been working well, except on one server. …

cryptography wif
How to encrypt JWT security token?

I need to secure my web-token with signing and encryption. I wrote the next lines of code: var tokenHandler = new …

c# security wif jwt
Where did 'My" certificate store go?

Because I'm awesome I'm trying to run the latest WIF demo app using VS2k10 B2 on my 7 boxen... 64bit …

visual-studio certificate wif certificate-store
Where can I find Microsoft.IdentityModel.Extensions.dll library?

I'm searching for Microsoft.IdentityModel.Extensions library. In documentation that I'm reading they suggest that it should be available in …

c# sharepoint asp.net-mvc-4 wif
How to configure Microsoft JWT with symmetric key?

I'm trying to configure my ASP.NET app to accept a JSON Web Token (JWT) that is signed with a …

.net wif jwt
How do I remove an existing claim from a ClaimsPrinciple?

I am making a developer tool for impersonating Roles for an intranet site to allow developers to quickly act as …

c# asp.net-web-api wif claims-based-identity