summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.Client
Commit message (Collapse)AuthorAgeFilesLines
* #365David Christiansen2015-01-052-0/+137
|
* Test greenDavid Christiansen2015-01-053-90/+733
| | | | - Packages update
* Merge branch 'master' of https://github.com/rcollette/DotNetOpenAuth into ↵David Christiansen2015-01-051-4/+1
|\ | | | | | | rcollette-master
| * Correct reference to System.Net.Http.FormattingRichard Collette2014-12-181-4/+1
| |
* | Closes #356, Closes #357, Closes #358David Christiansen2015-01-043-0/+5
|/
* Fixes package dependency on WebApi.Andrew Arnott2013-10-221-0/+1
|
* Moves all MVC dependencies from core assemblies to a separate assembly.Andrew Arnott2013-10-191-2/+0
| | | | I still need to add DNOA.Mvc to some build and package authoring.
* Updates NuGet packages.Andrew Arnott2013-10-192-7/+28
|
* Strong-name key is replaced with non-encrypted one.Andrew Arnott2013-06-151-1/+1
|
* Merge branch 'v4.3'Andrew Arnott2013-05-271-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 argAndrew Arnott2013-04-111-1/+1
| | | | | | | | Fixes #268
| * Merge branch 'v4.1' into v4.2Andrew Arnott2013-04-111-1/+1
| |\
| | * Merge remote-tracking branch 'origin/v4.1' into v4.1Andrew Arnott2013-03-032-2/+4
| | |\
| | * | Fixes bad logic that reports expired tokens incorrectly.Andrew Arnott2013-03-031-1/+1
| | | |
* | | | Fixed an assembly dependency to be a NuGet dependency.Andrew Arnott2013-03-262-1/+9
| | | | | | | | | | | | | | | | Hopefully fixes an MRefBuilder build break.
* | | | More StyleCop fixes.Andrew Arnott2013-03-261-2/+2
| | | |
* | | | Lots of StyleCop fixes.Andrew Arnott2013-03-264-18/+18
| | | |
* | | | Fixes remaining build breaks.Andrew Arnott2013-03-221-1/+1
| | | |
* | | | Fixes the rest of the build breaks!Andrew Arnott2013-03-192-11/+11
| | | |
* | | | Many more unit test build fixes and product touch-ups.Andrew Arnott2013-03-074-30/+41
| | | |
* | | | Unit test build break fixes.Andrew Arnott2013-03-061-1/+1
| | | |
* | | | Switched Channel to receiving messages via HttpRequestMessage as well.Andrew Arnott2013-03-043-12/+14
| | | |
* | | | Fixes bad logic that reports expired tokens incorrectly.Andrew Arnott2013-03-021-1/+1
| | | |
* | | | Fixed up WebAPI sample so it works with anonymous clients.Andrew Arnott2013-03-021-1/+1
| | | |
* | | | More warning fixes.Andrew Arnott2013-02-161-1/+1
| | | |
* | | | More warning fixes.Andrew Arnott2013-02-101-0/+9
| | | |
* | | | C# compiler warning fixes.Andrew Arnott2013-02-104-10/+36
| | | |
* | | | Updates to Validation 2.0.2 and log4net 2.0.0.Andrew Arnott2013-01-272-4/+4
| | | |
* | | | OAuth2.Client builds.Andrew Arnott2013-01-136-67/+64
| | | |
* | | | System.Net.Http references recreated using NuGet.Andrew Arnott2012-12-282-0/+3
| | | |
* | | | Updates Validation NuGet package references for .NET 4.5Andrew Arnott2012-12-281-1/+1
| | | |
* | | | Removes CLR4 compiler symbol.Andrew Arnott2012-12-282-6/+0
| | | |
* | | | Accomodates nuget's insistent project file changes.Andrew Arnott2012-12-271-0/+2
| | | |
* | | | Upgrades to Validation 2.0.1 to solve partially trusted callers problem.Andrew Arnott2012-12-272-4/+4
| | | |
* | | | Removes more remnants of Code Contracts.Andrew Arnott2012-12-267-44/+1
| | | |
* | | | Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-2611-14/+36
|/ / /
* | | Switches to session cookies.Andrew Arnott2012-12-261-1/+1
| | |
* | | Mitigates timing attack on random number generator.Andrew Arnott2012-12-251-1/+1
| | |
* | | Replaces use of ASP.NET session id with random key.Andrew Arnott2012-12-242-11/+51
| | | | | | | | | | | | Fixes #229
* | | CreateAccessToken reveals username to hostAndrew Arnott2012-12-241-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 Arnott2012-12-243-0/+23
| | | | | | | | | | | | Fixes #168
* | | Merge branch 'v4.1'Andrew Arnott2012-12-022-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 Arnott2012-12-021-1/+3
| | | | | | | | | | | | Fixes #204
| * | Fixes access token expiration check in clientAndrew Arnott2012-11-101-1/+1
| |/ | | | | | | Fixes #174
* | Adds ClientBase.AuthorizeRequest overloads that accept WebHeaderCollection.Andrew Arnott2012-11-111-2/+28
| | | | | | | | Fixes #119
* | Authorization servers can override the granted scopes for all grant types.Andrew Arnott2012-10-301-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
* Adjusted AssemblyInfo.cs to be unique for each assembly.Andrew Arnott2012-09-291-9/+1
| | | | This should fix nuget pdb package submission to symbolsource.org
* Adds ClientBase.CreateAuthorizingHandlerAndrew Arnott2012-09-263-0/+123
| | | | | | 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 Arnott2012-07-221-1/+1
|
* Fix NetworkCredentialApplicator verify checkAndrew Arnott2012-07-221-2/+6
| | | | Fixes #183
* Anonymous clients can now exchange resource owner credentials for refresh ↵Andrew Arnott2012-04-221-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 Arnott2012-04-223-18/+6
| | | | | | required parameters in their WWW-Authenticate headers. Fixes #124
* Fixed StyleCop message.Andrew Arnott2012-04-201-0/+3
|
* Fixed HTTP Basic authentication for OAuth 2 clients so that it actually ↵Andrew Arnott2012-04-195-11/+117
| | | | works in the sample.
* Fixed up the configuration story for OAuth 2.Andrew Arnott2012-04-182-0/+37
|
* Renamed a client credential applicator.Andrew Arnott2012-04-182-6/+6
|
* StyleCop cleanup, and reversal of some code changes that were no longer ↵Andrew Arnott2012-04-185-69/+78
| | | | necessary.
* We have HTTP Basic client authentication working now in OAuth 2.Andrew Arnott2012-04-187-17/+197
|
* Merge branch 'v4.0'Andrew Arnott2012-04-056-17/+17
|\ | | | | | | | | | | | | 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 Arnott2012-04-055-15/+15
| | | | | | | | | | | | 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 Arnott2012-03-314-3/+27
| |
* | More comments and an visibility fix.Andrew Arnott2012-03-243-3/+5
| |
* | Fixed comments and a couple missing [Serializable] attributes.Andrew Arnott2012-03-242-1/+5
| |
* | StyleCop fixes.Andrew Arnott2012-03-244-25/+23
| |
* | A bunch more moving of OAuth2 classes between assemblies.Andrew Arnott2012-03-1612-5/+396
| |
* | Redistributed OAuth2 code into their more specific assemblies.Andrew Arnott2012-03-162-0/+140
|/
* FxCop fixes and suppressions.Andrew Arnott2012-03-101-3/+2
|
* Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-101-1/+1
|
* Fixed NullReferenceException causing a unit test failure.Andrew Arnott2012-03-081-2/+11
|
* OAuth 2 clients now use the state parameter to mitigate XSRF attacks.Andrew Arnott2012-03-083-10/+17
| | | | Fixes #84
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵Andrew Arnott2012-03-052-4/+6
| | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing.
* Renamed ObtainClientAccessToken.Andrew Arnott2012-02-251-1/+1
|
* Added client credential grant type support and a test to prove it.Andrew Arnott2012-02-251-15/+39
| | | | Fixes #33
* Added basic test for resource owner password authorizatino request. Not yet ↵Andrew Arnott2012-02-231-0/+35
| | | | passing.
* Split up end user authorization request message types between auth code and ↵Andrew Arnott2012-02-211-8/+15
| | | | implicit.
* Added two more OAuth2 unit tests, for the UserAgentClient class.Andrew Arnott2012-02-211-11/+43
|
* Added scaffolding for OAuth2 unit tests and added the first test for client ↵Andrew Arnott2012-02-204-4/+16
| | | | authorization.
* Fixed many FxCop messages in OAuth2 assemblies. #68Andrew Arnott2012-02-095-3/+233
|
* Added DotNetOpenAuth.OAuth.Common to contain dependencies shared between ↵Andrew Arnott2012-02-081-4/+0
| | | | | | OAuth 1 and OAuth 2. Related to and closes #71
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-054-9/+9
| | | | Fixes #66
* Fixed whitespace.Andrew Arnott2012-02-041-6/+5
|
* Added returnTo parameter to PrepareRequestUserAuthorization in ↵Rafal Legiedz2012-02-041-2/+6
| | | | OAuth2/WebServerClient.cs
* Added Moq's internal proxy generator to InternalsVisibleTo so that mocks can ↵Andrew Arnott2012-01-291-0/+2
| | | | be created on internal types.
* Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI)Andrew Arnott2012-01-121-2/+2
|
* Merge branch 'master' into splitDllsAndrew Arnott2011-09-281-1/+1
|
* Removed some lingering ccrewrite.exe dependent code.Andrew Arnott2011-09-201-1/+1
|
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-183-29/+29
|
* Broke out the UI part of OAuth2 client into its own assembly.Andrew Arnott2011-08-014-379/+0
|
* Broke out OAuth 2 into 4 separate assemblies.Andrew Arnott2011-08-018-0/+983