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: 406
        
Since no one answered this question:
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