Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5.0
-
None
-
None
Description
Shindig will add the oauth_body_hash URL parameter to all token requests by default. This parameter is not part of the OAuth 1.0a spec but appears in http://oauth.googlecode.com/svn/spec/ext/body_hash/1.0/drafts/4/spec.html. Do to it not being in the spec strict OAuth providers may reject (and have every right to do so) requests including this parameter. We should make the inclusion of this parameter optional via a property in the oauth.json file.