I\'m trying to configure my ASP.NET app to accept a JSON Web Token (JWT) that is signed with a symmetric key. The STS isn\'t capable of using certificates for this, so we\'r
Here is how it works with the RTM version of the JWT handler:
http://leastprivilege.com/2013/07/16/identityserver-using-ws-federation-with-jwt-tokens-and-symmetric-signatures/