In this follow-up tutorial Michael Washington discusses WCF Data Security with OData.
So you want to use OData but you need to secure the data? There are a ton of ways to do this, but this covers a simple way using ASP.NET Forms Authentication.
This is a follow-up to the previous Blog (http://openlightgroup.net/Blog/tabid/58/EntryId/99/Simple-Silverlight-4-Example-Using-oData-and-RX-Extensions.aspx) where we looked a simple Silverlight application that talks to an oData service.
As with the last tutorial, we will not use a database, just a simple collection that we are creating programmatically. This will allow you to see just the oData parts.