January 25th, 2010Authentication and Authorization Using RIA Services (Article 7 of 7)
| Title Of Each Article | Video Included With Each Post | |
| Part 1 | Introduction To RIA Services In Silverlight (This Article) | 7 Minutes |
| Part 2 | Basic RIA Services And DataGrid With VS 2010 Tooling | 14 Minutes |
| Part 3 | Adding A DataGrid With Connect The Dots DataBinding in VS 2010 | 13 Minutes |
| Part 4 | Adding a Navigation Page to a Silverlight Business Application Template | 11 Minutes |
| Part 5 | Adding Speakers Page Template With Converters In Visual Studio 2010 Beta2 | 11 Minutes |
| Part 6 | Adding A Sessions Page That Includes a Query Parameter In Silverlight VS2010 Beta2 | 10 Minutes |
| Part 7 | Basic Authentication and Authorization In RIA Services | 5 Minutes |
This article is very short. In the actual presentation, there was not much time to talk about this so a brief overview was done. Basically, it’s all standard WCF stuff. The idea is that the Silverlight Business Template adds logging in and supports Authentication just like an asp.net application does. It uses the DomainDataSource to do the bridging between the silverlight clientside app, and the web application. Authorization is built into the login module also so that you can assign attributes to your domainservice classes to restrict access.








