Sign In
WCF Data Services Team Blog
Tags
ACS
Actions
ADO.NET Data Services
Any/All
ASP.NET
Astoria
Astoria Offline
Authentication
Azure
Basic Authentication
Caching
Claims Based Security
Compatibility
Connect
data service
Data Services
Data Services Futures
Deployment
Design Notes
Design Video
Excel
Federation
Forms Authentication
geospatial
How To
HTML5
HttpModule
IDataServiceStreamProvider
JavaScript
Media Resource
Metro
MVC
NuGet
OAuth
OAuth WRAP
OData
OData SDK
OData V3
OData.org
PDC
PDC2008
PHP
Prerelease
Project Codename "Astoria"
Release
Sample
Sharepoint
Silverlight
SQL Azure
Streaming
Testing Jobs
Tips
Tutorial
Versioning
WCF Data Services
Web Site Project
What's New
Windows Phone
Windows Phone 7
Workarounds
WP7
WPF
X-Domain
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Browse by Tags
MSDN Blogs
>
WCF Data Services Team Blog
>
All Tags
>
authentication
Tagged Content List
Blog Post:
Connecting to an OAuth 2.0 protected OData Service
dpblogs
This post creates a Windows Phone 7 client application for the OAuth 2.0 protected OData service we created in the last post . Prerequisites: To run this code you will need: An AppFabric Access Control Services (ACS) instance & OData Service configured as described in the previous blog...
on
21 Jan 2011
Blog Post:
OData and OAuth – protecting an OData Service using OAuth 2.0
dpblogs
In this post you will learn how to create an OData service that is protected using OAuth 2.0, which is the OData team’s official recommendation in these scenarios: Delegation: In a delegation scenario a third party (generally an application) is granted access to a user’s resources without...
on
20 Jan 2011
Blog Post:
OData and Authentication – Part 8 – OAuth WRAP
dpblogs
OAuth WRAP is a claims based authentication protocol supported by the AppFabric Access Control (ACS) which is part of Windows Azure . But most importantly it is REST (and thus OData) friendly too. The idea is that you authenticate against an ACS server and acquire a Simple Web Token or SWT – which contains...
on
19 Aug 2010
Blog Post:
OData and Authentication – Part 7 – Forms Authentication
dpblogs
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 Forms Authentication. For example when you purchase...
on
21 Jul 2010
Blog Post:
OData and Authentication – Part 6 – Custom Basic Authentication
dpblogs
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-in Basic Authentication, uses the Basic Authentication...
on
21 Jul 2010
Blog Post:
OData and Authentication – Part 5 – Custom HttpModules
dpblogs
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 but the simplest scenarios a better approach is needed...
on
19 Jul 2010
Blog Post:
OData and Authentication – Part 4 – Server Side Hooks
dpblogs
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 scenario. Broadly speaking what you need to...
on
19 Jul 2010
Blog Post:
OData and Authentication - Part 3 - ClientSide Hooks
dpblogs
So far in this series we’ve looked at Windows Authentication . For both Windows and Basic Authentication, Data Services does the authentication handshake and subsequent sending of authentication headers – all without you directly setting a http header. It can do this because there is...
on
24 May 2010
Blog Post:
OData and Authentication – Part 2 – Windows Authentication
dpblogs
Imagine you have an OData Service installed on your domain somewhere, probably using the .NET Data Services producer libraries, and you want to authenticate clients against your corporate active directory. How do you do this? On the Serverside First on the IIS box hosting your Data Service you need to...
on
10 May 2010
Blog Post:
OData and Authentication – Part 1
dpblogs
Here on the Data Services team we hear many people ask about authentication. Questions like: How do you ‘tunnel’ authentication over the OData protocol? What hooks should I use in the WCF Data Services client and server libraries? The answer to these questions, depends a lot upon scenario, in fact each...
on
10 May 2010
Page 1 of 1 (10 items)