summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2/OAuth2/ChannelElements
Commit message (Collapse)AuthorAgeFilesLines
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-54/+0
|
* Fixed up the configuration story for OAuth 2.Andrew Arnott2012-04-181-23/+0
|
* StyleCop cleanup, and reversal of some code changes that were no longer ↵Andrew Arnott2012-04-182-16/+49
| | | | necessary.
* We have HTTP Basic client authentication working now in OAuth 2.Andrew Arnott2012-04-181-0/+22
|
* Trimmed off xml doc comment.Andrew Arnott2012-04-141-1/+0
|
* AccessToken is now a public class.Andrew Arnott2012-04-012-103/+1
| | | | | | | | | | | Resource Servers can now handle access tokens that are issued for a client's data (not a 3rd party resource owner's). Client Identifiers are no longer included in access tokens for unauthenticated clients. More work needed on IAccessTokenAnalyzer and the access token formatter. We need to generalize the serialization itself so folks can use JWT, etc. We also still need access token to have a host-defined map of claims. Fixes #104 Fixes #102
* Redistributed OAuth2 code into their more specific assemblies.Andrew Arnott2012-03-1616-1368/+0
|
* 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.