This wiki is no longer active and is left here for historical purposes. Please visit oauth.net for up-to-date information.
View
 

ErrorCases

This version was saved 10 years, 4 months ago View current version     Page history
Saved by Chris Messina
on September 23, 2007 at 4:09:37 pm
 

Error cases

 

Due to the reliance on services accessed serially, it would be useful to capture possible error cases in the OAuth chain that could be minimized with proper error handling and human-readable messages on the interface side.

 

Consumer error cases

 

ServiceProvider unavailable

 

  • Description: The initial attempt at obtaining a request token fails.
  • Possible causes: This could be caused by something as simple as being offline or not having a net connection.
  • Remedy: Remind user to check their internet connection or to try to open the Service Provider website in their internet browser to verify that the Service Provider is available.

 

Service Provider returns unknown error

 

 

Service Provider error cases

 

Consumer uses incompatible signing algorithm

 

  • Description: The Consumer signs requests using an incompatible or unsupported signing method.
  • Possible causes: Misconfigured or non-compliant Consumer.
  • Remedy: report as bug to Consumer developer.

 

PLEASE ADD MORE

Comments (0)

You don't have permission to comment on this page.