How does WCF RIA Services handle authentication/authorization/security?

Posted by Edward Tanguay on Stack Overflow See other posts from Stack Overflow or by Edward Tanguay
Published on 2010-03-16T08:00:39Z Indexed on 2010/03/16 8:06 UTC
Read the original article Hit count: 348

Since no one answered this question:

What issues to consider when rolling your own data-backend for Silverlight / AJAX on non-ASP.NET server?

Let me ask it another way:

How does WCF RIA Services handle authentication/authorization/security at a low level?

  • e.g. how does the application on the server determine that the incoming http request to change data is coming from a valid client and not from non-desirable source, e.g. a denial-of-service bot?

© Stack Overflow or respective owner

Related posts about wcf-ria-services

Related posts about security