Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Blog - Title
July, 2010
MSDN Blogs
>
WCF Data Services Team Blog
>
July, 2010
Server & Tools Blogs
>
Data Platform Blogs
>
WCF Data Services Blog
All About Data Platform
All About Data Platform
Data Development
ADO.NET (Managed Providers, DataSet & EF)
WCF Data Services
SQL Server Customer Advisory Team
SQL Server Protocols
Microsoft XML Team
JDBC
Microsoft Drivers for PHP for SQL Server
Sync
SQL Server Data Tools
StreamInsight
Data Quality Services
Data Quality Services
SQL Server Customer Advisory Team
Jessica Meats’ Blog
All MSDN DQS Postings
OLTP
SQL Server Team
ADO.NET (Managed Providers, DataSet & EF)
SQL Server Customer Advisory Team
SQL Release Services
SQL OS
Running SAP on SQL Server
Conor vs. SQL
SQL AlwaysOn Team
SQL Server Manageability
Integration Services
SSIS
Data Quality Services
SQL Server Customer Advisory Team
All MSDN SSIS Postings
Data Security & Storage
SQL Server Security
SQL Server Storage Engine
SQL OS
SQL Server Customer Advisory Team
Data in the Cloud
Windows Azure
Your Data in the Cloud
SQL Server Team
Silver Lining
WCF Data Services Blog
Live Now on Server & Tools Blogs
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Tags
Actions
ADO.NET Data Services
Authentication
Data Services
Design Notes
Design Video
How To
Media Resource
NuGet
OAuth
OAuth WRAP
OData
OData V3
PDC
Prerelease
Project Codename "Astoria"
Release
Samples
Sharepoint
Silverlight
Streaming
Tutorial
WCF Data Services
What's New
Workarounds
More
▼
Less
▲
Archives
Archives
May 2013
(1)
April 2013
(1)
March 2013
(1)
February 2013
(1)
January 2013
(1)
December 2012
(2)
October 2012
(4)
September 2012
(1)
August 2012
(6)
July 2012
(1)
May 2012
(4)
April 2012
(9)
January 2012
(1)
October 2011
(6)
September 2011
(2)
June 2011
(3)
May 2011
(2)
April 2011
(3)
March 2011
(2)
February 2011
(1)
January 2011
(2)
December 2010
(1)
November 2010
(4)
October 2010
(3)
September 2010
(4)
August 2010
(2)
July 2010
(5)
June 2010
(3)
May 2010
(8)
April 2010
(5)
March 2010
(3)
February 2010
(5)
January 2010
(3)
December 2009
(2)
November 2009
(5)
October 2009
(4)
September 2009
(8)
August 2009
(4)
May 2009
(2)
March 2009
(10)
February 2009
(1)
January 2009
(1)
December 2008
(1)
November 2008
(2)
October 2008
(5)
September 2008
(4)
August 2008
(4)
July 2008
(1)
June 2008
(1)
May 2008
(4)
April 2008
(5)
March 2008
(2)
February 2008
(4)
January 2008
(4)
December 2007
(6)
October 2007
(1)
September 2007
(4)
August 2007
(3)
July 2007
(2)
More
▼
Less
▲
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
WCF Data Services Team Blog
OData and Authentication – Part 7 – Forms Authentication
Posted
over 3 years ago
by
dpblogs
11
Comments
Our goal in this post is to re-use the Forms Authentication already in a website to secure a new Data Service. To bootstrap this we need a website that uses Forms Auth. Turns out the MVC Music Store Sample is perfect for our purposes because: It uses...
WCF Data Services Team Blog
OData and Authentication – Part 6 – Custom Basic Authentication
Posted
over 3 years ago
by
dpblogs
6
Comments
You might remember, from Part 5 , that Basic Authentication is built-in to IIS. So why do we need ‘Custom’ Basic Authentication? Well if you are happy using windows users and passwords you don’t. That’s because the built...
WCF Data Services Team Blog
Deploying an OData Service in Windows Azure
Posted
over 3 years ago
by
dpblogs
1
Comments
Windows Azure and SQL Azure are the new Cloud service products from Microsoft. In this blog post, I am going to show you how you can take a database that is hosted in SQL Azure and expose it as OData in a rich way using WCF Data Services and Windows Azure...
WCF Data Services Team Blog
OData and Authentication – Part 5 – Custom HttpModules
Posted
over 3 years ago
by
dpblogs
3
Comments
In the last post we saw how to add custom authentication inside your Data Service using the ProcessingRequest event. Unfortunately that approach means authentication is not integrated or shared with the rest of your website. Which means for all...
WCF Data Services Team Blog
OData and Authentication – Part 4 – Server Side Hooks
Posted
over 3 years ago
by
dpblogs
1
Comments
If you secure an OData Service using Windows authentication – see Part 2 to learn how – everything works as expected out of the box. What however if you need a different authentication scheme? Well the answer as always depends upon your...
Page 1 of 1 (5 items)