How to use Microsoft JWT Token Handler to secure webHttpBinding based WCF service
问题 I need to secure a WCF Service that uses webHttpBinding with tokens, but having a hard time figuring out how to do so. It is my understanding that the recommend way of doing this is by using JWT Tokens? I have an STS (IdentityServer) that issues JWT tokens to my Mobile Client (Sencha Touch Application) through OAuth 2.0, and this application needs to call a webHttpBinding based WCF Service. Now I want to secure this using tokens, and I know Microsoft has released a JWT Security Token Handler