Added a "readme.txt" to the docs folder to capture changelog.

pull/59/head
Amanda Anganes 2012-02-07 10:00:56 -05:00
parent c0b5dd7b30
commit ee9da75c6a
1 changed files with 19 additions and 0 deletions

19
docs/readme.txt Normal file
View File

@ -0,0 +1,19 @@
Changelog
Updated on 2/7/2012
OAuth2:
* Removed refresh_token from the Access Token response on the Client Credentials flow.
Ref: http://tools.ietf.org/html/draft-ietf-oauth-v2-23#section-4.4.3
"A refresh token SHOULD NOT be included."
* Changed "Consumer" to "Client".
Connect:
* Changed "Consumer" to "Client".
* Clarified required/optional wording. Parameters are REQUIRED unless otherwise stated.
* Implicit Flow: changed wording on redirect_uri requirement in the Authorization Request. Now reads "required IFF the client has pre-configured more than one value with the service provider".
* Diagram 3 was renamed to "Optional Steps" (from "Additional Steps"), as these steps may or may not be taken and may be done in any order. Added "openid" to the schema parameter in the UserInfo Request.