summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2/OAuth2/ChannelElements
Commit message (Collapse)AuthorAgeFilesLines
* Fixed error message generated in exception thrown for bad access token requests.Andrew Arnott2012-03-141-2/+2
|
* FxCop fixes and suppressions.Andrew Arnott2012-03-102-2/+2
|
* Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-104-4/+4
|
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵Andrew Arnott2012-03-053-12/+13
| | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing.
* StyleCop fix.Andrew Arnott2012-02-251-2/+1
|
* Added client credential grant type support and a test to prove it.Andrew Arnott2012-02-252-4/+13
| | | | Fixes #33
* 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.