Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removes more remnants of Code Contracts. | Andrew Arnott | 2012-12-26 | 1 | -54/+0 |
| | |||||
* | Fixed up the configuration story for OAuth 2. | Andrew Arnott | 2012-04-18 | 1 | -23/+0 |
| | |||||
* | StyleCop cleanup, and reversal of some code changes that were no longer ↵ | Andrew Arnott | 2012-04-18 | 2 | -16/+49 |
| | | | | necessary. | ||||
* | We have HTTP Basic client authentication working now in OAuth 2. | Andrew Arnott | 2012-04-18 | 1 | -0/+22 |
| | |||||
* | Trimmed off xml doc comment. | Andrew Arnott | 2012-04-14 | 1 | -1/+0 |
| | |||||
* | AccessToken is now a public class. | Andrew Arnott | 2012-04-01 | 2 | -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 Arnott | 2012-03-16 | 16 | -1368/+0 |
| | |||||
* | Fixed error message generated in exception thrown for bad access token requests. | Andrew Arnott | 2012-03-14 | 1 | -2/+2 |
| | |||||
* | FxCop fixes and suppressions. | Andrew Arnott | 2012-03-10 | 2 | -2/+2 |
| | |||||
* | Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade. | Andrew Arnott | 2012-03-10 | 4 | -4/+4 |
| | |||||
* | Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵ | Andrew Arnott | 2012-03-05 | 3 | -12/+13 |
| | | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing. | ||||
* | StyleCop fix. | Andrew Arnott | 2012-02-25 | 1 | -2/+1 |
| | |||||
* | Added client credential grant type support and a test to prove it. | Andrew Arnott | 2012-02-25 | 2 | -4/+13 |
| | | | | Fixes #33 | ||||
* | Adds support for the resource owner password credential grant. | Andrew Arnott | 2012-02-24 | 1 | -0/+18 |
| | | | | Fixes #72 | ||||
* | Split out the authorization carrying messages into distinct interfaces. | Andrew Arnott | 2012-02-23 | 7 | -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 Arnott | 2012-02-21 | 1 | -0/+1 |
| | | | | implicit. | ||||
* | Added scaffolding for OAuth2 unit tests and added the first test for client ↵ | Andrew Arnott | 2012-02-20 | 4 | -15/+26 |
| | | | | authorization. | ||||
* | Removed requirement for callback parameter, per the spec. | Andrew Arnott | 2012-02-19 | 1 | -2/+5 |
| | |||||
* | Fixed up the various protocol channels to correctly apply HTTP headers ↵ | Andrew Arnott | 2012-02-19 | 2 | -7/+3 |
| | | | | prescribed by the messages. | ||||
* | Avoid a NullReferenceException is an OAuth 2 resource server's direct ↵ | Andrew Arnott | 2012-02-16 | 1 | -3/+7 |
| | | | | response message doesn't implement IHttpDirectResponse. | ||||
* | Fixed many FxCop messages in OAuth2 assemblies. #68 | Andrew Arnott | 2012-02-09 | 3 | -1/+10 |
| | |||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 18 | -36/+36 |
| | | | | Fixes #66 | ||||
* | Removed some lingering ccrewrite.exe dependent code. | Andrew Arnott | 2011-09-20 | 1 | -1/+1 |
| | |||||
* | All product assemblies build without ccrewrite.exe now. | Andrew Arnott | 2011-09-18 | 4 | -9/+9 |
| | |||||
* | Trying to fix up configuration section code. | Andrew Arnott | 2011-07-10 | 1 | -1/+1 |
| | |||||
* | First pass at dividing DotNetOpenAuth features into separate assemblies. | Andrew Arnott | 2011-07-01 | 18 | -0/+1627 |
Nothing compiles at this point. |