summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test
Commit message (Collapse)AuthorAgeFilesLines
* Updates NuGet packages.Andrew Arnott2013-10-192-8/+25
|
* Removes InfoCard support from the library.Andrew Arnott2013-06-161-12/+0
| | | | InfoCard support has been removed from recent versions of Windows. It's effectively dead.
* Removes tests based on hosting ASP.NET on a project-less web site.Andrew Arnott2013-06-026-390/+0
| | | | Hosting ASP.NET has always been a fragile effort. And project-less web sites are born with constant issues. It's easier to just remove it. OWIN and Katana are likely to make this code obsolete anyway.
* Consolidates two OpenID memory app storesAndrew Arnott2013-03-288-18/+21
| | | | | | | The StandardRelyingPartyApplicationStore and StandardProviderApplicationStore were equivalent, and thus redundant. There was also nothing OpenID specific about them. So this consolidates and renames these types to better reflect their general purpose.
* StyleCop fix for issue only caught by build server.Andrew Arnott2013-03-261-1/+7
|
* More StyleCop fixes.Andrew Arnott2013-03-263-11/+10
|
* Lots of StyleCop fixes.Andrew Arnott2013-03-268-113/+128
|
* Fixes two more test failures. 2 left.Andrew Arnott2013-03-261-1/+1
|
* Down to 6 test failures.Andrew Arnott2013-03-251-3/+1
|
* Just 7 failures left.Andrew Arnott2013-03-252-3/+5
|
* Fixes another test. Down to 8 failures.Andrew Arnott2013-03-251-1/+1
|
* Registered handlers now overwrite previous ones rather than getting silently ↵Andrew Arnott2013-03-252-20/+12
| | | | | | appended, never to be invoked. 10 test failures.
* Fixes Untrusted delegating handler faults in failing test.Andrew Arnott2013-03-241-2/+2
|
* Just 12 failures.Andrew Arnott2013-03-241-1/+1
|
* Just 13 failures.Andrew Arnott2013-03-241-4/+2
|
* Just 14 failures.Andrew Arnott2013-03-241-3/+4
|
* Just 15 failures.Andrew Arnott2013-03-242-2/+2
|
* Just 18 failuresAndrew Arnott2013-03-242-4/+4
|
* Just 21 failures.Andrew Arnott2013-03-241-1/+1
|
* Fixes RequireSsl in OpenID identifier discovery.Andrew Arnott2013-03-242-29/+39
| | | | | Makes UntrustedWebRequestHandler a DelegatingHandler. Now 21 failures.
* Fixes ContentType of OAuth 1 direct responses.Andrew Arnott2013-03-241-1/+1
| | | | 22 test failures remaining.
* Just 23 failuresAndrew Arnott2013-03-241-2/+2
|
* Just 24 failures.Andrew Arnott2013-03-241-9/+12
|
* Just 27 failures.Andrew Arnott2013-03-241-5/+4
|
* Just 37 failures.Andrew Arnott2013-03-243-14/+16
|
* Just 41 failuresAndrew Arnott2013-03-241-0/+2
|
* Just 44 failures.Andrew Arnott2013-03-241-0/+1
|
* Fixes unit tests. 49 failures left.Andrew Arnott2013-03-244-7/+26
|
* Fixes some OpenID redirect tests.Andrew Arnott2013-03-235-3/+65
|
* Fixes several more unit tests. 55 leftAndrew Arnott2013-03-234-4/+5
|
* Adds a cookie delegating handler, fixes tests.Andrew Arnott2013-03-236-7/+83
|
* Fixes about a dozen more tests.Andrew Arnott2013-03-221-1/+1
|
* Fixes 5 more testsAndrew Arnott2013-03-221-1/+2
|
* Fixes another unit testAndrew Arnott2013-03-221-15/+15
|
* Fixes ~22 tests.Andrew Arnott2013-03-221-0/+4
|
* Fixes remaining build breaks.Andrew Arnott2013-03-2227-1039/+930
|
* Moves the rest of the static methods out.Andrew Arnott2013-03-2119-118/+124
|
* Moves OpenID coordinator handlers to base class.Andrew Arnott2013-03-2110-53/+55
|
* Fixes the rest of the build breaks!Andrew Arnott2013-03-197-150/+189
|
* Adds missing file.Andrew Arnott2013-03-171-0/+63
|
* Lots more test build break fixes.Andrew Arnott2013-03-1717-167/+157
|
* More build break fixes.Andrew Arnott2013-03-102-14/+15
|
* More unit test fixes.Andrew Arnott2013-03-1014-428/+647
|
* More test build break fixes.Andrew Arnott2013-03-096-162/+116
|
* More test build break fixes.Andrew Arnott2013-03-094-105/+136
|
* Many more unit test build fixes and product touch-ups.Andrew Arnott2013-03-0718-528/+323
|
* Unit test build break fixes.Andrew Arnott2013-03-0626-1350/+245
|
* Unit test compile error fixes.Andrew Arnott2013-03-038-116/+93
|
* Updates to Validation 2.0.2 and log4net 2.0.0.Andrew Arnott2013-01-272-4/+4
|
* Finished fixing build breaks except in test projects.Andrew Arnott2013-01-271-5/+0
|
* Replaces IDirectWebRequestHandler with HttpClient in DNOA.Core.Andrew Arnott2012-12-293-156/+0
| | | | Build breaks are everywhere outside of just this one project as a result.
* Consolidating on NUnit 2.6.1 (latest supported by TeamCity).Andrew Arnott2012-12-292-3/+4
|
* System.Net.Http references recreated using NuGet.Andrew Arnott2012-12-282-0/+2
|
* Updates Validation NuGet package references for .NET 4.5Andrew Arnott2012-12-281-1/+1
|
* Switches Moq and NUnit dependences to be NuGet packages.Andrew Arnott2012-12-283-4/+10
|
* Removed ClrVersion build property.Andrew Arnott2012-12-281-1/+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-2622-54/+9
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-2620-2/+29
|
* Removes all traces of MS Code Contracts.Andrew Arnott2012-12-261-98/+0
|
* StyleCop fixes.Andrew Arnott2012-12-262-0/+3
|
* Fixes timeout in unit tests.Andrew Arnott2012-12-264-28/+40
|
* CreateAccessToken reveals username to hostAndrew Arnott2012-12-241-0/+94
| | | | | | | IAuthorizationServerHost.CreateAccessToken now has access to authoring usernames. Fixes #219
* Fixes StyleCop errors.Andrew Arnott2012-12-241-6/+6
|
* Verifies that client credential grants receive approved scope in response.Andrew Arnott2012-12-241-0/+28
| | | | Closes #242
* Adds ability for OAuth 2 clients to accept deeper access token JSON responses.Andrew Arnott2012-12-241-0/+4
| | | | Fixes #168
* Merge branch 'v4.1'Andrew Arnott2012-12-024-1/+126
|\ | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.OAuth2.ResourceServer/OAuth2/StandardAccessTokenAnalyzer.cs src/DotNetOpenAuth.Test/OAuth2/OAuth2TestBase.cs src/version.txt
| * Fixes StyleCop errorAndrew Arnott2012-11-121-1/+1
| |
| * Fixes an InternalErrorException thrown when decoding corrupted access tokens.Andrew Arnott2012-11-111-1/+1
| | | | | | | | Fixes #178
| * Adds more token decoding tests.Andrew Arnott2012-11-112-10/+65
| |
| * Avoids OOM exceptions from ResourceServerAndrew Arnott2012-11-111-2/+14
| | | | | | | | Related to #178
| * Fixes exception thrown on missing access tokenAndrew Arnott2012-11-102-0/+47
| | | | | | | | | | | | | | | | | | The resource server was throwing an ArgumentException when an HTTP Authorization header appeared with a value of "Bearer " but no access token. We now throw a ProtocolException that can produce the appropriate error to the client. Fixes #230
| * Fixes AsHttpResposneMessage() exception when response has no stream.Andrew Arnott2012-11-021-0/+11
| | | | | | | | Fixes #226
* | Adds a LinkedIn interop test.Andrew Arnott2012-11-221-0/+23
| | | | | | | | Part of investigation of issue #232
* | Authorization servers can override the granted scopes for all grant types.Andrew Arnott2012-10-303-4/+66
| | | | | | | | | | | | This change adds the ability for authorization servers to override the granted scopes of client credential and resource owner password grant types. Fixes #225
* | Merge remote-tracking branch 'aarnott/master'Andrew Arnott2012-10-291-2/+35
|\ \
| * | Adds AuthorizationServer.DecodeRefreshTokenAndrew Arnott2012-07-201-2/+35
| | | | | | | | | | | | | | | | | | And a unit test. Fixes #182
* | | Merge branch 'v4.1'Andrew Arnott2012-10-145-9/+120
|\ \ \ | | |/ | |/|
| * | Added OutgoingWebResponse.AsHttpResponseMessage extension method.Andrew Arnott2012-10-091-1/+29
| | |
| * | Adjusted AssemblyInfo.cs to be unique for each assembly.Andrew Arnott2012-09-291-8/+1
| | | | | | | | | | | | This should fix nuget pdb package submission to symbolsource.org
| * | Adds ClientBase.CreateAuthorizingHandlerAndrew Arnott2012-09-263-0/+90
| |/ | | | | | | | | | | This method creates an HttpMessageHandler that automatically applies the OAuth 2 access token (bearer) to all outbound HTTP requests. Fixes #205
* | Fixing one more place it was missed, also changing to OPTIONSMatt Hawley2012-08-101-3/+3
| |
* | Adding PATCH and OPTION http verbsMatt Hawley2012-08-101-3/+9
|/
* Fixed failing ClientCredentialGrant unit testAndrew Arnott2012-05-291-0/+3
|
* Resource owner password grant method renameAndrew Arnott2012-05-291-1/+1
| | | | | | | | | | | | Renamed IAuthorizationServerHost.IsResourceOwnerCredentialValid to TryAuthorizeResourceOwnerCredentialGrant so that authorization servers are prepared to approve refresh tokens that may be issued as a result of a resource owner password grant. This also removes some of the "validation" that wasn't really doing anything useful for resource owner password grant types. Toward an eventual fix for #138
* Moved some JSON serialization logic to MessagingUtilities and added a unit test.Andrew Arnott2012-04-283-0/+41
|
* Authorization Server hosts now instantiate their own AccessTokens rather ↵Andrew Arnott2012-04-251-1/+1
| | | | | | | than just parameters. AccessTokens are now serialized via a virtual method on that instance. Fixes #38, I think.
* Anonymous clients can now exchange resource owner credentials for refresh ↵Andrew Arnott2012-04-221-3/+18
| | | | | | | | 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-222-1/+6
| | | | | | required parameters in their WWW-Authenticate headers. Fixes #124
* Fixed several failing unit tests due to their non-support for network ↵Andrew Arnott2012-04-201-1/+1
| | | | credential simulations.
* Fixed HTTP Basic authentication for OAuth 2 clients so that it actually ↵Andrew Arnott2012-04-193-2/+36
| | | | works in the sample.
* Fixed up the configuration story for OAuth 2.Andrew Arnott2012-04-181-1/+1
|
* StyleCop cleanup, and reversal of some code changes that were no longer ↵Andrew Arnott2012-04-183-30/+2
| | | | necessary.
* We have HTTP Basic client authentication working now in OAuth 2.Andrew Arnott2012-04-189-14/+89
|
* Authorization server hosts may now provide canonical usernames for the ↵Andrew Arnott2012-04-161-1/+2
| | | | | | resource owner given correct resource owner credentials. Fixes #103
* Authorization servers now gain insight into the calling client when ↵Andrew Arnott2012-04-151-1/+1
| | | | | | validating resource owner credential grant type requests. Fixes #101
* Added a public constructor to ClaimsResponse.Andrew Arnott2012-04-084-8/+8
| | | | | | Also made the probable type URIs that it accepts public and easily discoverable. Fixes #116
* Renamed IAuthorizationServer to IAuthorizationServerHost.Andrew Arnott2012-04-084-7/+7
| | | | To avoid confusion with the concrete class AuthorizationServer.
* Merge branch 'v4.0'Andrew Arnott2012-04-0543-139/+173
|\ | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.OAuth2.Client/DotNetOpenAuth.OAuth2.Client.csproj src/DotNetOpenAuth.OAuth2.ResourceServer/DotNetOpenAuth.OAuth2.ResourceServer.csproj src/DotNetOpenAuth.OAuth2.ResourceServer/OAuth2/ResourceServer.cs