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
- 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.