Token based Authentication for WCF HTTP/REST Services: Authorization
- by Your DisplayName here!
In the previous post
I showed how token based authentication can be implemented for WCF HTTP based services.
Authentication is the process of finding out who the user is – this includes anonymous
users. Then it is up to the service to decide under which circumstances the client
has access to the service as a whole or individual operations. This…