summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2/OAuth2/ChannelElements
Commit message (Collapse)AuthorAgeFilesLines
* Adds support for the resource owner password credential grant.Andrew Arnott2012-02-241-0/+18
| | | | Fixes #72
* Split out the authorization carrying messages into distinct interfaces.Andrew Arnott2012-02-237-70/+99
| | | | This is to support additional grant types such as resource owner password credential and client credentials.
* Split up end user authorization request message types between auth code and ↵Andrew Arnott2012-02-211-0/+1
| | | | implicit.
* Added scaffolding for OAuth2 unit tests and added the first test for client ↵Andrew Arnott2012-02-204-15/+26
| | | | authorization.
* Removed requirement for callback parameter, per the spec.Andrew Arnott2012-02-191-2/+5
|
* 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.
* Fixed many FxCop messages in OAuth2 assemblies. #68Andrew Arnott2012-02-093-1/+10
|
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-0518-36/+36
| | | | 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-184-9/+9
|
* Trying to fix up configuration section code.Andrew Arnott2011-07-101-1/+1
|
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-0118-0/+1627
Nothing compiles at this point.