Showing results for Claims Based Security - OData

Jan 20, 2011
0
0

OData and OAuth – protecting an OData Service using OAuth 2.0

DB Blogs
DB Blogs

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:  So if your scenarios is one of the above or some slight variation we recommend that you use OAuth 2.0 to protect your service, it provides the utmost flexibility and...

ODataWCF Data ServicesAuthentication
May 24, 2010
0
0

OData and Authentication – Part 3 – ClientSide Hooks

DB Blogs
DB Blogs

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 a higher level abstraction – the Credentials p...

ODataAuthenticationOAuth