Pablo M. Cibraro (aka Cibrax)

My thoughts on Web Services and .NET development

News

Pablo Cibraro's VisualCV

Blogs

Personal

Programming

Browse by Tags

All Tags » OAuth (RSS)
OAuth in action – Linq2Twitter
The other day I came across a pretty cool project, Linq2Twitter , that basically implements a linq provider for consuming the Twitter REST Api. This project is not only interesting because it provides an intuitive model for incorporating Twitter calls...
Posted: Aug 19 2009, 10:56 AM by cibrax | with 1 comment(s)
Filed under: , ,
Webcast "OpenID, OAuth y Live ID. Cual es la diferencia ?
El proximo miercoles 20 de mayo a las 3 PM (GMT-05:00 Colombia, Panama), voy a estar presentando un MSDN webcast acerca de OpenID, OAuth y Windows Live ID. El evento va a ser transmitido en castellano para la comunidad de latinoamerica, y se va a enfocar...
Some thoughts on OpenID and OAuth for Desktop clients
OpenID and OAuth are today excellent solutions for "Single Sign On" (SSO) and "Authorization Delegation" respectively. They are, however, based on Http Redirections and therefore, tied to passive clients or commonly called web browsers. An interesting...
Addressing authorization with OAuth or the .NET Access Control Service
OAuth As I mentioned in the post, "OAuth Channel for REST services" , OAuth allows a client application to obtain user consent (as access tokens) for executing operations over private resources on his behalf. Resources in this context represent anything...
Posted: Feb 06 2009, 12:21 PM by cibrax | with 2 comment(s)
Filed under: , ,
Using the WCF OAuth channel with an ADO.NET service
As I promised in my previous post "OAuth Channel for WCF RESTful services", it is now time to show this new channel in action with a real service. To make this sample more interesting, I decided to base this implementation on an ADO.NET service that provides...
OAuth channel for WCF RESTful services
While OpenID and WS-Federation focus on delegating user identity (or a collection of identity claims), OAuth was designed to address a different and complementary scenario, the delegation of user authorization. In few words, OAuth allows a client application...
Posted: Nov 14 2008, 10:26 AM by cibrax | with 7 comment(s)
Filed under: , ,
More Posts