-
Book Overview & Buying
-
Table Of Contents
OData Programming Cookbook for .NET Developers
By :
In this chapter, we will cover:
Applying Windows authentication for OData service
Using ASP.NET Forms authentication to secure OData service
Securing OData service with HTTPS transport
Implementing OData service authentication with custom HTTP Module
Adding custom authorization with server-side processing pipeline
Using Interceptors to control access for individual entity set
Implementing role-based security for OData service
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...
Change the font size
Change margin width
Change background colour