-
Book Overview & Buying
-
Table Of Contents
OData Programming Cookbook for .NET Developers
By :
Security is always a hot topic for any kind of distributed programming platform. For services that exchange important application data or expose functions for performing critical system operations, it is quite important to secure the communication between clients and services.
When dealing with security for a distributed service, we often encounter some common topics such as authentication, authorization, data protection, and so on. The OData protocol or WCF Data Service framework hasn't defined any kind of security protocol or infrastructure of its own, but rather relies on the security provisions of the data service host or the underlying transport layer. For example, for WCF Data Services hosted with the ASP.NET/IIS web application, we can leverage the built-in security support of ASP.NET and IIS host to secure the containing OData services. Also, as OData is naturally based on HTTP protocol, we can also take advantage of those existing HTTP enabled authentication and...
Change the font size
Change margin width
Change background colour