Token based Authentication for WCF HTTP/REST Services: Authentication
- by Your DisplayName here!
This post shows some of the implementation techniques for adding token and claims
based security to HTTP/REST services written with WCF. For the theoretical background,
see my previous post.
Disclaimer
The framework I am using/building here is not the only possible approach to tackle
the problem. Based on customer feedback and requirements the…