summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2/OAuth2/Messages
Commit message (Collapse)AuthorAgeFilesLines
* Access token endpoint now can respond with appropriate errors.Andrew Arnott2012-03-141-2/+9
|
* FxCop fixes and suppressions.Andrew Arnott2012-03-102-1/+3
|
* Hacks in support for Facebook, which is missing the token_type parameter in ↵Andrew Arnott2012-03-071-1/+1
| | | | | | its successful access token responses. Fixes #82
* Added client credential grant type support and a test to prove it.Andrew Arnott2012-02-251-1/+43
| | | | Fixes #33
* Adds support for the resource owner password credential grant.Andrew Arnott2012-02-241-1/+44
| | | | Fixes #72
* OAuth2 resource servers accept the HTTP verbs: PUT, DELETE, HEAD in addition ↵Andrew Arnott2012-02-231-0/+1
| | | | | | to the normal GET, POST Fixes #62
* Split out the authorization carrying messages into distinct interfaces.Andrew Arnott2012-02-235-62/+58
| | | | This is to support additional grant types such as resource owner password credential and client credentials.
* Fixed compiler warning.Andrew Arnott2012-02-221-1/+1
|
* Split up end user authorization request message types between auth code and ↵Andrew Arnott2012-02-212-17/+76
| | | | implicit.
* Added spec required HTTP header in access token response.Andrew Arnott2012-02-191-0/+1
|
* Removed requirement for callback parameter, per the spec.Andrew Arnott2012-02-191-1/+4
|
* Suppressed refresh tokens when client credentials are used to comply with ↵Andrew Arnott2012-02-161-0/+13
| | | | OAuth 2.0 section 4.4.3.
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-0521-42/+42
| | | | Fixes #66
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-188-27/+27
|
* Trying to fix up configuration section code.Andrew Arnott2011-07-102-2/+2
|
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-0122-0/+1787
Nothing compiles at this point.