Authorization in Silverlight, Part 3: Securing your service calls

added by KMillerr
10/26/2011 6:35:35 AM

146 Views

Learn some various ways for securing your service calls in the third part of Kevin Dockx's authorization series. In this post, Kevin starts by looking at WCF RIA Services security, and continues on to regular WCF services, specifically tailored to those cases in which you require a mix of technologies/frameworks, for example: a WCF RIA Services authentication service combined with regular WCF service calls. This series also has an offline version - "Authorization in Silverlight: Ebook": http://www.silverlightshow.net/ebooks/sl_authorization.aspx


1 comments

vijayst
10/26/2011 6:36:04 AM
A good post that explains different ways to authorize a user accessing a Silverlight RIA service.