Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #365 | David Christiansen | 2015-01-05 | 1 | -0/+136 |
| | |||||
* | Test green | David Christiansen | 2015-01-05 | 1 | -65/+726 |
| | | | | - Packages update | ||||
* | Closes #356, Closes #357, Closes #358 | David Christiansen | 2015-01-04 | 3 | -0/+5 |
| | |||||
* | Merge branch 'v4.3' | Andrew Arnott | 2013-05-27 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/OAuthClient/Default.aspx samples/OAuthClient/Facebook.aspx.cs samples/OAuthClient/Web.config samples/OAuthClient/WindowsLive.aspx.cs samples/OAuthClient/packages.config src/DotNetOpenAuth.Core/Messaging/OutgoingWebResponse.cs src/DotNetOpenAuth.Core/Messaging/StandardWebRequestHandler.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/ConsumerBase.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1HmacSha1HttpMessageHandler.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1HttpMessageHandlerBase.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1PlainTextMessageHandler.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1RsaSha1HttpMessageHandler.cs src/DotNetOpenAuth.OAuth2.Client/OAuth2/WebServerClient.cs src/packages/repositories.config src/version.txt | ||||
| * | Use only web safe characters in client state arg | Andrew Arnott | 2013-04-11 | 1 | -1/+1 |
| | | | | | | | | Fixes #268 | ||||
| * | Merge branch 'v4.1' into v4.2 | Andrew Arnott | 2013-04-11 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge remote-tracking branch 'origin/v4.1' into v4.1 | Andrew Arnott | 2013-03-03 | 2 | -2/+4 |
| | |\ | |||||
| | * | | Fixes bad logic that reports expired tokens incorrectly. | Andrew Arnott | 2013-03-03 | 1 | -1/+1 |
| | | | | |||||
* | | | | More StyleCop fixes. | Andrew Arnott | 2013-03-26 | 1 | -2/+2 |
| | | | | |||||
* | | | | Lots of StyleCop fixes. | Andrew Arnott | 2013-03-26 | 4 | -18/+18 |
| | | | | |||||
* | | | | Fixes remaining build breaks. | Andrew Arnott | 2013-03-22 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fixes the rest of the build breaks! | Andrew Arnott | 2013-03-19 | 1 | -11/+10 |
| | | | | |||||
* | | | | Many more unit test build fixes and product touch-ups. | Andrew Arnott | 2013-03-07 | 4 | -30/+41 |
| | | | | |||||
* | | | | Unit test build break fixes. | Andrew Arnott | 2013-03-06 | 1 | -1/+1 |
| | | | | |||||
* | | | | Switched Channel to receiving messages via HttpRequestMessage as well. | Andrew Arnott | 2013-03-04 | 3 | -12/+14 |
| | | | | |||||
* | | | | Fixes bad logic that reports expired tokens incorrectly. | Andrew Arnott | 2013-03-02 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fixed up WebAPI sample so it works with anonymous clients. | Andrew Arnott | 2013-03-02 | 1 | -1/+1 |
| | | | | |||||
* | | | | More warning fixes. | Andrew Arnott | 2013-02-16 | 1 | -1/+1 |
| | | | | |||||
* | | | | More warning fixes. | Andrew Arnott | 2013-02-10 | 1 | -0/+9 |
| | | | | |||||
* | | | | C# compiler warning fixes. | Andrew Arnott | 2013-02-10 | 4 | -10/+36 |
| | | | | |||||
* | | | | OAuth2.Client builds. | Andrew Arnott | 2013-01-13 | 6 | -67/+64 |
| | | | | |||||
* | | | | Removes CLR4 compiler symbol. | Andrew Arnott | 2012-12-28 | 2 | -6/+0 |
| | | | | |||||
* | | | | Removes more remnants of Code Contracts. | Andrew Arnott | 2012-12-26 | 5 | -37/+0 |
| | | | | |||||
* | | | | Replaces DNOA's internal Requires class with Validation NuGet package. | Andrew Arnott | 2012-12-26 | 8 | -13/+21 |
|/ / / | |||||
* | | | Switches to session cookies. | Andrew Arnott | 2012-12-26 | 1 | -1/+1 |
| | | | |||||
* | | | Mitigates timing attack on random number generator. | Andrew Arnott | 2012-12-25 | 1 | -1/+1 |
| | | | |||||
* | | | Replaces use of ASP.NET session id with random key. | Andrew Arnott | 2012-12-24 | 1 | -11/+26 |
| | | | | | | | | | | | | Fixes #229 | ||||
* | | | CreateAccessToken reveals username to host | Andrew Arnott | 2012-12-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | IAuthorizationServerHost.CreateAccessToken now has access to authoring usernames. Fixes #219 | ||||
* | | | Adds ability for OAuth 2 clients to accept deeper access token JSON responses. | Andrew Arnott | 2012-12-24 | 3 | -0/+23 |
| | | | | | | | | | | | | Fixes #168 | ||||
* | | | Merge branch 'v4.1' | Andrew Arnott | 2012-12-02 | 2 | -2/+4 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.OAuth2.ResourceServer/OAuth2/StandardAccessTokenAnalyzer.cs src/DotNetOpenAuth.Test/OAuth2/OAuth2TestBase.cs src/version.txt | ||||
| * | | Fixes NetworkCredentialApplicator on first request. | Andrew Arnott | 2012-12-02 | 1 | -1/+3 |
| | | | | | | | | | | | | Fixes #204 | ||||
| * | | Fixes access token expiration check in client | Andrew Arnott | 2012-11-10 | 1 | -1/+1 |
| |/ | | | | | | | Fixes #174 | ||||
* | | Adds ClientBase.AuthorizeRequest overloads that accept WebHeaderCollection. | Andrew Arnott | 2012-11-11 | 1 | -2/+28 |
| | | | | | | | | Fixes #119 | ||||
* | | Authorization servers can override the granted scopes for all grant types. | Andrew Arnott | 2012-10-30 | 1 | -0/+1 |
|/ | | | | | | This change adds the ability for authorization servers to override the granted scopes of client credential and resource owner password grant types. Fixes #225 | ||||
* | Adds ClientBase.CreateAuthorizingHandler | Andrew Arnott | 2012-09-26 | 2 | -0/+122 |
| | | | | | | This method creates an HttpMessageHandler that automatically applies the OAuth 2 access token (bearer) to all outbound HTTP requests. Fixes #205 | ||||
* | Fixed a couple build warnings. | Andrew Arnott | 2012-07-22 | 1 | -1/+1 |
| | |||||
* | Fix NetworkCredentialApplicator verify check | Andrew Arnott | 2012-07-22 | 1 | -2/+6 |
| | | | | Fixes #183 | ||||
* | Anonymous clients can now exchange resource owner credentials for refresh ↵ | Andrew Arnott | 2012-04-22 | 1 | -5/+9 |
| | | | | | | | | and access tokens. (authenticated clients already could). Fixes #100 | ||||
* | Fixes access denial errors from OAuth 2 resource servers so they include the ↵ | Andrew Arnott | 2012-04-22 | 3 | -18/+6 |
| | | | | | | required parameters in their WWW-Authenticate headers. Fixes #124 | ||||
* | Fixed StyleCop message. | Andrew Arnott | 2012-04-20 | 1 | -0/+3 |
| | |||||
* | Fixed HTTP Basic authentication for OAuth 2 clients so that it actually ↵ | Andrew Arnott | 2012-04-19 | 4 | -11/+116 |
| | | | | works in the sample. | ||||
* | Renamed a client credential applicator. | Andrew Arnott | 2012-04-18 | 2 | -6/+6 |
| | |||||
* | StyleCop cleanup, and reversal of some code changes that were no longer ↵ | Andrew Arnott | 2012-04-18 | 4 | -68/+78 |
| | | | | necessary. | ||||
* | We have HTTP Basic client authentication working now in OAuth 2. | Andrew Arnott | 2012-04-18 | 6 | -16/+194 |
| | |||||
* | Merge branch 'v4.0' | Andrew Arnott | 2012-04-05 | 5 | -12/+12 |
|\ | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.OAuth2.Client/DotNetOpenAuth.OAuth2.Client.csproj src/DotNetOpenAuth.OAuth2.ResourceServer/DotNetOpenAuth.OAuth2.ResourceServer.csproj src/DotNetOpenAuth.OAuth2.ResourceServer/OAuth2/ResourceServer.cs | ||||
| * | Fixed peverify errors in unified assembly due to two resources sharing a ↵ | Andrew Arnott | 2012-04-05 | 4 | -11/+11 |
| | | | | | | | | | | | | common manifest name. Related to #112 which reported peverify errors, but this is very unlikely to fix the VerificationException. | ||||
* | | Moved localizable strings into specific OAuth 2 assemblies. | Andrew Arnott | 2012-03-31 | 4 | -3/+27 |
| | | |||||
* | | More comments and an visibility fix. | Andrew Arnott | 2012-03-24 | 3 | -3/+5 |
| | | |||||
* | | Fixed comments and a couple missing [Serializable] attributes. | Andrew Arnott | 2012-03-24 | 2 | -1/+5 |
| | | |||||
* | | StyleCop fixes. | Andrew Arnott | 2012-03-24 | 4 | -25/+23 |
| | | |||||
* | | A bunch more moving of OAuth2 classes between assemblies. | Andrew Arnott | 2012-03-16 | 11 | -5/+388 |
| | | |||||
* | | Redistributed OAuth2 code into their more specific assemblies. | Andrew Arnott | 2012-03-16 | 1 | -0/+135 |
|/ | |||||
* | FxCop fixes and suppressions. | Andrew Arnott | 2012-03-10 | 1 | -3/+2 |
| | |||||
* | Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade. | Andrew Arnott | 2012-03-10 | 1 | -1/+1 |
| | |||||
* | Fixed NullReferenceException causing a unit test failure. | Andrew Arnott | 2012-03-08 | 1 | -2/+11 |
| | |||||
* | OAuth 2 clients now use the state parameter to mitigate XSRF attacks. | Andrew Arnott | 2012-03-08 | 3 | -10/+17 |
| | | | | Fixes #84 | ||||
* | Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵ | Andrew Arnott | 2012-03-05 | 2 | -4/+6 |
| | | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing. | ||||
* | Renamed ObtainClientAccessToken. | Andrew Arnott | 2012-02-25 | 1 | -1/+1 |
| | |||||
* | Added client credential grant type support and a test to prove it. | Andrew Arnott | 2012-02-25 | 1 | -15/+39 |
| | | | | Fixes #33 | ||||
* | Added basic test for resource owner password authorizatino request. Not yet ↵ | Andrew Arnott | 2012-02-23 | 1 | -0/+35 |
| | | | | passing. | ||||
* | Split up end user authorization request message types between auth code and ↵ | Andrew Arnott | 2012-02-21 | 1 | -8/+15 |
| | | | | implicit. | ||||
* | Added two more OAuth2 unit tests, for the UserAgentClient class. | Andrew Arnott | 2012-02-21 | 1 | -11/+43 |
| | |||||
* | Added scaffolding for OAuth2 unit tests and added the first test for client ↵ | Andrew Arnott | 2012-02-20 | 4 | -4/+16 |
| | | | | authorization. | ||||
* | Fixed many FxCop messages in OAuth2 assemblies. #68 | Andrew Arnott | 2012-02-09 | 4 | -3/+222 |
| | |||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 3 | -6/+6 |
| | | | | Fixes #66 | ||||
* | Fixed whitespace. | Andrew Arnott | 2012-02-04 | 1 | -6/+5 |
| | |||||
* | Added returnTo parameter to PrepareRequestUserAuthorization in ↵ | Rafal Legiedz | 2012-02-04 | 1 | -2/+6 |
| | | | | OAuth2/WebServerClient.cs | ||||
* | Merge branch 'master' into splitDlls | Andrew Arnott | 2011-09-28 | 1 | -1/+1 |
| | |||||
* | 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 | 3 | -29/+29 |
| | |||||
* | Broke out the UI part of OAuth2 client into its own assembly. | Andrew Arnott | 2011-08-01 | 3 | -368/+0 |
| | |||||
* | Broke out OAuth 2 into 4 separate assemblies. | Andrew Arnott | 2011-08-01 | 6 | -0/+877 |