I want to develop an SDK that encapsulates the functions of OAuth 2.0. I checked the differences between OAuth 1.0 and 2.0, and I have some confusion in the authorization header ( 1.0 and 2.0 ), the OAuth 1.0 protocol parameters can be passed using the "Authorization" HTTP header, but I cannot find this in the current OAuth 2.0 draft.
Does OAuth 2.0 support authorization headers?
In OAuth 1.0, your title will look like this:
Authorization: OAuth realm="Example", oauth_consumer_key="0685bd9184jfhq22", oauth_token="ad180jjd733klru7", oauth_signature_method="HMAC-SHA1", oauth_signature="wOJIO9A2W5mFwDgiDvZbTSMK%2FPY%3D", oauth_timestamp="137131200", oauth_nonce="4572616e48616d6d65724c61686176", oauth_version="1.0"
JKhuang Jun 17 '12 at 4:20 2012-06-17 04:20
source share