How to configure Microsoft JWT with symmetric key?

后端 未结 5 980
Happy的楠姐
Happy的楠姐 2020-12-14 03:35

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

5条回答
  •  眼角桃花
    2020-12-14 04:15

    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/

提交回复
热议问题