summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2/OAuth2
Commit message (Collapse)AuthorAgeFilesLines
* Adds support for the resource owner password credential grant.Andrew Arnott2012-02-243-1/+88
| | | | 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-2312-132/+157
| | | | 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-213-17/+77
| | | | implicit.
* Added scaffolding for OAuth2 unit tests and added the first test for client ↵Andrew Arnott2012-02-209-17/+113
| | | | authorization.
* 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-192-3/+9
|
* Fixed up the various protocol channels to correctly apply HTTP headers ↵Andrew Arnott2012-02-192-7/+3
| | | | prescribed by the messages.
* Avoid a NullReferenceException is an OAuth 2 resource server's direct ↵Andrew Arnott2012-02-161-3/+7
| | | | response message doesn't implement IHttpDirectResponse.
* Suppressed refresh tokens when client credentials are used to comply with ↵Andrew Arnott2012-02-163-0/+25
| | | | OAuth 2.0 section 4.4.3.
* Added a couple of new authorization request response codes.Andrew Arnott2012-02-131-0/+10
|
* Added valid scope token verification.Andrew Arnott2012-02-123-1/+42
|
* Added ClientType enum.Andrew Arnott2012-02-122-0/+59
|
* Renamed IConsumerDescription to IClientDescription.Andrew Arnott2012-02-123-15/+15
|
* Fixed many FxCop messages in OAuth2 assemblies. #68Andrew Arnott2012-02-096-2/+35
|
* Added DotNetOpenAuth.OAuth.Common to contain dependencies shared between ↵Andrew Arnott2012-02-083-3/+15
| | | | | | OAuth 1 and OAuth 2. Related to and closes #71
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-0549-98/+98
| | | | Fixes #66
* Removed some lingering ccrewrite.exe dependent code.Andrew Arnott2011-09-201-1/+1
|
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-1818-52/+52
|
* Broke out OAuth 2 into 4 separate assemblies.Andrew Arnott2011-08-018-1271/+0
|
* Trying to fix up configuration section code.Andrew Arnott2011-07-103-3/+3
|
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-0161-0/+6229
Nothing compiles at this point.