Does anyone know of any best practices or 'standard' techniques for implementing authentication between a silverlight client and WCF services WITHOUT using either RIA Services or ASP.Net authentication & cookies.
My current best option seems to be to add additional message headers to each call and authenticate the user with each call. Any other ideas?