I was reading this article from the buzzmedia.com about using a public/private key for token-based authentication and authorization. I found it informative, but have trouble seeing how to implement it in my scrnario. I have a WCF REST service, which an android pp will connect to. How should, in this scenario, the private key be established between client and server? In these scenarios, is the private key established on every login or entry of the application? The article addresses authentication, but I'm also asking from an authorization perspective, and authorizing requests via the token.
Thanks