oauth

  • submit to reddit

Using Twitter via .NET - Beginners Guide

Objective : In this post i will quickly explain how can we interact with Twitter API using .Net code. Ingredients : LinqToTwitter , Visual Studio...

0 replies - 1399 views - 04/09/13 by Sarfraz Khan in Articles

Using Twitter via .NET - A Beginner's Guide

 Objective : In this post i will quickly explain how can we interact with Twitter API using .Net code. Ingredients : LinqToTwitter, Visual Studio...

2 replies - 790 views - 04/05/13 by Sarfraz Khan in Uncategorized

ColdFusion and OAuth Part 1 - Facebook

Last week, for some reason, I had multiple requests for an example of ColdFusion and OAuth integration. I ended up creating quick demos for Facebook, LinkedIn,...

0 replies - 840 views - 04/02/13 by Raymond Camden in Articles

Compromised Twitter OAuth Keys

So twitter’s oauth keys have leaked. What does that mean? Don’t panic. The consequences of a client application’s key being compromised is as serious as...

0 replies - 2381 views - 03/10/13 by Francois Lascelles in Articles

From open source to open API with Restlet

From open source to open API with Restlet from JavaZone on Vimeo. The impressive rise of open web APIs disrupts the way we develop on the Web, in a way...

0 replies - 1289 views - 03/07/13 by Mitch Pronschinske in Articles

How to Protect Your APIs with OAuth

Here's an important question in the world of APIs: Presume that you would like to create a remote API (which perhaps exposes some legacy business logic) for...

0 replies - 4553 views - 02/27/13 by Reza Shafii in Articles

Enabling Token Distributors

Are you a token distributor? If you provide an API, you probably are. One thing I like about tokens is that when they are compromised, your credentials are...

0 replies - 1139 views - 02/09/13 by Francois Lascelles in Articles

OAuth with ASP.NET MVC and WorldDomination. Web.Authentication

This post is a follow on from my previous post OAuth with NancyFX and WorldDomination.Web.Authentication except this demonstrates how you can use...

0 replies - 1251 views - 02/06/13 by Phillip Haydon in Articles

SAML 2.0 Bearer Assertion Profile for OAuth 2.0

SAML 2.0 Bearer Assertion Profile which is built on top of OAuth 2.0 Assertion Profile defines the use of a SAML 2.0 Bearer Assertion as a means for requesting...

0 replies - 1221 views - 02/01/13 by Prabath Siriwardena in Articles

OAuth 2.0 Bearer Token Profile Vs MAC Token Profile

Almost all the implementation I see today are based on OAuth 2.0 Bearer Token Profile. Of course its an RFC proposed standard today. OAuth 2.0 Bearer Token...

0 replies - 1700 views - 01/24/13 by Prabath Siriwardena in Articles

Which Grant, Which Identities – Back from RSA

I had the pleasure of discussing REST access control patterns with Enterprise Architects and partnering technology folks a while back. I also had the...

0 replies - 600 views - 01/18/13 by Francois Lascelles in Articles

Give me a JWT, I’ll give you an Access Token

One of the common misconceptions about OAuth is that it provides identity federation by itself. Although supporting OAuth with federated identities is a valid...

0 replies - 1273 views - 01/09/13 by Francois Lascelles in Articles

Securing RESTful Web Services with OAuth 2.0

One of the questions we get asked the most by developers and architects is: when and why would I use OAuth2? The answer, as often with such questions, is...

2 replies - 4522 views - 12/18/12 by Mitch Pronschinske in Articles

What OAuth Lacks: Resource Owner Initiated OAuth Delegation

Irrespective of all the criticism against OAuth 2.0 - it has produced a very powerful, highly extensible authorization framework. The use cases covered in...

0 replies - 3468 views - 10/10/12 by Prabath Siriwardena in Articles

The problem of user identity

HTTP is a stateless protocol - each request to a server cannot be distinguished from the previous ones, at least in theory. Various legitimate (and not) means...

0 replies - 2093 views - 10/08/12 by Giorgio Sironi in Articles